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

Piercing Bolt

Dogrinha

New Member
Joined
Oct 6, 2019
Messages
206
Solutions
1
Reaction score
2
I do have Piercing Bolt in my server, but it doesn't have a script in weapons... I need to add the option of swing in piercing bolt, but as i don't have the script, i don't know how to do. Someone can help me?
TFS 0.4
 
Solution
Piercing Bolt should be added as default without a script in 0.4 like this.
XML:
    <distance id="7363" level="30" event="function" value="default"/> <!-- Piercing Bolt -->
Piercing Bolt should be added as default without a script in 0.4 like this.
XML:
    <distance id="7363" level="30" event="function" value="default"/> <!-- Piercing Bolt -->
 
Solution
No script needed, All you have to do is add the line I posted above to your data\weapons\weapons.xml (If it isn't there already).
 
the "option swing" u add in xml not on script xd
v
XML:
 <distance id="7363" level="30" swing="true" event="function" value="default"/> <!-- Piercing Bolt -->
 
Back
Top