View Single Post
  #2  
Old 03-14-2015, 07:18 PM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

Quote:
Originally Posted by epilz View Post
I have a custom NPC that will summon adds at if ($hpevent == 9 {

Adds do spawn with the line below.

quest::spawn2(334107,0,0,347.24,2158.55,-52.03,24.5);

But they DO not spawn in the location that I have them set for. Am I missing something?

Thanks
Ensure you are using #loc to find x,y,z of where you want things spawned and not /loc as /loc reverses x and y.

If that is not the issue, then what zone are you trying to spawn them in? (curiosity atm). And where do they end up spawning? (use #loc on the spawned NPC that spawns as a result of your quest::spawn2)
Reply With Quote