Guest User

Untitled

a guest
Jun 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1.  
  2. /shout |:This is a C_CG is lazy production.
  3.  
  4. Sub Main
  5.  
  6. /declare TankName string outer Daminar
  7. /declare tempvar int outer 0
  8. /declare QuickID int outer 0
  9.  
  10. :loop
  11.  
  12. /for tempvar 0 to ${Group}
  13.  
  14. /varset QuickID ${Group.Member[${tempvar}].ID}
  15.  
  16. /if (${Spawn[id ${QuickID}].PctHPs} < 50 && ${Spawn[id ${QuickID}].PctHPs} > 0) {
  17.         /target id ${QuickID}
  18.         /cast "Supernal Remedy"
  19. /delay 5
  20. }
  21.  
  22. /next tempvar
  23.  
  24. /goto :loop
  25.  
  26. /return
Add Comment
Please, Sign In to add comment