Thread: Adding Aug's
View Single Post
  #12  
Old 07-28-2006, 07:22 PM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

Augments (/bump) - I do see lots and lots of questions about these buggers, and I finally found the easy way to add the fountain to the approximate spot in EC Tunnel:

INSERT INTO object (id, zoneid, xpos, ypos, zpos, heading, itemid, charges, objectname, type, icon) VALUES (5001, 22, '-228.84', '-1617.5', '5', '140', 0, 0, IT10714', 53, 1115);

This worked for me. Now the fountain for augmenting your gear is in a familiar place in EC Tunnel. However, the combine still does not work as of binary 828. If I knew more about where to look in the code, I could maybe figure some of this out. Meanwhile, it's back to searching.

I did, however, get an aug into my weapon by manipulating the database itself. Found the item I was holding, and in the aug1slot, added that item id. Something odd I am noticing is that the popup description of the aug does not show stats, though the database clearly has the stats modifiers populated. This could be another symptom of the bigger combine problem.

Anyway, just a bump and some additional thoughts.
J
Reply With Quote