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

TFS 1.X+ I cannot equip amulets when the character drinks mana potions

Tubeshop

Member
Joined
Nov 23, 2023
Messages
182
Reaction score
21
TFS 1.2

I cannot equip SSA and other amulets. when the character drinks mana potions. where to look for a solution?
 
Not sure but you may try
config.lua in ur TFS, look for:

Lua:
-- Item Usage
timeBetweenActions = 200
timeBetweenExActions = 200

& change the value from whatever you got there to, for example, 50 and look if it works any better

//edit
lol, i responded before i wrote everything i wanted.. im dumb. anyway, there's more in config.lua you may want to look into:
Lua:
classicEquipmentSlots = false
classicAttackSpeed = false

try to play with those too, they may help
 
Last edited:
It's for onWalk.
Not related.

//edit
but it's still worth to do this change on the server as it's fixing using items onWalk
Ah yeah same post about classic speed yesterday i posted the onattack c++ removiny that feature
 
Back
Top Bottom