Hey guys,
I want to do the HP/AP On the Rings but i'm crashing when i have like 100 hp/ap.
Can somebody help me with this? And yes im using 1.5 Client.
Please tell me the c++ fix and not the ASM Fix.
Thank you
Hey guys,
I want to do the HP/AP On the Rings but i'm crashing when i have like 100 hp/ap.
Can somebody help me with this? And yes im using 1.5 Client.
Please tell me the c++ fix and not the ASM Fix.
Thank you
Yeah, this sounds gay, but that's how it rolls. The limit is 40 I think, go for every fucking result with 40 till you find it LOL.
I have a live you know? LOL
Posted via Mobile Device
There is no HP/AP limit i have admin rings and chest that gives 9999999hp/999999ap etc
ur just doing something wrong 0.o
Use a debugger, you have the source.
Sent from my GT-I9100 using Tapatalk
if (HP < 0 || HP > 100)
{
ZChatOutput("Your HP is very high",1,0,0xFFFFFFFF);
}