Hi, Found it : with this editor
You must be registered to see the links
, search for _jp, you will got two results like this:
"_profileImage": "alintro",
"_profileImgAlign": "right",
"_jp": {
"1": 0,
"2": 0,
"3": 0,
"4": 0,
"5": 4,
"6": 0,
"@c": 1690
},
"@c": 70,
"@": "Game_Actor"
the good one is the one with "_profileImage": "alintro",
then your sexp is in the "5" slot. so changing the above to: ... "5":999, ... and here you go.
for hearts it's easier to just go to
You must be registered to see the links
and there the hearts are in Item#6,#7,#8,#9, those can only go to 99
Hope this helps, and sorry for the poor formatting and/or english.