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: 23
Stats
Files
Topics
Posts
Members
Newest Member
489
3,791
19,644
596
Elwood

Today's Birthdays
RapidRunner (39), ToadVile (39), Deathbringer (39)
» SmaugMuds » Bugfix Lists » SWFOTE FUSS Bugfix List » [Bug] Resets are firing, but ...
Forum Rules | Mark all | Recent Posts

[Bug] Resets are firing, but not resetting anything.
< Newer Topic :: Older Topic >

Pages:<< prev 1 next >>
Post is unread #1 Aug 27, 2009 6:13 am   
Go to the top of the page
Go to the bottom of the page

InfiniteAxis
Off the Edge of the Map
GroupAdministrators
Posts1,200
JoinedMar 21, 2006

 
Bug: Resets aren't occurring
Danger: Major - Resets will fire, but nothing will ever actually be loaded except at boot.
Found by: Kayle
Fixed by: Remcon
---

handler.c, extract_char
Find:
   if( ch->mount )
   {
      update_room_reset( ch, TRUE );
      REMOVE_BIT( ch->mount->act, ACT_MOUNTED );
      ch->mount = NULL;
      ch->position = POS_STANDING;
   }


Below that, add:
   if( IS_NPC( ch ) )
      update_room_reset( ch, TRUE );


reset_area and the subsequent calls were occurring, but nothing was ever being loaded. This will address it, something was obviously missed while applying prior fixes.

Pages:<< prev 1 next >>