Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Quests

Archive::Quests Archive area for Quests's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-18-2004, 03:48 AM
MacLeod
Sarnak
 
Join Date: Jan 2004
Posts: 33
Default quest::follow(ID) help..

I'm trying to get the Langseax and similar quests working where a dog walks to someone in the zone. I tried putting the ID of the person they are supposed to walk to but the dog didn't move. Anyone know how to get this to work?
Reply With Quote
  #2  
Old 01-18-2004, 05:28 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

I don't think follow will work for this. One ided is to have 2 spawns for the dog. When the quest is triggered, depop the normal dog. Then spawn a new onw that is on a pathing grid that does what you want. Probably have the new dog wait x seconds/minutes once it reaches it's detination, then depop. The regular dog respawn should take care of it showing back up.
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote
  #3  
Old 01-18-2004, 06:09 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

Nice idea for a new command though...
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote
  #4  
Old 01-18-2004, 06:09 AM
mollymillions's Avatar
mollymillions
Hill Giant
 
Join Date: May 2003
Posts: 176
Default

Has anyone had any luck with quest::depop(NCPID)? I am just looking for confirmation that it works correctly (i found it disconnects the client?).
Reply With Quote
  #5  
Old 01-18-2004, 07:07 AM
MacLeod
Sarnak
 
Join Date: Jan 2004
Posts: 33
Default

Good idea Lurker. Taking a break, but I'll look into doing that.
Reply With Quote
  #6  
Old 01-18-2004, 05:15 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

Molly, quest::depop() does work, but I see that using an ID will not!

This is untested, but should work.
Code:
"sub depop{push(@cmd_queue,{func=>'depop'});}"
should be
Code:
"sub depop{push(@cmd_queue,{func=>'depop',args=>join(',',@_)});}"
I missed testing it with a NPC id as an argument!
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote
  #7  
Old 01-18-2004, 08:45 PM
mollymillions's Avatar
mollymillions
Hill Giant
 
Join Date: May 2003
Posts: 176
Default

Thanks.
Could we add REPOP() to repop an NPC at its spwan point after its been moved?
Also HASITEM{} was overlooked, i think (i am pretty sure its not working and not included in the parser code).
I have tried to work out how to spwan an NPC from a quest but could'nt. I couldnt work out how to make an NPC move to a particular location either.
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:05 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