Advertisement
TC24k

COR_ROLLS

Apr 4th, 2013
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.71 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <spellcast xmlns:xi="http://www.w3.org/2001/XInclude">
  3.     <config debug="false"/>
  4.    
  5.     <sets />
  6.     <variables />
  7.     <rules>
  8.  
  9.     <if spell="Choral*|Samurai*|Scholar*|Magus*">
  10.         <addtochat color="121">%spell:  Lucky 2 - Unlucky 6</addtochat>
  11.     </if>
  12.  
  13.     <elseif spell="Healer*|Monk*|Drachen*|Gallant*|Dancer*">
  14.         <addtochat color="121">%spell:  Lucky 3 - Unlucky 7</addtochat>
  15.     </elseif>
  16.  
  17.     <elseif spell="Ninja*|Hunter*|Chaos*|Puppet*|Beast*|Warlock*">
  18.         <addtochat color="121">%spell:  Lucky 4 - Unlucky 8</addtochat>
  19.     </elseif>
  20.  
  21.     <else spell="Wizard*|Evoker*|Fighter*|Rogue*">
  22.         <addtochat color="121">%spell:  Lucky 5 - Unlucky 9</addtochat>
  23.     </else>
  24.  
  25.     </rules>
  26. </spellcast>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement