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

TFS 1.X+ Spells Diamond Arrow HELP!

Kamil KureK

New Member
Joined
Apr 17, 2018
Messages
24
Reaction score
1
Hey Guys!
Spells diamond arrow does not work. Anyone help?
Spells. xml

<conjure group="support" spellid="176" name="Conjure Diamond Arrow" words="exevo gran con hur" lvl="150" mana="1000" soul="0" prem="0" conjureId="29056" conjureCount="100" exhaustion="600000" groupcooldown="2000" needlearn="0" function="conjureItem">
<vocation name="Paladin" />
<vocation name="Royal Paladin" />
</conjure>

data/spells/scripts/support >diamond arrow.lua

function onCastSpell(creature, variant)
local itemarrow = creature:addItem(29052, 100)
itemarrow:decay()
end
 
Code:
<conjure name="Conjure Diamond Arrow" words="exevo gran con hur" lvl="150" needlearn="0" soul="0" mana="1000" prem="0" conjureId="29056" conjureCount="100" exhaustion="600000" groupcooldown="2000" function="conjureItem" script="support/diamond arrow.lua>
<vocation name="Paladin" />
<vocation name="Royal Paladin" />
</conjure>

try that, but looks everything good
 
Last edited:
Back
Top