
09-18-2006, 12:10 AM
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
Quote:
Originally Posted by Kayot
Thank you for the list ^-^ it really should be in the wiki.
-----------
I tryed adding a forge but I think my santax is messed up. It wont show up.
Code:
INSERT INTO object (id, zoneid, xpos, ypos, zpos, heading, itemid, charges, objectname, type, icon) VALUES (100000, 183, 96, 150, 4.75, 140, 17909, 0, 'IT17_ACTORDEF', 53, 1115, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
any ideas?
|
If you do a #goto to the x,y,z coords mentioned above, it puts you in a wall in Nexus (at least with me it does).
Take a new #loc of where you want it, or use these coords -27.9 -32.8 -30.9 and replace (puts it close to the center).
Works pretty good, just need to find the proper "forge" graphic for Augs.
Last edited by Angelox; 09-18-2006 at 08:13 AM..
|