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

problem walking and using items at a distance

Dogrinha

New Member
Joined
Oct 6, 2019
Messages
206
Solutions
1
Reaction score
2
when walking my player does not drop arrows, spear or anything, can anyone tell me how to fix it?
tfs 0.4
 
Explain more, You mean you cannot drop items underneath? like gold/platinum under character? Or you can't use Arrows/Bolts and distance weapons while dashing?
 
In your distance weapons try adding swing="yes" example :
XML:
    <distance id="8849" level="45" unproperly="1" swing="yes" event="function" value="default"> <!-- Modified Crossbow -->
        <vocation id="3"/>
        <vocation id="7" showInDescription="0"/>
    </distance>
If it didn't work try lowering this in config.lua
timeBetweenActions = xxx
 
Back
Top