Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. if mayhem.status.class == "Luminary" then
  2. combat.attackmode = "affs"
  3. echo("Going for afflictions")
  4. elseif mayhem.status.class == "Shaman" then
  5. combat.attackmode = "affs"
  6. echo("Going for omen")
  7.  
  8.  
  9. elseif mayhem.status.class == "Shapeshifter" then
  10. combat.flurry = true
  11. echo("\nFLURRY MODE")
  12. elseif mayhem.status.class == "Praenomen" then
  13. combat.attackmode = "affs"
  14. expandAlias("vmode normal")
  15. echo("Going for afflictions")
  16.  
  17. elseif mayhem.status.class == "Monk" then
  18. combat.attackmode = "affs"
  19. expandAlias("vmode normal")
  20.  
  21. echo("\n going for KAI CRIPPLED")
  22.  
  23. elseif mayhem.status.class == "Teradrim" then
  24.  
  25. combat.attackmode = "affs"
  26. info("Main Teradrim attack")
  27. -- expandAlias("lua TeradrimBreak()")
  28. elseif mayhem.status.class == "Archivist" then
  29. combat.attackmode = "affs"
  30. info(" Going for affs")
  31. -- combat.checks.last_tweak = "triangle"
  32. -- info("Going for Triangle")
  33.  
  34. elseif mayhem.status.class == "Indorani" then
  35. if not tmp.carddeck then
  36. send("outc blank as lust"..separator.."outc blank as aeon"..separator.."fling aeon and lust at " .. mayhem.target)
  37. else
  38. send("draw lust from deck"..separator.."outc blank as aeon"..separator.."fling aeon and lust at " .. mayhem.target)
  39. end
  40.  
  41. elseif mayhem.status.class == "Shapeshifter" then
  42.  
  43. expandAlias("vmode arm")
  44. info("ShapeShifter:: Going for arms")
  45.  
  46. elseif mayhem.status.class == "Wayfarer" then
  47. combat.attackmode = "limbs"
  48. echo("\nGOING FOR LIMBS")
  49.  
  50. elseif mayhem.status.class == "Templar" then
  51. combat.attackmode = "affs"
  52. send("target nothing with right;target nothing with left")
  53. echo("\nGoing for afflictions")
  54. expandAlias("wrr")
  55.  
  56. if mayhem.systems.bashing then
  57. mayhem.systems.bashing = false
  58. end
  59. if mayhem.systems.bashroom then
  60. mayhem.systems.bashroom = false
  61. end
  62. expandAlias("tn combat", false)
  63.  
  64.  
  65.  
  66. elseif mayhem.status.class == "Carnifex" then
  67. combat.attackmode = "halbred"
  68. send("target nothing with right"..separator.."target nothing with left")
  69. echo("\n GOING FOR POLEARM AFFS")
  70. send("quickwield both bardiche", false)
  71. send("weapon favor hammer bardiche", false)
  72.  
  73.  
  74.  
  75. elseif mayhem.status.class == "Ascendril" then
  76. AscendrilOffense()
  77.  
  78.  
  79.  
  80. end
  81.  
  82.  
  83.  
  84. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  85.  
  86.  
  87. if mayhem.status.class == "Monk" then
  88. combat.attackmode = "monkgroup"
  89. expandAlias("vmode legs", false)
  90. echo("\nKAI STRIKE KAI STRIKE KAI STRIKE")
  91.  
  92. elseif mayhem.status.class == "Wayfarer" then
  93.  
  94. combat.attackmode = "bleed"
  95. echo("\n bleed person bleed")
  96.  
  97. elseif mayhem.status.class == "Carnifex" then
  98. combat.attackmode = "halbredtest"
  99. send("target nothing with right"..separator.."target nothing with left")
  100. echo("\n TESTING TESTING POLEARM AFFS")
  101. send("quickwield both bardiche", false)
  102. send("weapon favor hammer bardiche", false)
  103. elseif mayhem.status.class == "Sentinel" then
  104. combat.attackmode = "blackout"
  105. send("target nothing with right;target nothing with left")
  106. echo("\nGoing for blackout")
  107.  
  108. elseif mayhem.status.class == "Ascendril" then
  109. combat.attackmode = "pare"
  110.  
  111. echo("\nGoing for pure frozen")
  112. elseif mayhem.status.class == "Shaman" then
  113. combat.attackmode = "pare"
  114. echo("\nGoing for bo")
  115. elseif mayhem.status.class == "Templar" then
  116. combat.attackmode = "limbs"
  117. echo("\nbreaking limbs goooooooooo")
  118. expandAlias("wmm")
  119.  
  120. elseif mayhem.status.class == "Archivist" then
  121.  
  122. combat.attackmode = "hex"
  123. info(" new hex mode")
  124.  
  125.  
  126. elseif mayhem.status.class == "Teradrim" then
  127.  
  128. combat.attackmode = "furor"
  129. info("furor attack going")
  130.  
  131. elseif mayhem.status.class == "Indorani" then
  132. combat.attackmode = "limbs"
  133. info("Going for WARRIOR and limbs")
  134.  
  135. elseif mayhem.status.class == "Luminary" then
  136. combat.attackmode = "main"
  137.  
  138. echo("Going for main afflictions")
  139.  
  140. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement