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

Solved Wand/Rods not working

Ovnyx

Member
Joined
Jul 25, 2017
Messages
163
Solutions
2
Reaction score
7
Hi guys,

i dont know why rods or wands are not working in my server, it doesnt matter if i use them in a normal player or a GOD player, they simply doesnt do anything, they work as a stick xD because the up fist fight

anyone know what going on here?

Code:
<!-- Wands -->
    <wand id="23719" level="1" mana="1" min="3" max="7" type="fire"> <!-- The Scorcher -->
        <vocation name="Sorcerer" />
    </wand>
    <wand id="2190" level="7" mana="2" min="8" max="18" type="energy"> <!-- Wand of Vortex -->
        <vocation name="Sorcerer" />
    </wand>
    <wand id="2191" level="13" mana="3" min="13" max="25" type="fire"> <!-- Wand of Dragonbreath -->
        <vocation name="Sorcerer" />
    </wand>
    <wand id="2188" level="19" mana="5" min="27" max="33" type="death"> <!-- Wand of Decay -->
        <vocation name="Sorcerer" />
    </wand>
    <wand id="8921" level="22" mana="5" min="27" max="33" type="fire"> <!-- Wand of Draconia -->
        <vocation name="Sorcerer" />
    </wand>
    <wand id="2189" level="26" mana="8" min="42" max="48" type="energy"> <!-- Wand of Cosmic Energy -->
        <vocation name="Sorcerer" />
    </wand>
    <wand id="2187" level="33" mana="13" min="55" max="75" type="fire"> <!-- Wand of Inferno -->
        <vocation name="Sorcerer" />
    </wand>
    <wand id="8920" level="37" mana="13" min="55" max="75" type="energy"> <!-- Wand of Starmstorm -->
        <vocation name="Sorcerer" />
    </wand>
    <wand id="8922" level="42" mana="13" min="55" max="75" type="death"> <!-- Wand of Voodoo -->
        <vocation name="Sorcerer" />
    </wand>
.
.
.
.
.

im sure the player is sorcerer/druid, has the required level and have enough mana to use it.

thanks in advice,
Ovnyx
 
Last edited:
Solution
Code:
function="default"
?

Why did u ignore my message?

hi, i didnt ignore it, i was updating page waiting for an aswer and when i update i saw the last reply because i was at the end of the page.

i apologize for that!! :(
i tried that but still doesnt work. u,u

EDIT:i replace weapons, items, and xml file for the source ones, and the problem is solved, unfortunately i didnt know what was causing the error, so this thread is not to helpfull for other who get the same error

thank you for your interest!
Code:
<wand id="2186" level="13" mana="3" min="13" max="25" type="ice" function="default"> <!-- Moonlight Rod -->
        <vocation name="Druid"/>
   </wand>
 
What protocol you use?,¿8.6?, if use 8.6 remove.
Code:
<wand id="23721" level="1" mana="1" min="3" max="7" type="ice"> <!-- The Chiller -->
        <vocation name="Druid" />
    </wand>
 
Code:
function="default"
?

Why did u ignore my message?

hi, i didnt ignore it, i was updating page waiting for an aswer and when i update i saw the last reply because i was at the end of the page.

i apologize for that!! :(
i tried that but still doesnt work. u,u

EDIT:i replace weapons, items, and xml file for the source ones, and the problem is solved, unfortunately i didnt know what was causing the error, so this thread is not to helpfull for other who get the same error

thank you for your interest!
 
Last edited:
Solution
Back
Top