Guest User

Untitled

a guest
Dec 14th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <if spell="Break">
  2. <equip when="precast" set="$TP"/>
  3. <if buffactive="Restraint">
  4. <equip when="precast">
  5. <hands>Ravager's Mufflers +2</hands>
  6. </equip>
  7. </if>
  8. <else>
  9. <equip when="precast">
  10. <hands>Avant gauntlets +1</hands>
  11. </equip>
  12. </else>
  13. <cancelspell />
  14. </if>
Add Comment
Please, Sign In to add comment