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

Windows Problem with exhaustion. :(

lolrapa1

New Member
Joined
Oct 15, 2011
Messages
10
Reaction score
1
Hello everybody, i have an issue with the exhausition in my ot, when you keep pressing a hotkey with a potion the player stops attaking. paladins stops shooting knights stop hitting, etc.
I would like to fix it but i dont know how. i change the server (.exe) with the sameconfiguration files (movements, spells, etc) and is the same, so i think it isnt a problem with the exe.
do you know how to fix it?
thanks a lot
and sorry about my english.
 
Thanks man for the response. i tried and it does not work.
i changed (ex.):
Code:
<distance id="8851" level="130" unproperly="1" event="function" value="default"> <!-- Royal Crossbow -->
	<vocation name="paladin"/>
	<vocation id="7" showInDescription="0"/>
</distance>

for:


Code:
<distance id="8851" level="130" unproperly="1" event="function" swing="true" value="default"> <!-- Royal Crossbow -->
	<vocation name="paladin"/>
	<vocation id="7" showInDescription="0"/>
</distance>

its ok?

did it also with the ammunitions and it does not works. the only weapon that i can shoot and use pot at the same time is the royal spear here is the code:
Code:
<distance id="7378" level="25" event="function" value="default"/> <!-- Royal Spear -->
(it works without swing)

but with de encanted does not work. code:
Code:
<distance id="7367" level="42" event="function" value="default"/> <!-- Enchanted Spear -->

it is the same :P

by the way, when i reload weapons in the server it says: "[Notice - Game::reloadInfo] Reload type does not work."
maybe is something about that

thanks you
 
you have to restart the server when making weapon changes.

also note that swing is used for attacking, so try casting an offensive rune at same time
you're going to have to look for another solution for potions
 
Back
Top