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

Paladin Attack -REP++

Rainerr

Mapper n scri
Joined
Apr 2, 2009
Messages
237
Reaction score
1
Hello, im having troubles with this....

If paladin attack an monster and tryin to use SD on him same time it just stop(throwing star/shootin arrow) <---- any1 know how to remove it?

Tryed Many thing such as like:
<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 -->
 
Code:
<distance id="2399" event="function" [B]swing="true"[/B] value="default"/> <!-- Throwing Star -->
<distance id="2544" event="function" [B]swing="true"[/B] value="default"/> <!-- Arrow -->
 
Back
Top