Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <spellcast xmlns:xi="http://www.w3.org/2001/XInclude">
- <config debug="false"/>
- <sets />
- <variables />
- <rules>
- <if spell="Choral*|Samurai*|Scholar*|Magus*">
- <addtochat color="121">%spell: Lucky 2 - Unlucky 6</addtochat>
- </if>
- <elseif spell="Healer*|Monk*|Drachen*|Gallant*|Dancer*">
- <addtochat color="121">%spell: Lucky 3 - Unlucky 7</addtochat>
- </elseif>
- <elseif spell="Ninja*|Hunter*|Chaos*|Puppet*|Beast*|Warlock*">
- <addtochat color="121">%spell: Lucky 4 - Unlucky 8</addtochat>
- </elseif>
- <else spell="Wizard*|Evoker*|Fighter*|Rogue*">
- <addtochat color="121">%spell: Lucky 5 - Unlucky 9</addtochat>
- </else>
- </rules>
- </spellcast>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement