Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Trelli_Steelswinger.pl - Quest File
General Info
Quest File
#Trelli_Steelswinger.pl #Berserkter Tomes/Planar Armor Exchange # items: 55601, 55602, 55603, 55604, 55605, 55606, 55607, 10028, 10037, 22503, 15981 sub EVENT_ITEM { if((plugin::check_handin(\%itemcount, 55601 => 1)) || (plugin::check_handin(\%itemcount, 55602 => 1)) || (plugin::check_handin(\%itemcount, 55603 => 1)) || (plugin::check_handin(\%itemcount, 55604 => 1)) || (plugin::check_handin(\%itemcount, 55605 => 1)) || (plugin::check_handin(\%itemcount, 55606 => 1)) || (plugin::check_handin(\%itemcount, 55607 => 1))) {#Shadow Rage Armor quest::say("Thank you, $name.");#Text made up quest::summonitem(quest::ChooseRandom(10028, 10037, 22503, 15981));#Random gem: Peridot, Diamond, Blue Diamond, Raw Diamond quest::exp(3493875); } plugin::try_tome_handins(\%itemcount, $class, 'Berserker'); plugin::return_items(\%itemcount); }#Done
Source: 17 Jan 2022
Quest Source: 28 May 2022