Advertisement
hhaos

Untitled

Aug 8th, 2022
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. function dwmana()
  2.  
  3.  
  4. if affstrack.score.paralysis <= 70 then vnm = "curare"
  5. elseif affstrack.score.asthma <=66 then vnm = "kalmia"
  6. elseif affstrack.score.clumsiness <=66 then vnm = "xentio"
  7. elseif (affstrack.score.slickness <= 66 and affstrack.score.paralysis < 50) then vnm = "gecko"
  8. elseif affstrack.score.anorexia <=66 then vnm = "slike"
  9. elseif affstrack.score.stupidity <=66 then vnm = "aconite"
  10. elseif affstrack.score.recklessness <=66 then vnm = "eurypteria"
  11. else vnm = "voyria"
  12. end
  13.  
  14. if ak.defs.shield
  15. then send("setalias pvp stand/wield dagger /shadow strike "..target.."/assess "..target)
  16. elseif table.contains(ak.ShadowList, target) and (ak.currenthealth / ak.maxhealth) <= .36
  17. then send("setalias pvp stand/wield dagger shield/intone tooros/shadow mutilate "..target.." aconite")
  18. elseif (ak.currentmana / ak.maxmana) <= .36
  19. then send("setalias pvp stand/wield dagger shield/intone tooros/shadow dictate "..target)
  20. elseif ak.currenthealth / ak.maxhealth <= .20
  21. then send("setalias pvp stand/wield scythe shield/shadow instill scythe with degeneration/intone tooros/shadow cull "..target.." prefarar")
  22. elseif affstrack.score.parasite <= 66
  23. then send("setalias pvp stand/wield scythe shield/shadow instill scythe with leach/shadow reap "..target.." "..vnm.."/assess "..target.."/contemplate "..target)
  24. elseif affstrack.score.depression <= 66
  25. then send("setalias pvp stand/wield scythe shield/wipe scythe/shadow instill scythe with depression/chrono loop/shadow reap "..target.." xentio/assess "..target.."/contemplate "..target)
  26. elseif affstrack.score.madness <= 66
  27. then send("setalias pvp stand/wield scythe shield/shadow instill scythe with madness/chrono loop/shadow reap "..target.." "..vnm.."/assess "..target.."/contemplate "..target)
  28. elseif affstrack.score.retribution <= 66
  29. then send("setalias pvp stand/wield scythe shield/shadow instill scythe with retribution/chrono loop boost/shadow reap "..target.." "..vnm.."/assess "..target.."/contemplate "..target)
  30. else send("setalias pvp stand/wield scythe shield/chrono assert/shadow instill scythe with retribtion/shadow reap "..target.." "..vnm.."/assess "..target.."/contemplate "..target)
  31. end
  32.  
  33. send("queue addclear eqbal pvp")
  34. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement