Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.94 KB | None | 0 0
  1.  
  2. send("get bone")
  3. send("beckon artifacts")
  4. send("QUEUE RESET all")
  5. send("focus cadmus")
  6.  
  7. --ccm.echo("here")
  8. -- send("draw card")
  9. -- send("rub card on me")
  10.  
  11.  
  12.  
  13. for aff,state in ms.afflicted:pairs() do
  14. -- if state == "aff" then
  15. if ms.afflicted[aff] == "aff" then
  16. --linecount = linecount+1
  17. --ccm.affCount=ccm.affCount+1
  18. -- end
  19. --mmp.echo(string.format("[%s: (%s)]",aff,ms.afflicted[aff]))
  20. ccm.echo(string.format("<red>%s ",aff))
  21. end
  22. end
  23.  
  24. if instakill == true then
  25. ccm.echo("INSTAKILL")
  26. expandAlias("hang")
  27. --ccm.AttackDone = true
  28. end
  29.  
  30. if chase then
  31. expandAlias("chs")
  32. chase=false
  33. end
  34.  
  35. attackDemon = "golgotha"
  36. if ccm.demonbalance==1 then
  37. if ccm.hecatebalance ==1 and ccm.targetAura==false then
  38. mmp.echo("hecate attacks")
  39. attackDemon = "hecate"
  40. elseif ccm.cadmusbalance ==1 and ms.afflicted["addiction"] == "notaff" and ms.afflicted["impatience"] == "aff" then
  41. mmp.echo("cadmus attacks")
  42. attackDemon = "cadmus"
  43. elseif ccm.pyradiusbalance == 1 and tonumber(ccm.taint)<70 then
  44. mmp.echo("pyradius attacks")
  45. attackDemon = "pyradius"
  46. elseif ccm.AttackDone == false and tonumber(ccm.taint)>30 and ccm.rixilbalance==1 then
  47. mmp.echo("rixil attacks")
  48. attackDemon="rixil"
  49. -- elseif ccm.lyncanthabalance==1 then
  50. -- mmp.echo("lyncantha attacks")
  51. -- attackDemon = "lyncantha"
  52. elseif ccm.palpatarbalance==1 then
  53. mmp.echo("palpatar attacks")
  54. attackDemon = "palpatar"
  55. elseif ccm.golgothabalance==1 then
  56. attackDemon = "golgotha"
  57. mmp.echo("golgotha attacks")
  58. end
  59. end
  60.  
  61. if shieldedtarget == true then
  62. -- expandAlias("th")
  63. send(string.format("queue eqbal top invoke cleanseaura %s|trueassess %s|unleash %s at %s",target, target ,attackDemon, target))
  64. ccm.AttackDone = true
  65. end
  66.  
  67.  
  68.  
  69. --if ccm.AttackDone == false and not ccm.porcupine and ccm.swiftmark~=0 then
  70. -- send(string.format("queue eqbal brand %s with porcupine and rat swiftly", target))
  71. --ccm.AttackDone = true
  72. --end
  73.  
  74. --if ccm.AttackDone == false and not ccm.confound and ccm.swiftcurse==0 and ms.afflicted["hemotoxin"] == "notaff" then
  75. -- send(string.format("queue eqbal %s %s impatience confound body ", cursetype, target))
  76. -- ccm.AttackDone = true
  77. --end
  78. if ccm.AttackDone == false and tonumber(hp) < 30 then
  79. send(string.format("queue eqbal top invoke soulburn %s|unleash %s at %s|trueassess %s",target, attackDemon, target, target))
  80. ccm.AttackDone = true
  81. end
  82.  
  83.  
  84. if ccm.AttackDone == false and tonumber(hp) < 60 and ms.afflicted["aeon"] == "aff" then
  85. send(string.format("queue eqbal top invoke flash %s|unleash %s at %s|trueassess %s",target, attackDemon, target, target))
  86. ccm.AttackDone = true
  87. end
  88.  
  89. if ccm.AttackDone == false and tonumber(ccm.taint) ==100 and not ccm.incinerate then
  90. send(string.format("queue eqbal top invoke incinerate %s|trueassess %s|unleash %s at %s",target, target ,attackDemon, target))
  91.  
  92. ccm.AttackDone=true
  93. end
  94.  
  95.  
  96.  
  97. -- no affs
  98. if ccm.AttackDone == false and ms.afflicted["asthma"] == "notaff" and ms.afflicted["impatience"] == "notaff" and ms.afflicted["numbness"] == "notaff" and ms.afflicted["paralysis"] == "notaff" then
  99.  
  100. send(string.format("queue eqbal fling emperor quicken %s|unleash %s at %s",target, attackDemon, target))
  101. ccm.AttackDone = true
  102. end
  103.  
  104. --asthma
  105. if ccm.AttackDone == false and ms.afflicted["asthma"] == "aff" and ms.afflicted["impatience"] == "notaff" and ms.afflicted["numbness"] == "notaff" and ms.afflicted["paralysis"] == "notaff" then
  106. send(string.format("queue eqbal fling emperor quicken %s|unleash %s at %s",target, attackDemon, target))
  107.  
  108. -- send(string.format("queue eqbal fling emperor dehydrate %s|unleash lyncantha at %s",target, target))
  109. ccm.AttackDone = true
  110. end
  111.  
  112.  
  113. --impatience
  114. if ccm.AttackDone == false and ms.afflicted["asthma"] == "notaff" and ms.afflicted["impatience"] == "aff" and ms.afflicted["numbness"] == "notaff" and ms.afflicted["paralysis"] == "notaff" then
  115. -- send(string.format("queue eqbal fling emperor dehydrate %s|unleash lyncantha at %s",target, target))
  116. send(string.format("queue eqbal fling emperor nervewrack %s|trueassess %s|unleash %s at %s",target, target, attackDemon, target))
  117. ccm.AttackDone = true
  118. end
  119.  
  120. --numbness
  121. if ccm.AttackDone == false and ms.afflicted["asthma"] == "notaff" and ms.afflicted["impatience"] == "notaff" and (ms.afflicted["numbness"] == "aff" or ms.afflicted["paralysis"] == "aff") then
  122.  
  123. send(string.format("queue eqbal fling creator quicken %s|unleash %s at %s",target, attackDemon, target))
  124. ccm.AttackDone = true
  125. end
  126.  
  127.  
  128.  
  129.  
  130.  
  131. --numbness impatience
  132. if ccm.AttackDone == false and ms.afflicted["asthma"] == "notaff" and ms.afflicted["impatience"] == "aff" and (ms.afflicted["numbness"] == "aff" or ms.afflicted["paralysis"] == "aff") then
  133. if tonumber(ccm.taint)>20 then
  134. send(string.format("queue eqbal fling aeon combustion %s intensify|trueassess %s|unleash %s at %s",target, target,attackDemon, target))
  135. else
  136. -- send(string.format("queue eqbal fling creator combustion %s |unleash %s at %s",target, attackDemon, target))
  137. -- send(string.format("queue eqbal fling creator dehydrate %s|trueassess %s|unleash lyncantha at %s",target, target ,target))
  138. send(string.format("queue eqbal fling creator combustion %s|trueassess %s|unleash %s at %s",target, target, attackDemon, target))
  139.  
  140.  
  141. end
  142.  
  143.  
  144. --send(string.format("predict failure active %s", target))
  145. ccm.AttackDone = true
  146. end
  147.  
  148. --numbness asthma
  149. if ccm.AttackDone == false and ms.afflicted["asthma"] == "aff" and ms.afflicted["impatience"] == "notaff" and (ms.afflicted["numbness"] == "aff" or ms.afflicted["paralysis"] == "aff") then
  150. send(string.format("queue eqbal fling creator quicken %s|trueassess %s|unleash %s at %s",target, target, attackDemon, target))
  151. --send(string.format("predict failure active %s", target))
  152. ccm.AttackDone = true
  153. end
  154.  
  155. --asthma impatience
  156. if ccm.AttackDone == false and ms.afflicted["asthma"] == "aff" and ms.afflicted["impatience"] == "aff" and ms.afflicted["numbness"] == "notaff" and ms.afflicted["paralysis"] == "notaff" then
  157. send(string.format("queue eqbal fling emperor nervewrack %s|trueassess %s|unleash %s at %s",target, target ,attackDemon, target))
  158. ccm.AttackDone = true
  159. end
  160.  
  161.  
  162. --numbness asthma impatience
  163. if ccm.AttackDone == false and ms.afflicted["asthma"] == "aff" and ms.afflicted["impatience"] == "aff" and (ms.afflicted["numbness"] == "aff" or ms.afflicted["paralysis"] == "aff") and ms.afflicted["aeon"] == "notaff" then
  164. send(string.format("queue eqbal fling aeon dehydrate %s|trueassess %s|unleash %s at %s",target, target ,attackDemon, target))
  165. ccm.AttackDone = true
  166. end
  167.  
  168.  
  169. --aeon
  170. if ccm.AttackDone == false and ms.afflicted["aeon"] == "aff" then
  171. send(string.format("queue eqbal invoke nervewrack %s|trueassess %s|unleash %s at %s",target,target,attackDemon, target))
  172. ccm.AttackDone = true
  173. end
  174.  
  175.  
  176. send(string.format("order doppleganger seek %s",target))
  177. send(string.format("order doppleganger invoke combustion %s",target))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement