I know this SHOULD be in programming but NO ONE EVER GOES THERE... also this is "botting DISCUSSION"... not botting auth requests. So, it can go in both forums and I choose here.
Now, how can I pull the user's stats in RSBuddy?
So far I've tried:
and
Both return 0, when my real attack level is one.
Now, how can I pull the user's stats in RSBuddy?
So far I've tried:
Code:
MyAtt = Skills.getLevelAt(Skills.getCurrentExp(Skills.ATTACK));
and
Code:
MyAtt = Skills.getRealLevel(Skills.ATTACK);
Both return 0, when my real attack level is one.