Login
User Name:

Password:



Register

Forgot your password?
Overland with Bitmaps
Jul 4, 2025 11:57 pm
By Samson
void nanny_get_new_race -- comm.c
Mar 13, 2025 7:08 am
By Elwood
IPv6
Jan 25, 2025 10:45 pm
By Samson
mudstrlcpy and mudstrlcat
Jan 18, 2025 5:23 pm
By Samson
I3 and IMC
Jan 17, 2025 9:35 pm
By Samson
SWFotEFUSS 1.5.3
Author: Various
Submitted by: Samson
SWRFUSS 1.4.3
Author: Various
Submitted by: Samson
SmaugFUSS 1.9.8
Author: Various
Submitted by: Samson
AFKMud 2.5.2
Author: AFKMud Team
Submitted by: Samson
SmaugFUSS 1.9.7
Author: Various
Submitted by: Samson
Users Online
Anthropic, Majestic-12, DotBot

Members: 0
Guests: 9
Stats
Files
Topics
Posts
Members
Newest Member
507
3,812
19,727
601
PedroJooLu

» SmaugMuds » Bugfix Lists » AFKMud Bugfix List » AFKMud Bug Archive » [Bug] Aggressing mobs won't a...
Forum Rules | Mark all | Recent Posts

[Bug] Aggressing mobs won't attack players using writing buffers
< Newer Topic :: Older Topic > AFKMud 1.77

Pages:<< prev 1 next >>
Post is unread #1 Sep 10, 2006 5:02 pm   
Go to the top of the page
Go to the bottom of the page

Samson
Black Hand
GroupAdministrators
Posts3,708
JoinedJan 1, 2002

 
Bug: Aggressing mobs won't attack players using writing buffers
Danger: Medium - Minor exploit condition
Discovered in: AFKMud 1.77
Found by: Valcados
Fixed by: Valcados

---

update.c, aggr_update

Locate:
      if( d->connected != CON_PLAYING || ( wch = d->character ) == NULL )
         continue;


Change to:
      if( ( d->connected != CON_PLAYING && d->connected != CON_EDITING ) || ( wch = d->character ) == NULL )
         continue;


Though not very obvious, being in a writing buffer can be exploited in dangerous areas quite easily. Invididuals group together. Decide on who should "tank" and then all but the tank will go into a writing buffer. The leader can then drag the rest of the players into an aggressive mob and guarantee they are the one to be attacked. While this fix may seem like it will punish people who use editors whenever they feel like, they should have no expectation that this will immunize them to attacks in unsafe places.

Pages:<< prev 1 next >>