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, DotBot

Members: 0
Guests: 22
Stats
Files
Topics
Posts
Members
Newest Member
489
3,793
19,649
597
Aileenutz

Today's Birthdays
There are no member birthdays today.
» 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,685
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 >>