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

Cant shoot spears when using potions.

haxborn

server dominando, cry is free
Joined
Dec 1, 2011
Messages
126
Reaction score
7
Location
Sweden
Hi, I host a server with fast attack, but when I spam any potion the character wont throw any spears.
This pretty much ruins my server so I would really appreciate any help!

Regards Haxborn

- - - Updated - - -

So far I've tried changing the exhaust on config, actions, potions, timebetweenactions/exactions etc.
Nothing works..
Please help me!!
 
Where do I add it? like this?
Code:
    <item id="2389" article="a" name="spear" plural="spears">
        <attribute key="weight" value="2000" />
        <attribute key="attack" value="25" />
        <attribute key="weaponType" value="distance" />
    [COLOR="#FF0000"]    <attribute key="swing" value="true" />[/COLOR]
        <attribute key="shootType" value="spear" />
        <attribute key="range" value="5" />
    </item>
 
Like this then?
Code:
	<distance id="7378" level="25" event="function" value="default" swing="true"/> <!-- Royal Spear -->
 
Alright thanks, I'll try it soon. In weapons.xml I can't find spears and arrows, only items with required level. Should I add the spear and other ones aswell? but remove the level requirements?

Thanks a lot bro<3
 
Back
Top