Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
The_sand.pl - Quest File
General Info
Quest File
#scripts to randomly spawn one of these npc : a_Xakra_Shah or a_Xakra_Sei sub EVENT_SPAWN { $x = $npc->GetX(); $y = $npc->GetY(); $z = $npc->GetZ(); quest::set_proximity($x - 50, $x + 50, $y - 50, $y + 50); } sub EVENT_ENTER { quest::emote("at your feet explodes into violent motion!"); quest::spawn2(quest::ChooseRandom(171059,171058,171050,171049),0,0,$x,$y,$z,$h); # NPC(s): a_Xakra_Shah (171059), a_Xakra_Shah (171058), a_Xakra_Sei (171050), a_Xakra_Sei (171049) quest::depop_withtimer(); }
Source: 17 Jan 2022
Quest Source: 28 May 2022