Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Emil_Parsini.pl - Quest File
General Info
Quest File
# items: 17917, 13824, 13822 sub EVENT_SAY { if($text=~/Hail/i){ quest::say("Good to meet you. $name. Please look around. I have much to offer. I am a master woodworker. It runs in the Parsini family."); } } sub EVENT_ITEM { if($itemcount{18833} == 1){ quest::say("I have been waiting for someone to come and retrieve this staff. Here you are. You will have to combine it with treant resin and an Odus pearl. You can find Odus pearls in the water in the harbor. As for the resin. I can make it if you can find me some treant shards. Maybe another woodworker or cobbler in Qeynos has some."); quest::summonitem("17917"); #Peacekeeper Staff container quest::faction("289","10"); # +Merchants of Erudin quest::faction("266","10"); # +High Council of Erudin quest::faction("267","10"); # +High Guard of Erudin quest::exp(2432); } elsif(plugin::check_handin(\%itemcount, 13824 => 1)){#Wooden Shards quest::say("Wonderful work!! These shards will work nicely. Here you are then. I found a few flasks of treant resin in the back. You can have one. Thanks again. It kept me from having to go out and hunt treants."); quest::summonitem("13822"); #Treant Resin quest::faction("289","10"); # +Merchants of Erudin quest::faction("266","10"); # +High Council of Erudin quest::faction("267","10"); # +High Guard of Erudin quest::exp(2432); } } #END of FILE Zone:tox ID:38122 -- Emil_Parsini
Source: 17 Jan 2022
Quest Source: 28 May 2022