Hello!
Try this:
On (or about) line 2417 in zone::mob.cpp ->
Change:
Code:
else if(_NPC(mob2)) // client to npc
{
return false;
}
To:
Code:
else if(_NPC(mob2)) // client to npc
{
return true;
}
That's where I changed it on my server - worked perfectly. My Soulbinder now binds your soul or heals on command...
Good Luck!
~Gandar