View Single Post
  #2  
Old 12-16-2010, 06:53 PM
Astal
Hill Giant
 
Join Date: Mar 2010
Posts: 236
Default

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 {

}
Reply With Quote