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 10-04-2004, 07:57 AM
mrea
Discordant
 
Join Date: Sep 2004
Location: Camp Hill,PA
Posts: 370
Default Could I do it?

I've got a server running (5.9DR2 Perl Enabled) for my friends and I. Would it be at all possible (although a lot of coding) for me to set up an NPC that if you hail him he gives you the correct set of newb armor just to make things simple, rather than all the quests on Live.

*EDIT* Haven't waited for a response haha, but also, could you have something like the following work
Code:
sub EVENT_SAY
{
 if($text=~/Hail/i){
 quest::say("Greetings $name. Would you like me to craft some [armor] for you?");}
 if($text=~/Armor/i){
 quest::say("Gimme a second here and I'll grab something I've had lying around.");}
}
 if($class=Shadowknight) && ($race=Dark Elf){
 quest::summonitem("19595,2")
 quest::summonitem("19597")
 quest::summonitem("19592")
 quest::summonitem("19593")
 quest::summonitem("19594")
 quest::summonitem("19596")
 quest::summonitem("19598");}
Meaning that if they were a Dark Elf Shadowknight they would have the full set of newbie armor summoned to them.
Reply With Quote
Reply

Thread Tools
Display Modes

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:57 AM.


 

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