Is there a way to increase OJ stats for gears even thought the gears a lower levels ? Like if Ive used lower level armor and converted the stats to lvl 70 armor. Is there a way to make it so you can get up to +4000 hp and +45 on stats ?
Thanks, now I can understand that. :handsdown: For keeping it simple for me.Quote:
Easiest way to do it is to open the Item.sdata in shStudio, double-click a piece of Armor and edit the value in Bonif Max, which is going to update the ReqWis collumn in SQL after you apply the querry.
For example, I want to edit a Plate Armor so I can reroll it to max 20 stats/2000hp,sp,mp.
In shStudio, Im going to open the Light Gears tab, find and double-click Plate Armor, a window with the Items informations will open. Look down where it says Bonif Max: 6 and change the value to 20, save it and update your Database with the SQL querry you get after saving the .sdata (if you set shStudio up properly).
Plate Armors will now be able to be rerolled to max 20 stats and 20 x 100 hp/mp/sp = max 2000.
The highest Bonif/ReqWis value you can enter is 99 (99stats - 9999hp,mp,sp) because the Craftname of the item only supports 2 digits for stats and 4 digits for HP/SP/MP.