Quote:
Originally Posted by Munchkin
Hello All. I'm trying to get Augments working on my server, but so far cant get a sealer, or even an "augment forge" to spawn. Can someone give me some step by step instructions on how to implement augs? I'm sure its something simple that i havent done.
Running a 7,0 server, fresh titanium install.
Also, any news on when AA's will be back in 7.0?
Thanks in advance.
|
This SQL will put a forage in Nexus that will do augs.
INSERT INTO object (id, zoneid, xpos, ypos, zpos, heading, itemid, charges, objectname, type, icon) VALUES (5001, 152, '220', '90', '-55', '140', 17909, 0, 'IT66_ACTORDEF', 53, 1115);
If you search you can find the code that will put the bird bath instead of a forage the code you need to change is this 'IT66_ACTORDEF' with the bird bath code.