• 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 Exhaust stops melee attacks

Bilip

New Member
Joined
Apr 15, 2009
Messages
41
Reaction score
0
I have small problem, but with huge effect. (not sure if it's connected with lua or C++)
When I use anypotion or any rune (even defensive) melee attack stops for about 1000ms
When I use instant spells everything is okay, I can throw combos etc.(ex. assasin star+caldera)
It means, when player uses potions/runes more often or about 1 per 1sec, (which is common)
He tottally stops melee/dyst attack. So player has choice whether heal or attack ;/
this is even more annoying with fast attack.
Please help me solve this problem, I can provide potions.lua if it's nessairy.
To be precise, exhaust = 1sec< and it works correctly despite melee attack
PHP:
	timeBetweenActions = 200
	timeBetweenExActions = 1000
 
You could try with this,
Code:
<distance id="7368" level="80" [COLOR=#ff0000]swing="true"[/COLOR] event="function" value="default"/> <!-- Assassin Star -->
 
You're great, problem ind concerns only dist weapons,
I will check it in a minute.
 
Last edited:
Back
Top