Noport |
10-12-2015 05:43 AM |
Faydwer_Spires.pl
Code:
sub EVENT_SPAWN {
$x = $npc->GetX();
$y = $npc->GetY();
quest::set_proximity($x - 120, $x + 120, $y - 120, $y + 120);
}
sub EVENT_ENTER {
quest::setglobal("spire_gf",1,1,"F"); #when we enter the spires, set global true.
$spire_gf = undef;
}
sub EVENT_EXIT {
quest::delglobal("spire_gf"); #when we leave spires, set global false.
$spire_gf = undef;
}
sub EVENT_SIGNAL {
if ($signal == 101) {
$npc->CastSpell(54053,2935); #flavor
}
}
|
All times are GMT -4. The time now is 12:26 AM. |
|
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.