Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Niblek.pl - Quest File
General Info
Quest File
# Part of quest for Veeshan's Peak key # items: 10036, 10035, 19964 sub EVENT_SAY { if ($text=~/hail/i) { quest::say("I Niblek. You want something from Niblek? Niblek find treasures in walls. Niblek like to trade treasures."); } if ($text=~/treasures/i) { quest::say("Niblek find piece of old jewelry! It very old, probably has much power!"); } if ($text=~/want/i) { quest::say("Niblek likes shiny tings very much! You bring Niblek two shiny tings! Niblek has seen black sapphire and ruby! Niblek likes them very much!"); } } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 10036 => 1, 10035 => 1)) { quest::say("I much happy now!! I want shiny tings for long time! I give you ugly broken necklace now!"); quest::summonitem(19964); # Item: Piece of a medallion quest::exp(1000); } plugin::return_items(\%itemcount); } # Quest by mystic414
Source: 17 Jan 2022
Quest Source: 28 May 2022