View Single Post
  #2  
Old 03-04-2012, 05:19 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 965
Default

A quest global and a zone status mob would be my recommendation.
On hand in a a quest global is set.

In Nektulos, you have an invisible zone_status mob with a quest file. When the zone boots up, this status mob will spawn and check the qglobal and spawn the NPC as needed. Set a timer on the zone status mob to check every minute or so in case the zone is running for a long time.

You will need to think about how to use the variable in case multiple people do the hand in to spawn if the next npc depawns after one person talks to him or whatever. Incrementing and decrementing the global value would be easiest.
Reply With Quote