View Single Post
  #1  
Old 12-19-2009, 10:29 PM
robert19's Avatar
robert19
Fire Beetle
 
Join Date: Feb 2005
Posts: 21
Default Mysql item editing question?

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...
Reply With Quote