Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Trooper_Roklon.pl - Quest File
General Info
Quest File
# items: 18247, 12672, 18248 sub EVENT_SAY { if ($text=~/hail/i) { quest::say("Hail! Beware the giants of the woods. They have a dwelling somewhere out there. Should you stumble upon it, run! Leave the fighting to us."); } if ($text=~/sign the restraining order/i) { quest::say("I've been ratted out! Very well. I shall sign the order, but first I shall force you to fetch me a set of goblin scout beads. I hear they make fine counters. Bring me the beads and that despicable order and I shall do as instructed."); } } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 18247 => 1, 12672 => 1)) { #Legion Order (7 signed), Goblin Scout Beads quest::summonitem(18248); #Legion Order (8 signed) quest::exp(500); } elsif (plugin::check_handin(\%itemcount, 18247 => 1)) { quest::say("No, NO! I want the goblin scout beads and the legion order."); quest::summonitem(18247); # Item: Legion Order } elsif (plugin::check_handin(\%itemcount, 12672 => 1)) { quest::say("No, NO! I want the goblin scout beads and the legion order."); quest::summonitem(12672); # Item: Goblin Scout Beads } plugin::return_items(\%itemcount); } #END of FILE Zone:warslikswood ID:79090 -- Trooper_Roklon
Source: 17 Jan 2022
Quest Source: 28 May 2022