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 Co-Founder / EQ2Emu Developer
EQEMu Co-Founder / Former EQEMu Developer / GuildWars / Zek Seasons Servers
Reply With Quote