Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Doovix_Mruzzik.pl - Quest File
General Info
Quest File
# items: 62087, 62086, 62199 sub EVENT_SAY { if ($text=~/hail/i) { quest::say("Greetings friend, it is good to be freed from the clutches of those evil creatures. Tell me are you willing to help me bring some [justice] to them?"); } if ($text=~/justice/i) { quest::say("For justice to be brought to them you will need to strike at some of the most powerful goblins found there. Seek out Overseer Malam deep within the Mines of Nurga and bring me back his lucky charm. Also I will need 3 blackguard caps from the goblin blackguards. Bring me these items and you will be well rewarded. "); } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 62087 => 1, 62086 => 3)) { quest::say("Excellent, justice has been served. Please take this as your reward."); } quest::summonitem(62199); # Item: Silver Bracelet of the Heavens } }
Source: 17 Jan 2022
Quest Source: 28 May 2022