Guest User

Untitled

a guest
Jun 13th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <triggers>
  2. <trigger
  3. enabled="y"
  4. match="^\w+\'s mana stands at (\d+)\/(\d+)\.$"
  5. regexp="y"
  6. send_to="12"
  7. sequence="100"
  8. >
  9. <send>if tonumber("%1") <= (tonumber("%2") / 2) then
  10. ColourTell("red", "", "<<< ")
  11. ColourTell("yellow", "", "AT HALF MANA")
  12. ColourTell("red", "", " >>>")
  13. Note("")
  14. Send("toadcurse @tar")
  15. end</send>
  16. </trigger>
  17. </triggers>
Add Comment
Please, Sign In to add comment