View Single Post
  #1  
Old 03-14-2015, 06:38 PM
epilz
Hill Giant
 
Join Date: Sep 2013
Posts: 247
Default question on spawn locations

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
Reply With Quote