View Single Post
  #1  
Old 01-28-2018, 02:43 PM
caddie23
Fire Beetle
 
Join Date: Sep 2008
Location: red deer
Posts: 5
Exclamation Placing objects in world, MYSQL Error on save

Hey guys, just been doing a little work trying to customize a zone by adding a few objects here and there.

The trouble I am running into is when I create a static object and try to save it I get the MySQL error in the picture attached.

https://imgur.com/a/S2GTd

Adding the objects as a tradeskill item rather than a static seems to work but I don't want the objects openable and you lose the options for size, solidtype, incline.

Here is the error, straight out the log file.

Code:
[Sun Jan 28 11:45:45 2018] [MySQL Error] 1264: Out of range value for column 'unknown10' at row 1 
[Sun Jan 28 11:45:45 2018] ---  INSERT INTO object (id, zoneid, version, xpos, ypos, zpos, heading, objectname, type, icon, unknown08, unknown10, unknown20) VALUES (6000, 96, 0, 2385.3, -5502.4, 3.4, 478.0, 'KUSTAT1P1', 0, 0, 0, 1079574528, 0)
[Sun Jan 28 11:45:45 2018] Database Error: #1264: Out of range value for column 'unknown10' at row 1
Thanks for looking, hopefully this can be solved . I'd be super happy even if it ended up being user error!
Reply With Quote