• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Paladins dont do any damage! Using Amunnation

MxSoft

Leave Tibia, Live Life.
Joined
Dec 22, 2009
Messages
1,804
Solutions
1
Reaction score
44
Location
Mexico
Hi, i updated my old files to the new ones, im using 8.6 OTX, and now my paladins dont do any damage while using assasin star, arrows spears etc
Theres no error in consolo so i wonder if someone knows whats happening here.
 
First, look at vocations.xml, if all is okay there, try with another distro to look if the OTx is the problem.
 
try add weapons to weapons.xml
My ammo weapons are like this:
Code:
	<!-- Ammunition -->
		<!-- Small Stone -->
		<distance id="1294" event="function" value="default"/>
		<!-- Snow Ball -->
		<distance id="2111" event="function" value="default"/>
		<!-- Spear -->
		<distance id="2389" event="function" value="default"/>
		<!-- Throwing Star -->
		<distance id="2399" event="function" value="default"/>
		<!-- Throwing Knife -->
		<distance id="2410" event="function" value="default"/>
		<!-- Bolt -->
		<distance id="2543" event="function" value="default"/>
		<!-- Arrow -->
		<distance id="2352" event="function" value="default"/>
		<!-- Arrow -->
		<distance id="2544" event="function" value="default"/>
		<!-- Poison Arrow -->
		<distance id="2545" event="script" value="poison_arrow.lua"/>
		<!-- Burst Arrow -->
		<distance id="2546" event="script" value="burst_arrow.lua"/>
		<!-- Power Bolt -->
		<distance id="2547" level="55" event="function" value="default"/>
		<!-- Hunting Spear -->
		<distance id="3965" level="20" event="function" value="default"/>
		<!-- Infernal Bolt -->
		<distance id="6529" level="70" event="function" value="default"/>
		<!-- Piercing Bolt -->
		<distance id="7363" level="30" event="function" value="default"/>
		<!-- Sniper Arrow -->
		<distance id="7364" level="20" event="function" value="default"/>
		<!-- Onyx Arrow -->
		<distance id="7365" level="40" event="function" value="default"/>
		<!-- Viper Star -->
		<distance id="7366" event="script" value="viper_star.lua"/>
		<!-- Enchanted Spear -->
		<distance id="7367" level="42" event="function" value="default"/>
		<!-- Flash Arrow -->
		<distance id="7838" type="energy" event="function" value="default"/>
		<!-- Shiver Arrow -->
		<distance id="7839" type="ice" event="function" value="default"/>
		<!-- Flaming Arrow -->
		<distance id="7840" type="fire" event="function" value="default"/>
		<!-- Earth Arrow -->
		<distance id="7850" type="earth" event="function" value="default"/>
		<!-- Assassin Star -->
		<distance id="7368" level="80" event="function" value="default"/>
		<!-- Royal Spear -->
		<distance id="7378" level="25" event="function" value="default"/>

- - - Updated - - -

The arrows that works with a script works, all the stuff that works with "default" function, doesnt works.
 
add bows and crossbows
Are as default OTX weapons.xml

- - - Updated - - -

The players can use them, bot they ust dont make any damage, not only paladins, anyone too.

- - - Updated - - -

Mighty rings dont works too

- - - Updated - - -

I added <attribute key="hitChance" value="100" /> to my spear and start working, but this is not the default config any idea?
 
Back
Top