Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Completed

Quests::Completed This is where Completed quests are.

Reply
 
Thread Tools Display Modes
  #1  
Old 02-29-2008, 04:42 PM
shaznito
Sarnak
 
Join Date: Apr 2007
Posts: 35
Default Quest::The Bind

This part is for Xanuusus. note that I did not do the epic part of this scripted! Only jumjum juice part which I noted. and also note there is a typo in Ilscent Tagglefoot.pl

Code:
if($text=~/I will take the the jumjum juice to him/i)
there is 2 the in there :P so just go in and remove one and your set to go.


Code:
#############
#Quest Name:The Bind
#Author:Shaznito
#NPCs Involved:Xanuusus, Ilscent Tagglefoot
#Items Involved:
#################

# earthcaller - ranger epic

sub EVENT_SAY {

 if ($text=~/hail/i) {
 quest::say("Greetings, small one! I am Xanuusus of the Stormreapers. You are welcome to rest beneath my mighty branches.");
 
 }
}



sub EVENT_ITEM {

  if (plugin::check_handin(\%itemcount, 20483 => 1, 20484 => 1)) {
  quest::emote("waves his hands over the gem of corruption and a wave of warm energy passes through the area. With care for such a huge creature, he melds the gem into the sword and seems to glow all over as he channels energy into the weapon. 'Thus is the link of hate broken between Innoruuk and the spirit of earth. Through your will has balance returned. Your deeds, your work for the good of all, will be remembered by anyone who walks beneath the canopy of a forest or roams the plains. Continue your vigil over nature's balance.");

  quest::summonitem(20488);
  quest::exp(2500000);
}

 elsif (plugin::check_handin(\%itemcount, 20699 => 1, 20697 => 1, 20698 => 1)) {

  quest::summonitem(20490);
  quest::exp(2500000);
}
 # Hand in for Case of JumJum juice
 elsif (plugin::check_handin(\%itemcount, 13411 => 1)){
  quest::say("Heh heh! Excellent, small one!  My roots have been longing for some fresh jumjum juice!  Thank you!  Take this for your trouble.  Be sure to thank the Tagglefoots for me.");
 
 
 } else {
  plugin::return_items(\%itemcount);
  quest::say("I have no need for this $name, you can have it back.");
 }
}
# EOF zone: northkarana ID: 13061 NPC: Xanuusus
Reply With Quote
  #2  
Old 02-29-2008, 09:45 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by shaznito View Post
This part is for Xanuusus. note that I did not do the epic part of this scripted! Only jumjum juice part which I noted. and also note there is a typo in Ilscent Tagglefoot.pl

Code:
if($text=~/I will take the the jumjum juice to him/i)
there is 2 the in there :P so just go in and remove one and your set to go.
Here you can better post your revised version of the full script-you can always include
Code:
####
#revised by shaznito
#
If you feel it's just too small change (all up to you). Also, don't forget to always mention which zone the script belongs in, so Cavedude can quickly submit it.
Thanks!
Reply With Quote
  #3  
Old 03-01-2008, 12:18 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

You forgot the reward in this one I added them to the script.

Great work! Rivervale is nearly complete. We are going to be left with the 1 or 2 unsolved ones, and the tasks which shouldn't be put it until we get an actual task system working

Last edited by cavedude; 03-01-2008 at 08:24 AM..
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 12:41 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3