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

Sudden Death runes issue.

Hampish

=)
Joined
Mar 29, 2008
Messages
1,180
Reaction score
25
Location
Sweden
Well, me and some friends just started a little otserver and we decided to disable sds for paladins.

But then the question came, how.

We tried a few things such as:

<rune name="Sudden Death" id="2262" allowfaruse="1" charges="3" lvl="45" maglv="15" exhaustion="1700" needtarget="1" blocktype="solid" script="attack/sudden death.lua">
<vocation name="Druid"/>
<vocation name="Elder Druid" showInDescription="0"/>
<vocation name="Sorcerer"/>
<vocation name="Master Sorcerer" showInDescription="0"/>
</rune>


and

<rune name="Sudden Death" id="2262" allowfaruse="1" charges="3" lvl="45" maglv="15" exhaustion="1700" needtarget="1" blocktype="solid" script="attack/sudden death.lua">
<vocation name="Druid"/>
<vocation name="Elder Druid"/>
<vocation name="Sorcerer"/>
<vocation name="Master Sorcerer"/>
</rune>


But noone of these seems to work, anyone who knows what we are doing wrong?
 
<rune name="Sudden Death" id="2262" allowfaruse="1" charges="3" lvl="45" maglv="15" exhaustion="1700" needtarget="1" blocktype="solid" script="attack/sudden death.lua">
<vocation name="Druid"/>
<vocation name="Elder Druid"/>
<vocation name="Sorcerer"/>
<vocation name="Master Sorcerer"/>
<vocation name="Paladin"/>
<vocation name="Royal Paladin"/>
</rune>

xD not a hard deal xD
 
Back
Top