• 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!

OTClient Not Work Using rune on Yourself

Forkz

Intermediate OT User
Joined
Jun 29, 2020
Messages
528
Solutions
16
Reaction score
129
Hi otlanders,

I'm using the client

but I changed the game_hotkeys to otclient v8 to use the hotkeys. Target hotkeys work normally, but On Yourself hotkeys don't work, could someone help me?
Post automatically merged:

I got it, just comment out features.lua "g_game.enableFeature(GameForceAllowItemHotkeys)";
 
Last edited:
add in modules/game_features/features.lua
LUA:
g_game.enableFeature(GameForceAllowItemHotkeys)
 
Solution
Back
Top