• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Fix another one code

felipemko

New Member
Joined
Mar 2, 2010
Messages
175
Reaction score
3
Hi

I wonder if anyone knows how to take an exhaust intereference from PUSH with RUNES / POTIONS / other actions in general.

When the player is holding a potion, for example, he can not do that with another player.


PS:
the configuration of config.lua pushCreatureDelay, does not solve, because it is only the speed that you can save the guy, but even if you put 0, if you are using or using sd, you can not.
 
Hi

I wonder if anyone knows how to take an exhaust intereference from PUSH with RUNES / POTIONS / other actions in general.

When the player is holding a potion, for example, he can not do that with another player.


PS:
the configuration of config.lua pushCreatureDelay, does not solve, because it is only the speed that you can save the guy, but even if you put 0, if you are using or using sd, you can not.
You want to have no exhaust between both actions? like mwalling/push in same time? If so
I think you need to edit
timeBetweenActions
timeBetweenExActions
 
You want to have no exhaust between both actions? like mwalling/push in same time? If so
I think you need to edit

@Mustafa1337

Exactly!
But for example, if a player is using potion non-stop, he can never push another player, it's not a matter of exhaustion, but he just can never push by doing another action

Now:
timeBetweenActions = 200
timeBetweenExActions = 1000
timeBetweenCustomActions = 500

How I need to change?
 
@Mustafa1337

Exactly!
But for example, if a player is using potion non-stop, he can never push another player, it's not a matter of exhaustion, but he just can never push by doing another action

Now:
timeBetweenActions = 200
timeBetweenExActions = 1000
timeBetweenCustomActions = 500

How I need to change?
Potions exhaust is based on "timeBetweenExActions", so I think by changing that a little players will be able to push/use potions.
Try setting them 0 just as test to get sure if it works or not, if it worked then you can try changing it to different numbers like 400/300 or maybe just keep it 0 and add custom exhaustion to potions.
Machete/shovel and all other tools exhaust are based on timeBetweenActions and it it also affect runes somehow ( I tested it) so by changing it that will help players to push while using tools/runes.
Just try it with 0 and tell me if it works, I will tell you what to do next.
 
@Mustafa1337
I set timeBetweenExActions so players are using potions without 0 exhaust, dont worked
TFS version? I tried that and it worked good for me TFS 1.3/0.4 rev 3777.
Try timeBetweenExActions it should work I guess.
 
@Mustafa1337
I use OTX 2.0 because have somethings custom for my server

But I tried timeBetweenExActions, and them players use potion without exhaust
 
@Mustafa1337
I use OTX 2.0 because have somethings custom for my server

But I tried timeBetweenExActions, and them players use potion without exhaust
Yeah but it fix the push delay? or not? if it does then you can just change potions exhaust to timeBetweenCustomActions instead of timeBetweenExActions
 
Back
Top