• 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!
  • If you're using Gesior 2012 or MyAAC, please review this thread for information about a serious security vulnerability and a fix.

Lua [Solved] [TFS 1.5] Atk while walking

helmut7414

New Member
Joined
Mar 3, 2012
Messages
14
Solutions
1
Reaction score
3
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)

Manigold

Active Member
Joined
Nov 2, 2017
Messages
193
Solutions
8
Reaction score
43
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
Top