Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Javen_TaVos.pl - Quest File
General Info
Quest File
#BeginFile: neriaka\Javen_TaVos.pl #Quest for Neriak Foreign Quarter - Javen TaVos: LoY Cultural Robes # items: 65146 sub EVENT_SAY { my $TrueRace = $client->GetBaseRace(); if($text=~/hail/i) { quest::say("Hello, $name. Feel free to browse my wares. Unless you are looking to make a special Dark robe. If so, just let me know that you want a [robe pattern]."); #Still need real text } if($text=~/robe pattern/i) { if ($TrueRace == 6) { #Dark Elf quest::say("Very well. Take this pattern, and good luck to you Dark Elf."); #Still need real text quest::summonitem(65146); #Dark Robe Pattern } else { quest::say("You are not a Dark Elf! Who are you trying to fool?"); #Still need real text } } } sub EVENT_ITEM { plugin::return_items(\%itemcount); } #END of FILE Zone:neriaka ID:40072 -- Javen_TaVos
Source: 17 Jan 2022
Quest Source: 28 May 2022