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

Solved Can't atk with ranged weapon and use potion at the same time?

Samaster

Raptorserver.ddns.net
Joined
Jun 9, 2013
Messages
291
Reaction score
23
Location
UK
I don't know why I have this problem, it doesn't do it for any other vocation or weapons; but for all ranged weapons on my server I can't use a potion or fish at the same time as atk :(
Can someone help please

Thanks
 
You may just be able to set swing=false in the weapons.xml for distance weapons.

I know there is exhaust set up in the source for distance weapons after using items.
 
So I add swing="false" to every distance weapon line like this?
Code:
<distance id="7438" level="20" unproperly="1" swing="false" event="script" value="defined bow.lua"> <!-- Defined Bow  -->
        <vocation id="3"/>
        <vocation id="7" showInDescription="0"/>
        <vocation id="11" showInDescription="0"/>
    </distance>

EDITED

I just tried the script above and it did nothing, the problem is still there
 
Last edited:
Back
Top