How change max hp and stats when i am do rec runing so 69s have 2k max hp and 20 stats i am want 3k 30 stats or 70 gears 4k hp max and 40 stats i am want 5k hp stats how ?
03/05/2012 20:42[Dev]Ansem#2
This information is stored in your database, in the CraftName field.
= PS_GameData.dbo.CharItems
example:
09080706050403020100
Str > Dex > Rec > Int > Wis > Luc > HP > MP > SP
So this code would be:
+09 Str
+08 Dex
+07 Rec
+06 Int
+05 Wis
+04 Luc
+300 HP
+ 200 MP
+ 100 SP
the last two zero's at the end are the enchant info, 00 means the enchant is [0].
03/06/2012 07:47RebeccaBlack#3
For a.. permanent change, as opposed to Greester's "per item" change", you can either modify the "bonif max" in ShStudio, or change the ReqWis of the item. The values for either you can figure out using Greester's post.