So far I have this, i was reading around and found out about using $client->GetID() inside the cast spell. Her shouts but doesnt cast
Code:
sub EVENT_SPAWN {
quest::setnexthpevent(98);
}
sub EVENT_HP {
if($hpevent <= 98)
{
quest::shout("Roar Mother *******!!");
$mob->CastSpell(21439, $client->GetID(), 1, -1, -1);
}
}
sub EVENT_AGGRO {
}