Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
113553.pl - Quest File
General Info
Quest File
# NPC for the plate cycle in Kael. The proximity and echo will need to be replaced when NPC listening to commands when not targeted is implemented. sub EVENT_SPAWN { $x = $npc->GetX(); $y = $npc->GetY(); $z = $npc->GetZ(); quest::set_proximity($x - 30, $x + 30, $y - 30, $y +30, -999999, 999999, 1); quest::enable_proximity_say(); } sub EVENT_PROXIMITY_SAY { if($text=~/dain/i) { quest::spawn2(113440,0,0,1126.4,-840.6,-118.3,125.2); #Doldigun, non-loot version } } sub EVENT_SIGNAL { if ($dwarf == 1) { quest::spawn2(113508,31,0,1126,-840,-118.3,126.8); # NPC: #Doldigun_Steinwielder $dwarf = 0 } elsif ($dwarf != 1) { $dwarf = 1; } }
Source: 17 Jan 2022
Quest Source: 28 May 2022