Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Aspen.pl - Quest File
General Info
Quest File
############################################ # ZONE: Bazaar # DATABASE: PEQ PoP-LoY # LAST EDIT DATE: January 26, 2009 # VERSION: 1.0 # DEVELOPER: Congdar # # *** NPC INFORMATION *** # # NAME: Aspen # TYPE: NPC # RACE: Wood Elf # LEVEL: 10 # # *** QUESTS INVOLVED IN *** # # 1 - Custom Quest - Buying Slaves(bots) # # # *** QUESTS AVAILABLE TO *** # # 1 - Anyone meeting level requirements # # ############################################ sub EVENT_SAY { if($text=~/hail/i) { quest::signalwith(151070, 1, 1); # NPC: Aediles_Thrall my $facemob = $entity_list->GetMobByNpcTypeID(151070); $npc->FaceTarget($facemob); } } sub EVENT_ITEM { plugin::return_items(\%itemcount); } # END of FILE Zone:bazaar -- Aspen.pl
Source: 17 Jan 2022
Quest Source: 28 May 2022