DH264 wrote: ↑Fri Feb 16, 2024 7:57 pm
I added a script to level a character to over 2000 in it4chi table which is "Billion Character XP" i didn't find it.
Just incase someone wants this, i can help with creating additional features if you are still interested.
I'm sorry, but this is not my table ^^
The XP values are also available in my table, they are called "Prestige" there and if you set the number to "9999999999", your character will level up to over lv2000, as I have already described above... I can do the whole thing too writing in scripts, however, is simply more effort...
Prestige = XP for the character in the main menu
You can find this under “Ingame Player Stats” -> “Resources”
If you mean the in-game character level, you can find it under "Ingame Player Stats" -> "Level" and you can also set whatever you want there
Unfortunately, I can't answer where you can find this functions in the table you posted
And in your code "Billion Character XP", you can basically break it down to one line:
"movss [rax+28],xmm0" -> "mov [rax+28],(float)9999999999"
You don't need this "xp_1" and the alloc for that
Wish you a nice day