Advertisement
fr0z3night

WoW Pet Battles - 2018-12-28 - My Catch Team

Aug 17th, 2018
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. Google Doc for a somewhat more Organized view of my Pastebin
  2. https://docs.google.com/spreadsheets/d/1tQQDE3a8ttOMDHQHVTtdTavWcULDT0lhhA6RJPqsTFo/edit?usp=sharing
  3.  
  4. ----------------------------------------------------------------------------------------------------
  5.  
  6. ANUBIS TURNIP PET BATTLE CATCH TEAM
  7.  
  8. Anubisath Idol 25 HH 111
  9. Terrible Turnip 25 PS 111
  10. Anubisath Idol 25 HH 111
  11.  
  12. Notes:
  13.  
  14. This is my current script, the script in the rematch team notes will be the same as the bottom script.
  15. Change the number in 'if [enemy(#2).active]' to the position of the pet you want to catch.
  16. Not sure if the Burst Quits work, though to catch pets that have burst you have to quit til they dont.
  17.  
  18. Rematch:
  19.  
  20. Collection 1::1116143:1118KA:1116143:
  21.  
  22. tdbattlepetscript:
  23.  
  24. quit [enemy(#1).ability(Burst).usable]
  25. quit [enemy(#2).ability(Burst).usable]
  26. quit [enemy(#3).ability(Burst).usable]
  27.  
  28. change(#3) [self(#1).dead]
  29. change(#1) [self(#2).dead]
  30.  
  31. standby [self.aura(Stunned).exists]
  32. standby [self.aura(734).exists]
  33.  
  34. if [enemy(#1).active]
  35. catch [enemy.hp<400]
  36. if [self(#2).dead]
  37. ability(Sandstorm:453) [enemy.hp>50%]
  38. ability(Crush:406)
  39. endif
  40. standby [self(#1).active & weather(Sandstorm:454).duration>4 & weather(Sandstorm:454).duration<3]
  41. ability(Deflection:490) [self.aura(512).duration=1]
  42. ability(Deflection:490) [enemy.aura(Underwater:830).exists]
  43. ability(Deflection:490) [enemy.aura(341).exists]
  44. ability(Deflection:490) [enemy.aura(Underground).exists]
  45. ability(Sandstorm:453)
  46. change(#2)
  47. ability(Weakening Blow:826)
  48. endif
  49.  
  50. change(#1) [self(#2).active]
  51.  
  52. ability(Deflection:490) [self.aura(512).duration=1]
  53. ability(Deflection:490) [enemy.aura(Underwater:830).exists]
  54. ability(Deflection:490) [enemy.aura(341).exists]
  55. ability(Deflection:490) [enemy.aura(Underground).exists]
  56. ability(Sandstorm:453)
  57. ability(Crush:406)
  58.  
  59. ability(#1) [self.aura(Rooted).exists]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement