Getting augs to work, what am I doing wrong
okay I searched and searched, no info has come out yet on how to get augs to work, I'll put together what i've done so far.
Downloaded the latest comiled binaries (from november 16th) (MySql and perl are working from a previous release)
Downloaded and sourced the Kunark Database into a fresh database
Downloaded and sourced merchantlist_temp.sql and doors_update.sql (read somewhere that doorsdata.sql shouldn't be used)
Added the npc_aggro column into npc_types
sourced the following into the database:
ALTER TABLE `items` add `charmformula` INT(11) DEFAULT "0" NOT NULL;
ALTER TABLE `items` add `unknown001` INT(11) DEFAULT "0" NOT NULL;
ALTER TABLE `items` add `collected_slot_id` INT(11) DEFAULT "0" NOT NULL;
ALTER TABLE `items` add `unknown004` INT(11) DEFAULT "0" NOT NULL;
ALTER TABLE `items` add `collected_inst_id` INT(11) DEFAULT "0" NOT NULL;
ALTER TABLE `items` add `unknown021` INT(11) DEFAULT "0" NOT NULL;
ALTER TABLE `items` add `unknown022` INT(11) DEFAULT "0" NOT NULL;
ALTER TABLE `items` add `unknown023` INT(11) DEFAULT "0" NOT NULL;
ALTER TABLE `items` add `unknown064` INT(11) DEFAULT "0" NOT NULL;
ALTER TABLE `items` add `unknown070` INT(11) DEFAULT "0" NOT NULL;
ALTER TABLE `items` add `unknown072` INT(11) DEFAULT "0" NOT NULL;
ALTER TABLE `items` add `unknown108` INT(11) DEFAULT "0" NOT NULL;
ALTER TABLE `items` add `distiller` INT(11) DEFAULT "0" NOT NULL;
Added augslot1-5 to inventory, sharedbank and object_data (or whatever it is) as per to what the zone.exe said
This is all I could find, and so I think that it should work, so I summon myself up an aug, and an augmentation sealer (item), I get the "Insert XXXXX into XXXXX" message, but when I press yes, nothing happens. I believe that the container itself might just be setup wrong, or that something may be wrong in the compiled code (something about augslot4 loading twice and augslot 3 being skipped).
I hope I didn't miss anything. If anyone has gotten augs to work, please tell me what it is I'm doing wrong or post a HOW TO: guide.
EDIT: I probably should mention that there were no error messages in the world.exe/zone.exe
|