robert19
12-19-2009, 10:29 PM
Hi, I was wondering if I done this correctly? before I test it.
I wanted a way to mass add aug slots to items by using reqlevel.
update items set augslot1type = 192, augslot1unk = 1 where ReqLevel = 85;
the value 192 in augslot1type is the combined value of aug type 7 and 8 combined, I assume this would make the aug slot useable for type 7 and 8 augs in-game.
Any feedback will be greatly appreciated...:smile:
I wanted a way to mass add aug slots to items by using reqlevel.
update items set augslot1type = 192, augslot1unk = 1 where ReqLevel = 85;
the value 192 in augslot1type is the combined value of aug type 7 and 8 combined, I assume this would make the aug slot useable for type 7 and 8 augs in-game.
Any feedback will be greatly appreciated...:smile: