Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
a_resistance_miner.pl - Quest File
General Info
Quest File
# NPC: # Angelox # Overseer Wrank event by cavedude # items: 2485 sub EVENT_ATTACK{ quest::say("I will gladly choose death as my release"); } sub EVENT_DEATH_COMPLETE { quest::emote("'s corpse falls back, its legs jerking spastically."); } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 2485 => 1)) { quest::emote("thanks you and scurries off into the shadows"); quest::signalwith(226200,23,0); # NPC: #wrank_trigger quest::exp("100000"); quest::depop_withtimer(); } elsif (plugin::check_handin(\%itemcount, 2485 => 2)) { quest::signalwith(226200,24,0); # NPC: #wrank_trigger quest::exp("200000"); quest::depop_withtimer(); } elsif (plugin::check_handin(\%itemcount, 2485 => 3)) { quest::signalwith(226200,25,0); # NPC: #wrank_trigger quest::exp("300000"); quest::depop_withtimer(); } elsif (plugin::check_handin(\%itemcount, 2485 => 4)) { quest::signalwith(226200,26,0); # NPC: #wrank_trigger quest::exp("400000"); quest::depop_withtimer(); } plugin::return_items(\%itemcount); } # EOF zone: Torgiran
Source: 17 Jan 2022
Quest Source: 28 May 2022