View Single Post
  #2  
Old 05-26-2011, 09:52 AM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

Just after the !GetGM() if statement at 1582 in attack.cpp you add:


Mob* compareMob = killerMob;
if ( killerMob->GetOwner() != NULL )
compareMob = killerMob->GetOwner();

then wherever inside that large if statement you see killerMob, make it compareMob.
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.
Reply With Quote