Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Beanalle_Banoam.pl - Quest File
General Info
Quest File
# items: 67564, 67572, 67565, 67573, 67566, 67575, 67567, 67574 sub EVENT_SAY { if (defined($qglobals{bic}) && ($qglobals{bic} == 18)) { if ($text=~/hail/i) { quest::say("Hello, $name. It is truly an honor to meet you. I have heard some great things about you and hope that what I have [" . quest::saylink("discovered") . "] will interest you."); } if ($text=~/discovered/i) { quest::say("After going through some of the reports submitted by the scout leaders, I was able to figure something out about the temples that lie beyond Yxtta and Kod'Taz. Apparently, the temple called Qvic is where the Muramite army first broke through. The temple was ravaged by the force of the explosion when the portal to the Muramites' realm closed. Of course, as you know, they are not the only thing that came through the portal. The strange magic stones we discovered were also a result of that explosion and up until now we thought we had found the most powerful ones. After going through the reports, I found out that concentrated pieces of the magic-imbued [" . quest::saylink("matter") . "] lie in the Qvic temple area and beyond."); } if ($text=~/matter/i) { quest::say("These pieces of matter possess vast power like none we have ever seen, but there is a drawback. You see these special augmentations? I have come to call them shards of power because of the odd shapes they take. They must have their power removed and condensed before they can be applied to an item. I have figured out a way to do this, but another [" . quest::saylink("drawback") . "] has prevented me from testing my theory further."); } if ($text=~/drawback/i) { quest::say("Well, these special shards can only be combined with an item they are attuned to. In other words, the materials that make up an item determine if these shards are compatible with it. Now, I have found many formulas that will allow for a particular shard to merge with a particular item. Recently I discovered one [" . quest::saylink("item") . "] that was perfectly in tune with them all."); } if ($text=~/item/i) { quest::say("Why, your stone of course. The different items you have added to it have altered its makeup so much that it is hardly what it was when you first received it. It is a powerful item that can be made even more powerful with my help and yours, but this will require the help of many and I am afraid we do not have the force to take on such a task. Do you think you would be willing to collect the four shards of power from the temples and bring them to me as you get them?"); } if ($text=~/yes/i) { quest::say("Excellent! I knew Fezbin was right about you. Okay, here is what I can tell you. Qvic, Inktu'ta, Txevu, and Tacvi are the names of the temples beyond Yxtta and Kod'Taz. Within each of these you should find a shard of power. The hard part will be finding one as the Muramites are aware of the power within them and are hoarding every piece they find. If my theory is correct, you will have to combine the shards in a particular order before the stone will become attuned with another. You should retrieve the shards from the temples in the order I said before -- Qvic, Inktu'ta, Txevu, and Tacvi. Give each shard to me one at a time so that I can remove and condense the magic for you and then you can combine them in the special sealer. Now, hurry! I am worried that the leader of the Muramites may realize he needs to get rid of these shards, before we can get our hands on them."); } } else { quest::emote("seems to ignore you."); } } sub EVENT_ITEM { if (defined($qglobals{bic}) && ($qglobals{bic} == 18)) { if (plugin::check_handin(\%itemcount, 67564 => 1)) { quest::say("Ah, perfect. I am glad you were successful in finding it. Now, if you will give me one second I will condense the shard into concentrated energy which you can add to your stone. There we are. Please take the time to attach this, but make sure you do it in the order I mentioned when we first spoke."); quest::summonitem(67572); # Item: Condensed Matter Shard quest::setglobal("bic",19,5,"F"); } } if (defined($qglobals{bic}) && ($qglobals{bic} == 19)) { if (plugin::check_handin(\%itemcount, 67565 => 1)) { quest::say("Ah, perfect. I am glad you were successful in finding it. Now, if you will give me one second I will condense the shard into concentrated energy which you can add to your stone. There we are. Please take the time to attach this, but make sure you do it in the order I mentioned when we first spoke."); quest::summonitem(67573); # Item: Condensed Matter Shard quest::setglobal("bic",20,5,"F"); } } if (defined($qglobals{bic}) && ($qglobals{bic} == 20)) { if (plugin::check_handin(\%itemcount, 67566 => 1)) { quest::say("Ah, perfect. I am glad you were successful in finding it. Now, if you will give me one second I will condense the shard into concentrated energy which you can add to your stone. There we are. Please take the time to attach this, but make sure you do it in the order I mentioned when we first spoke."); quest::summonitem(67575); # Item: Condensed Matter Shard quest::setglobal("bic",21,5,"F"); } } if (defined($qglobals{bic}) && ($qglobals{bic} == 21)) { if (plugin::check_handin(\%itemcount, 67567 => 1)) { quest::say("Ah, perfect. I am glad you were successful in finding it. Now, if you will give me one second I will condense the shard into concentrated energy which you can add to your stone. There we are. Please take the time to attach this, but make sure you do it in the order I mentioned when we first spoke."); quest::summonitem(67574); # Item: Condensed Shard of Power quest::setglobal("bic",22,5,"F"); } } plugin::return_items(\%itemcount); }
Source: 17 Jan 2022
Quest Source: 28 May 2022