Does anyone know if there was an issue with the old command #bot pull?
I'm using the exact same calling method and can't seem to agro anything.
EDIT: I found it..surprised this ever did work...
Code:
SendItemAnimation(other, Ammo, SkillArchery);
DoArcheryAttackDmg(GetTarget(), rangedItem, ammoItem);
'other' is the mob passed to do the attack on...
But, when doing the actual damage, GetTarget() is called - which is nullptr...
Duh!