OTHire icon indicating copy to clipboard operation
OTHire copied to clipboard

Hotkeys enabled in OTClient

Open peonso opened this issue 8 years ago • 5 comments

Players can use item Hotkeys and attack players through Battle Window with OTClient

https://otland.net/threads/7-72-othire-0-0-1b-based-in-otserv-trunk-latest.212153/page-18#post-2082195

peonso avatar Jul 27 '16 02:07 peonso

I have a server 7.6, and I blocked these options in OTClient, if you can show you how I did ...

diegorodriguesvieira avatar Aug 11 '16 19:08 diegorodriguesvieira

#72

diegorodriguesvieira avatar Sep 05 '16 18:09 diegorodriguesvieira

That shit can't be solved, there is nothing to be done server side, don't think we do any good pointing out it even exists. Better that can be done is to edit your own client.

@diegorodriguesvieira

peonso avatar Sep 30 '16 02:09 peonso

That shit can't be solved, there is nothing to be done server side, don't think we do any good pointing out it even exists. Better that can be done is to edit your own client.

@diegorodriguesvieira

This actually should be solveable server side. TFS has a solution.

https://github.com/otland/forgottenserver/blob/6143815cb9230cce94de47313595567f9f51ea70/src/game.cpp#L2089-L2092 https://github.com/otland/forgottenserver/blob/6143815cb9230cce94de47313595567f9f51ea70/src/game.cpp#L2177-L2180 https://github.com/otland/forgottenserver/blob/6143815cb9230cce94de47313595567f9f51ea70/src/game.cpp#L2247-L2253

peonso avatar Apr 17 '22 04:04 peonso

That shit can't be solved, there is nothing to be done server side, don't think we do any good pointing out it even exists. Better that can be done is to edit your own client. @diegorodriguesvieira

This actually should be solveable server side. TFS has a solution.

https://github.com/otland/forgottenserver/blob/6143815cb9230cce94de47313595567f9f51ea70/src/game.cpp#L2089-L2092 https://github.com/otland/forgottenserver/blob/6143815cb9230cce94de47313595567f9f51ea70/src/game.cpp#L2177-L2180 https://github.com/otland/forgottenserver/blob/6143815cb9230cce94de47313595567f9f51ea70/src/game.cpp#L2247-L2253

After studying otclient a bit I think it's actually easy to make a module that bypass forgottenserver block.

peonso avatar Sep 13 '22 20:09 peonso