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

Exhaust with paladin weapons and potions

Cornwallis

Member
Joined
Jan 3, 2010
Messages
480
Reaction score
16
Ok, so I have a level based/ml based potion system. It is an action file. when i heal with it and try to shoot, it doesnt work. Does someone have a script to make it not exhaust, if you need my script for mana potion tell me.
 
in weapons.xml
Code:
	<!-- Bows and Crossbows -->
	<distance id="8849" level="45" unproperly="1" swing="yes" event="function" value="default"> <!-- Modified Crossbow -->
		<vocation id="3"/>
		<vocation id="7" showInDescription="0"/>
	</distance>

this right?! swing="no" or "yes" dont work for me :(
 
Back
Top