Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Lelyen_Ieamria.pl - Quest File
General Info
Quest File
# Enchanter Abysmal Sea armor # Created by Gonner # items: 68222, 54156, 68220, 54154, 68223, 54157, 68225, 54159, 68226, 54160, 68224, 54158, 68221, 54155 sub EVENT_SAY { if ($text=~/hail/i) { quest::say("Hello there High Elf, or are you? I am seeking those like myself that study the deceptive arts -- an [enchanter]. Is this your calling?"); } if ($text=~/enchanter/i) { quest::say("Delightful. We are too few nowadays. To help a fellow illusionist I may be able to offer my services. If you are in need of new equipment such as [circlet], [pantaloons], [robe], [bracer], [sleeves], [gloves], and [sandals] please let me know."); } if ($text=~/bracer/i) { quest::say("A bracer? Of course! If you speak to Nalasrine about her findings, she may be able to help you infuse some Muramite silk thread to strengthen it. One length of infused Muramite silk thread along with a reworked bracer would suit you just fine. Find a Muramite Bracer Armor piece and return it to me for reworking."); } if ($text=~/circlet/i) { quest::say("I can shape you a beautiful circlet from Muramite Helm Armor. All you need to do is find some Muramite silk thread. A strengthened thread woven over the circlet in a loom shall yield a fine circlet indeed. Talk to Nalasrine about the strengthening process."); } if ($text=~/gloves/i) { quest::say("I can make you some fine delicate gloves. Find some Muramite silk thread. I am sure Nalasrine can assist you with strengthening it. Bring me Muramite Glove Armor and I will shape them for you, once I have finished you can add the final touches yourself in a loom."); } if ($text=~/pantaloons/i) { quest::say("Stitching some Muramite greaves into a pair of pantaloons that would serve you well should be no great feat. Bring me a pair of Muramite Greaves. Once I have done this, you will need to do the final touches yourself. Two lengths of Muramite silk thread infused with Nalasrine's strengthener should be sufficient to finish them up."); } if ($text=~/robe/i) { quest::say("A grand robe shall be yours if you bring me a Muramite Chest Armor piece. I can reshape it easily, and the finishing touches may be applied by your hand. Strengthen two lengths of Muramite silk thread with Nalasrine's special mixture and some quick work with a loom should do the trick."); } if ($text=~/sandals/i) { quest::say("Bring me back Muramite Boot Armor and I believe I can rework them into some nice sandals. To thread them together you will need some strengthened Muramite silk thread. If you need help in the strengthening process, just talk to Nalasrine."); } if ($text=~/sleeves/i) { quest::say("Sleeves do seem to wear so quickly, don't they? Bring me Muramite Sleeve Armor. I will do the alterations for you, then all you will need to do is find some Muramite silk thread. Nalasrine can help you strengthen it and you will have the makings of some nice sleeves."); } } sub EVENT_ITEM { if ($class eq "Enchanter") { if (plugin::check_handin(\%itemcount, 68222 => 1)) { # Bracer quest::summonitem(54156); # reworked Bracer } elsif (plugin::check_handin(\%itemcount, 68220 => 1)) { # Circlet quest::summonitem(54154); # reworked circlet } elsif (plugin::check_handin(\%itemcount, 68223 => 1)) { # Gloves quest::summonitem(54157); # reworked gloves } elsif (plugin::check_handin(\%itemcount, 68225 => 1)) { # Plataloons quest::summonitem(54159); # reworked plataloons } elsif (plugin::check_handin(\%itemcount, 68226 => 1)) { # Robe quest::summonitem(54160); # reworked robe } elsif (plugin::check_handin(\%itemcount, 68224 => 1)) { # Sandals quest::summonitem(54158); # reworked sandals } elsif (plugin::check_handin(\%itemcount, 68221 => 1)) { # Sleeves quest::summonitem(54155); # reworked sleeves } } plugin::return_items(\%itemcount); } #END of FILE zone:abysmal ID:279013 -- Lelyen_Ieamria.pl
Source: 17 Jan 2022
Quest Source: 28 May 2022