Blue and red line codes

05/05/2019 19:43 srothanglong#1
Do pro's have codes to adjust their stats for weapons, armor, and jewelry?
For example, I have a code: 1073741823 is used to adjust 100% of the index for armor in the database. 27709466400 is an 80% indicator for weapons ... Does anyone know 41%, 61% use any code?
I would like it and thank you very much pro
05/06/2019 20:50 JohnDornel^#2
That depends on the degree. So for every degree it will be a different number. Use SMC, add normal items to your character, equip them (or not), go to user edit tab @ SMC, and use Edit Item function. You can edit Variance (which is white stats) by adding them and choosing a value from 1 to 31. Same goes to blues, you will see max options there.

When you are done editing and satisfied with the results.

From _Inventory table select the slots where your items are located, take the ItemIDs and :
select * from _Items where ID64 in (all the ids here)

From _Items table you will easily see what is what. Have fun.

Edit: Your char has to be offline for edits to apply.