Epic
Banned User
How can i make a VIP UH rune only be able to get used by Knights and Paladins?
Thanks
Thanks
rune name="Vip Ultimate Healing Rune" id="2282" allowfaruse="1" charges="1" lvl="150" maglv="8" exhaustion="400" aggressive="0" needtarget="1" blocktype="solid" script="healing/vip uh.lua"/>
Sizaro, on spells.xml, where should i place it?
Code:rune name="Vip Ultimate Healing Rune" id="2282" allowfaruse="1" charges="1" lvl="150" maglv="8" exhaustion="400" aggressive="0" needtarget="1" blocktype="solid" script="healing/vip uh.lua"/>
There?
<rune name="Vip Ultimate Healing Rune" id="2282" allowfaruse="1" charges="1" lvl="150" maglv="8" exhaustion="400" aggressive="0" needtarget="1" blocktype="solid" script="healing/vip uh.lua">
<vocation name="Knight"/>
<vocation name="Elite Knight" showInDescription="0"/>
<vocation name="Paladin"/>
<vocation name="Royal Paladin" showInDescription="0"/>
</rune>
Where you see something like "Suddendeath" and below one of those lines.
However, it doesn't really matter where you put the line, just put it somewhere.
rune name="Vip Ultimate Healing Rune" id="2282" allowfaruse="1" charges="1" lvl="150" maglv="8" exhaustion="400" aggressive="0" needtarget="1" blocktype="solid" script="healing/vip uh.lua"/>
PHP:<rune name="Vip Ultimate Healing Rune" id="2282" allowfaruse="1" charges="1" lvl="150" maglv="8" exhaustion="400" aggressive="0" needtarget="1" blocktype="solid" script="healing/vip uh.lua"> <vocation name="Knight"/> <vocation name="Elite Knight" showInDescription="0"/> <vocation name="Paladin"/> <vocation name="Royal Paladin" showInDescription="0"/> </rune>