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

Lua [Solved] [TFS 1.5] Atk while walking

helmut7414

New Member
Joined
Mar 3, 2012
Messages
19
Solutions
1
Reaction score
4
Hello OT-Landers,

I am useing TFS-1.5-Downgrades by Nekiro for 7.72 and I am struggeling to change that players can atk while they are walking, I have already tryed to change
Lua:
timeBetweenActions = 0
timeBetweenExActions = 0

in config.lua but it doesn´t affect the atking. Now I have no clue what to do.
If someone could help me figure out how to solve it I would be thankful.
 
Solution
Hello OT-Landers,

I am useing TFS-1.5-Downgrades by Nekiro for 7.72 and I am struggeling to change that players can atk while they are walking, I have already tryed to change
Lua:
timeBetweenActions = 0
timeBetweenExActions = 0

in config.lua but it doesn´t affect the atking. Now I have no clue what to do.
If someone could help me figure out how to solve it I would be thankful.
Change here TFS-1.5-Downgrades/config.lua.dist at a4675433d0e5c0001d37d4cab1241120216597e4 · nekiro/TFS-1.5-Downgrades (https://github.com/nekiro/TFS-1.5-Downgrades/blob/a4675433d0e5c0001d37d4cab1241120216597e4/config.lua.dist#L88)
Hello OT-Landers,

I am useing TFS-1.5-Downgrades by Nekiro for 7.72 and I am struggeling to change that players can atk while they are walking, I have already tryed to change
Lua:
timeBetweenActions = 0
timeBetweenExActions = 0

in config.lua but it doesn´t affect the atking. Now I have no clue what to do.
If someone could help me figure out how to solve it I would be thankful.
Change here TFS-1.5-Downgrades/config.lua.dist at a4675433d0e5c0001d37d4cab1241120216597e4 · nekiro/TFS-1.5-Downgrades (https://github.com/nekiro/TFS-1.5-Downgrades/blob/a4675433d0e5c0001d37d4cab1241120216597e4/config.lua.dist#L88)
 
Solution
Back
Top