Before you do anything, un-equip the items that you want to modify, if you equip the items and then modify them, the game will crash when you load it in game, so un-equip the items and then re-equip them after modifying
In the hex numbers in front of the weapon hex number, there should an area that should have 3 00's and then the 0x, [x = the number of enchants on the weapon. Then you should see 00 xx xx xx, xx xx xx should be the 1st enchant on the weapon from the top down usually, followed by FF FF FF FF, as long as you see the four FF's at the end of the line followed by an 00 xx xx xx FF FF FF FF, it should mean that there is more enchants on the item, if it doesn't follow that , then there are no more enchantments. ,You can change the number of enchants on a wepon by changing the 1st 0x to where 0x can be up to 08 different enchants and 0C or 12 of the same enchants. The same enchants means that you are stacking enchants of the same Enchant ID's or the same effect category, like 2x +60% dmg enchants to make the weapon have +120% dmg or +15% dmg, +25% dmg, and +40+ dmg to get +80% dmg.
So, if your wpn has 1 enchant on it, the numbers should look something like this:
00 00 00 01 00 zz zz zz FF FF FF FF 00 00 00 00 gg gg gg gg gg gg 00 00 00 00 gg gg gg gg 00 00 00 hh hh hh hh hh hh...
00 00 00 01 00 is the enchantment amount on the weapon
zz zz zz is the enchant id
gg gg gg gg gg gg has to do with something about the item weight, durability, and other stats I assume, but no one knows how to change it correctly
hh hh hh hh hh hh... is the item name
if you want to add more enchants to the weapon, lets say you want to add 5 more enchants, then it should look like this now:
00 00 00 06 00 zz zz zz FF FF FF FF 00 zz zz zz FF FF FF FF 00 zz zz zz FF FF FF FF 00 zz zz zz FF FF FF FF 00 zz zz zz FF FF FF FF 00 zz zz zz FF FF FF FF 00 00 00 00 gg gg gg gg gg gg 00 00 00 00 gg gg gg gg 00 00 00 hh hh hh hh hh hh...
06 is the enchantment amount on the weapon
zz zz zz is the enchant ids
gg gg gg gg gg gg has to do with something about the item weight, durability, and other stats I assume, but no one knows how to change it correctly
hh hh hh hh hh hh... is the item name
I hope that helped.
[Edited by slowpoke2, 4/12/2012 11:08:24 PM]
[Edited by slowpoke2, 4/12/2012 11:11:42 PM]