Archeblade Variable types.
I'm trying to make a RP hack for Archeblade but I can't find a value for the RP. I'm guessing either it's a float or a double but I can't seem to nail the number
I've been able to edit the progress and amount of RP active in the training module, obviously due to it being local values.
However doing a Online game I assume it will only work if your the host. Otherwise it's handled server/host side.
I was able to find the Progress doing a float unknown value scan. However after finding the value it had a weird value and I realized it's stored in byte and goes from 0-100, when it reaches 100 you gain 1 RP.
Again the actual RP is also stored in a normal 'byte' and goes from 0-5.
Hope it's some help, even though it obviously not anything you can make use of in an online game.