Messing around with another script while i look at that svn link i got I figured out how to make this mob cast on ITSELF but no on the player.. So its nuking itself lol ANY IDEAS?!?!
Quote:
sub EVENT_COMBAT {
if ($combat_state == 1) {
quest::setnexthpevent(95);
quest::shout ("test test test");
}
}
sub EVENT_HP
{
if($hpevent == 95)
{
quest::shout ("HELP HELP HELP");
quest::castspell($userid,477); }
}
|
im to the point now i just want it to cast anything on a player thats attacking it.