Guest User

Untitled

a guest
Jan 19th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. ?heal PT(500) (php(actor) < 80 or pcp(actor) <80) and not isDead(actor) : Select(actor) > Cast 11756
  2. ?heal P(500, 2000) isDead(actor) and SkillCoolTime(11784) == 0 : Select(actor) > Cast 11784
  3. ?heal T(500, 2000) pmp(me) < 5 : Cast 11768
  4. ?heal PT(500, 2000) effectTime(actor, $MassExile) > 0 or effectTime(actor, $Exile) > 0 or effectTime(actor, $MarkOfPlague) > 0 or effectTime(actor, $MarkOfTrick) > 0 or effectTime(actor, $MarkOfVoid) > 0 or effectTime(actor, $MarkOfWeakness) > 0 : Select(actor) > Cast 11763
  5.  
  6. @CreatureSay text == "plme" and isMember(actor) : Command ("/changepartyleader "..aname)
  7.  
  8. @CreatureSay aname == "Exotic" and text == "q" and not isMember(actor) : Invite random Exotic
  9. @CreatureSay aname == "missTyrael" and text == "q" and not isMember(actor) : Invite random missTyrael
  10. @CreatureSay aname == "lMrakl" and text == "q" and not isMember(actor) : Invite random lMrakl
  11. @CreatureSay aname == "Rexer" and text == "q" and not isMember(actor) : Invite random Rexer
  12. @CreatureSay aname == "LadyTyrael" and text == "q" and not isMember(actor) : Invite random LadyTyrael
  13. @CreatureSay aname == "Minawa" and text == "q" and not isMember(actor) : Invite random Minawa
  14. @CreatureSay aname == "Alacrity" and text == "q" and not isMember(actor) : Invite random Alacrity
  15. @CreatureSay aname == "reflect" and text == "q" and not isMember(actor) : Invite random reflect
  16. @CreatureSay aname == "Turbo" and text == "q" and not isMember(actor) : Invite random Turbo
  17. @CreatureSay aname == "Pero" and text == "q" and not isMember(actor) : Invite random Pero
  18. @CreatureSay aname == "YaPK" and text == "q" and not isMember(actor) : Invite random YaPK
  19. @CreatureSay aname == "reflect" and text == "q" and not isMember(actor) : Invite random reflect
  20. @CreatureSay aname == "Kleonna" and text == "q" and not isMember(actor) : Invite random Kleonna
  21. @CreatureSay aname == "Vogard" and text == "q" and not isMember(actor) : Invite random Vogard
  22. @CreatureSay aname == "Presley" and text == "q" and not isMember(actor) : Invite random Presley
  23.  
  24. @Resurrection : Revive 1
Add Comment
Please, Sign In to add comment