Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

Reply
 
Thread Tools Display Modes
  #1  
Old 11-08-2010, 03:31 PM
Templus
Sarnak
 
Join Date: Oct 2010
Location: NYC
Posts: 39
Default

I'm using underscores.. and #reloadquest instead of rebooting the server.. still not working.. not sure why.. all the other quests seem to work, just not me making a new one
Reply With Quote
  #2  
Old 11-08-2010, 03:42 PM
Templus
Sarnak
 
Join Date: Oct 2010
Location: NYC
Posts: 39
Default

I modified the felwithe paladin guildmaster. changed him all around and renamed him Lord_Xeros. I copied his quest file raneming it Lord_Xeros.pl and here it is: (still not responding to hails)

Lord_Xeros.pl
Code:
sub EVENT_SAY {
if($text=~/hail/i){
quest::say("Aren't you a little short to be a $race?");
#$npc->CastSpell( '345',$userid );
}

sub EVENT_ITEM {
 if(plugin::check_handin(\%itemcount, 18781 => 1)){
        quest::say("Greetings. young paladin!  I am Master Tynkale of the Cleri$
        quest::summonitem("13591");
        quest::faction("105","1");
 }
 if (plugin::check_handin(\%itemcount,  13351 => 1)) {
   quest::say("So you have proven yourself to be a great slayer of beasts.Now i$
   quest::faction( 8, 10);
   quest::faction( 43, 10);
   quest::faction( 178, 10);
   quest::exp(150);
 }
Reply With Quote
  #3  
Old 11-08-2010, 11:06 PM
Jaekob
Sarnak
 
Join Date: May 2010
Posts: 39
Default

Quote:
Originally Posted by Templus View Post
I modified the felwithe paladin guildmaster. changed him all around and renamed him Lord_Xeros. I copied his quest file raneming it Lord_Xeros.pl and here it is: (still not responding to hails)

Lord_Xeros.pl
Code:
sub EVENT_SAY {
if($text=~/hail/i){
quest::say("Aren't you a little short to be a $race?");
#$npc->CastSpell( '345',$userid );
}

sub EVENT_ITEM {
 if(plugin::check_handin(\%itemcount, 18781 => 1)){
        quest::say("Greetings. young paladin!  I am Master Tynkale of the Cleri$
        quest::summonitem("13591");
        quest::faction("105","1");
 }
 if (plugin::check_handin(\%itemcount,  13351 => 1)) {
   quest::say("So you have proven yourself to be a great slayer of beasts.Now i$
   quest::faction( 8, 10);
   quest::faction( 43, 10);
   quest::faction( 178, 10);
   quest::exp(150);
 }
Need a closing bracket in sub EVENT's
The quest::say after the hand in needs to be fixed at the end, I'm guess just a typo, or something like that.
Is Lord_Xeros supposed to cast a spell? If so got to remove the #

Hope this helps
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 01:21 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3