Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Grandmaster_Rinmark.pl - Quest File
General Info
Quest File
#Grandmaster Rinmark is spawned from an iksar master in this zone and is part of the Test of Patience. Please see the iksar master's quest file for details. sub EVENT_SPAWN { quest::settimer("Depop1",90); } sub EVENT_TIMER { if ($timer eq "Depop1") { my $x = $npc->GetX(); my $y = $npc->GetY(); my $z = $npc->GetZ(); my $h = $npc->GetHeading(); quest::emote("seems to lose a small amount of concentration."); quest::spawn2(96319,0,0,$x,$y,$z,$h); # NPC: Master_Rinmark quest::stoptimer("Depop1"); quest::depop(); } } sub EVENT_COMBAT { if ($combat_state == 1) { quest::stoptimer("Depop1"); } else { quest::settimer("Depop1",90); } } #Submitted by: Jim Mills
Source: 17 Jan 2022
Quest Source: 28 May 2022