• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

[Fixed] Right click speed hack fix OTHIRE

xKrazyx

Old School
Joined
Oct 23, 2012
Messages
904
Solutions
6
Reaction score
683
Paid Job - paypal c ++. ez fix maybe for you, pm me.

Pretty sure its a client bug but ive tried for a while to fix it...

Right click speed hack in old 7.7

need to be able to use runes while running

but need to not skip everywhere.

setNextAction(OTSYS_TIME() + getStepDuration(dir));
 
Last edited:
Thanks community XDDD,

If anyone wants to know how to fix it, add this to your playerUseItem

Code:
    if(player->eventWalk!=0){
    player->lastStepCost=2;
    }
 
Back
Top