Jupiter Mobs

09/06/2014 18:59 mtnman33#1
Hello all , some of you may know me but most do not so let me start off by saying that i have helped allot of people in here with their private server is setting them up , fixing them , editing them and adding new stuff , now i have come across a problem that i need some help with , i have a problem with all the Jupiter mobs on my server none of them are spawning where they are supposed to as far as the Jupiter rooms and zealots rooms i have the mobs and the areas are working 100% but i need a list of what mobs spawn in what area so i can add them in the refnest on the database or if anyone can do a copy and paste of them for me on here i would be very grateful , thanks
09/06/2014 22:08 ​Exo#2
Check if service is '1' At _RefObjCommon
09/07/2014 16:11 mtnman33#3
if it was something that simple i would have fixed that along time ago , all i need is a list of the jupiter mobs and where they spawn , yes they are all there , yes they are all working and yes i can spawn them all through GM commands , but they are just not spawing where they are suspossed to be spawning inside the zealots caves , thats all.
09/07/2014 17:06 ​Exo#4
Ahhh i thought they weren't working at all then yes just use this i wrote it for the same reason
You should get the cords where they spawn now..
PHP Code:
Declare  @NestID INT

   SELECT 
@NestIDT.dwTacticsID
          
   FROM Tab_RefTactics T
   INNER JOIN _RefObjCommon O
   ON O
.ID T.dwObjID
   WHERE CodeName128 
'Mob_Code_Here' 
   
   
SELECT fLocalPosX,fLocalPosY,fLocalPosZ FROM Tab_RefNest WHERE dwTacticsID=@NestID