Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Database/World Building

Archive::Database/World Building Archive area for General Discussion's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #6  
Old 02-17-2003, 06:56 AM
Hardy's Avatar
Hardy
Dragon
 
Join Date: Feb 2002
Location: GI, NE
Posts: 924
Default Re: Question

Quote:
Originally Posted by SponkeyMonkey
NPC_SCRIPT 124478{
TRIGGER_TEXT:Hail:{
SAY:Greetings %CHARNAME%, Would you like you like to go PvP [yes]
}
}
TRIGGER_TEXT:yes:{
#pvp on %CHARNAME%
SAY:Have a Safe Journey %CHARNAME%
}
}
I have yet to mess with the PvP commands, I don't think you need the "%CHARNAME%" in the command though as the NPC targets you once hailed. Also you don't use #pvp

Code:
NPC_SCRIPT 124478{ 
TRIGGER_TEXT:Hail:{ 
SAY:Greetings %CHARNAME%, Would you like you like to go PvP [yes] 
} 
} 
TRIGGER_TEXT:yes:{ 
SET_PVP
SAY:Have a Safe Journey %CHARNAME% 
} 
}
Please correct me if I am wrong

Quote:
Originally Posted by Damilis
Where can i get my hands on a quest making utility? all the links on the forums are dead.
There are good tutorials on how to make quests, your quest utility is a notepad Just run a search in the forums, you will find one
__________________
Punisher Mod
Diablo 2: LOD 1.09 and 1.10
Reply With Quote
 


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 08:34 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