|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
Development::Feature Requests Post suggestions/feature requests here. |

12-14-2006, 11:33 AM
|
Hill Giant
|
|
Join Date: Dec 2006
Posts: 110
|
|
im not 100% sure but i think this was a birdbath... i didnt log in to check it tho but i believe it was the only object i placed in that zone
Code:
INSERT INTO `object` VALUES ([int:id],[int:zone number],[float:x],[float:y],[float:z],[float:heading],0,0,IT10714_ACTORDEF,53,1115,0,0,0,0,0,0,0,0,0,0,0,0);
If not... please post and say it's not one lol and then remove the line from your database to get rid of whatever random object i just made you create :P
|

12-15-2006, 07:29 AM
|
Demi-God
|
|
Join Date: Jul 2006
Posts: 1,552
|
|
Quote:
Originally Posted by Aerewen
Code:
INSERT INTO `object` VALUES ([int:id],[int:zone number],[float:x],[float:y],[float:z],[float:heading],0,0,IT10714_ACTORDEF,53,1115,0,0,0,0,0,0,0,0,0,0,0,0);
|
I think your SQL statement is a little off. What are all those [type:var]'s doing in your VALUES statement? Might be yet another thing I do not know about MySQL 
|

12-15-2006, 07:36 AM
|
Hill Giant
|
|
Join Date: Dec 2006
Posts: 110
|
|
ah yeah sorry those brackets are to be replaced with the values you want to use...
[float  ] means type in the x-position of the object as a floating point 90.52 or whatever
same for y and z
[int:id] is the object's id, i believe entering 0 should auto select a new value using MySQL if that field is set to auto increment
[float:heading] is the rotation for the object, which determines which way it will face.
Easiest way to get this info is, login to the EQEMU server, #zone to the zone u want it in
walk to where you want it to be placed, and type #loc
use those values for x, y, z, and heading
|

12-17-2006, 11:05 PM
|
Fire Beetle
|
|
Join Date: Jul 2006
Posts: 23
|
|
and for older SQL's?
|
Thread Tools |
|
Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 08:24 PM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |