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

Paralyze Rune

pierroth

Mar Co.
Joined
Sep 11, 2008
Messages
343
Reaction score
10
Location
Mexico - California
I have problems with the paralyze rune. Paladins and Sorcerers can use the rune and I dont want that to happen, how can I fix it? =/ I use TFS 0.3 alpha 4.
 
Open your spells.xml

Find the paralyze rune line and add;
Code:
<vocation name="Druid"/>
<vocation name="Elder Druid"/>
 
Follow flyde's steps

PHP:
    <rune name="Paralyze" id="2278" allowfaruse="1" charges="1" lvl="54" maglv="18" mana="1400" needtarget="1" blocktype="solid" script="support/paralyze rune.lua"/>
        <vocation name="Druid"/>
        <vocation name="Elder Druid"/>
    </rune>
 

Similar threads

Back
Top