View Single Post
  #2  
Old 09-13-2010, 09:01 AM
Capheus
Hill Giant
 
Join Date: Apr 2008
Location: Milwaukee
Posts: 141
Default

Make sure you have the X Y Z numbers in correctly.

/loc = y,x,z
#loc = x,y,z
#zone 160 x, y, z

You can update your table to fix any problems with the code below. Just put in your x,y,z numbers.

Code:
UPDATE start_zones SET x=1, y=1, z=1, zone_id=160;
Reply With Quote