Login
User Name:

Password:



Register

Forgot your password?
do_owhere recursive
Author: Khonsu
Submitted by: Khonsu
Changes list / Addchange
Author: Khonsu
Submitted by: Khonsu
6Dragons mp3 sound pack
Author: Vladaar
Submitted by: Vladaar
AFKMud 2.2.3
Author: AFKMud Team
Submitted by: Samson
SWFOTEFUSS 1.5
Author: Various
Submitted by: Samson
Users Online
AhrefsBot, Bing

Members: 0
Guests: 44
Stats
Files
Topics
Posts
Members
Newest Member
489
3,792
19,647
597
Aileenutz

Today's Birthdays
There are no member birthdays today.
» SmaugMuds » Bugfix Lists » AFKMud Bugfix List » [Bug] Mob reset fix was missi...
Forum Rules | Mark all | Recent Posts

[Bug] Mob reset fix was missing a crucial step
< Newer Topic :: Older Topic > AFKMud 2.03

Pages:<< prev 1 next >>
Post is unread #1 Jan 30, 2008 11:33 pm   
Go to the top of the page
Go to the bottom of the page

Samson
Black Hand
GroupAdministrators
Posts3,685
JoinedJan 1, 2002

 
Bug: Mob reset fix was missing a crucial step
Danger: Medium - Mobs will almost certainly fail to reset at all. Leaving the world an empty place.
Discovered in: AFKMud 2.03
Found by: Zeno
Fixed by: Remcon

---

roomindex.cpp, room_index::add_reset

Locate:
   letter = UPPER( letter );
   pReset = make_reset( letter, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11 );


Below that, add:
   pReset->sreset = true;


Without this one little line of code, there's going to be very few if any mobs actually loaded into the game when it first reboots, and apparently not even after subsequent reset cycles. An empty world is a boring place.

Pages:<< prev 1 next >>