Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

Speedhack #52

Open
Pietia10 opened this issue Apr 10, 2015 · 2 comments
Open

Speedhack #52

Pietia10 opened this issue Apr 10, 2015 · 2 comments

Comments

@Pietia10
Copy link
Member

While moving with keyboard, you keep right clicking on map to move in the same direction (never stop pressing key arrows), your character like speed hack while doing it. It's like a map click speed hack where people use the ground when they walk.

Better described here http://otland.net/threads/speed-hacking.7418/
And here:
Ezzz-dev/OTHire#21
when we use this fix:
in Game::PlayerUseItem(...)

Under:

Thing* thing = internalGetThing(player, pos, stackPos, spriteId, STACKPOS_USEITEM);

add:

player->lastStepCost = 3;

It stops you when you right click using classic control and also there is a delay when you try to open backpack or body from far away.
Also you can't shoot runes while moving you have to stop for a sec to shoot sd for example.

@TheJoshGriffith
Copy link

Hi @Pietia10 - Feel free to raise a pull request against the repot, if you've got a fix in place for this.

@Pietia10
Copy link
Member Author

This is not proper fix to address this .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants