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

Exhausted for pally

Archangelkoks

New Member
Joined
Dec 29, 2010
Messages
5
Reaction score
0
Pally stops attack when at the same time using weapon and runes. But here I really don't know what can I do..

it's TFs for 8.6 (0.4)
 
Last edited:
XML:
	<!-- Ammunition -->
	<distance id="2545" event="script" swing="true" value="poison_arrow.lua"/>
	<distance id="2546" event="script" swing="true" value="burst_arrow.lua"/>
	<distance id="7366" event="script" swing="true" value="viper_star.lua"/>
	<distance id="7838" type="energy" event="function" swing="true" value="default"/>
	<distance id="7839" type="ice" event="function" swing="true" value="default"/>
	<distance id="7840" type="fire" event="function" swing="true" value="default"/>
	<distance id="7850" type="earth" event="function" swing="true" value="default"/>
	<distance id="3965" level="20" event="function" swing="true" value="default"/> <!-- Hunting Spear -->
	<distance id="7378" level="25" event="function" swing="true" value="default"/> <!-- Royal Spear -->
	<distance id="7367" level="42" event="function" swing="true" value="default"/> <!-- Enchanted Spear -->
	<distance id="7368" level="80" event="function" swing="true" value="default"/> <!-- Assassin Star -->
	<distance id="7364" level="20" event="function" swing="true" value="default"/> <!-- Sniper Arrow -->
	<distance id="7365" level="40" event="function" swing="true" value="default"/> <!-- Onyx Arrow -->
	<distance id="7363" level="30" event="function" swing="true" value="default"/> <!-- Piercing Bolt -->
	<distance id="2547" level="55" event="function" swing="true" value="default"/> <!-- Power Bolt -->
	<distance id="6529" level="70" event="function" swing="true" value="default"/> <!-- Infernal Bolt -->
 
Back
Top