Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
High_Priest_Vasil.pl - Quest File
General Info
Quest File
#High_Priest_Vasil.pl #Planar Armor Exchange # items: 4881, 4882, 4883, 4884, 4885, 4886, 4887, 10028, 10037, 22503, 15981 sub EVENT_SAY { if($text=~/Hail/i){ quest::emote("closes his eyes and gives a deep, formal bow before $name. 'Welcome to Jeral, friend. I am Vasil, High Priest of Brell Serillis and resident master of the clerical arts in the district of Tanaan. If you have come in search of a mentor to guide you through the skills of your priesthood, then do not be discouraged by my own declaration of faith should it differ from yours. I cannot teach you how to know and be close to your deity in life, for only you may know that individually, but I can impart to you the fundamental basics that every priest, despite the object of their undying faith and devotion, wields in their life of service.'"); } } sub EVENT_ITEM { if((plugin::check_handin(\%itemcount, 4881 => 1)) || (plugin::check_handin(\%itemcount, 4882 => 1)) || (plugin::check_handin(\%itemcount, 4883 => 1)) || (plugin::check_handin(\%itemcount, 4884 => 1)) || (plugin::check_handin(\%itemcount, 4885 => 1)) || (plugin::check_handin(\%itemcount, 4886 => 1)) || (plugin::check_handin(\%itemcount, 4887 => 1))) {#Ethereal Mist 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(698775); } plugin::return_items(\%itemcount); }#END of FILE Zone:poknowledge ID:202246 -- High_Priest_Vasil
Source: 17 Jan 2022
Quest Source: 28 May 2022