Advertisement
hhaos

Untitled

Aug 7th, 2022
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. function dodsl()
  2.  
  3. if affstrack.score.paraylysis <=66 then vnm1 ="curare"
  4. elseif affstrack.score.asthma <=66 then vnm1 = "kalmia"
  5. elseif affstrack.score.clumsiness <=66 then vnm1 = "xentio"
  6. elseif (affstrack.score.slickness <= 66 and affstrack.score.paralysis < 50) then vnm1 = "gecko"
  7. elseif affstrack.score.anorexia <=66 then vnm1 = "slike"
  8. elseif affstrack.score.weariness <=66 then vnm1 = "vernalius"
  9. elseif affstrack.score.stupidity <=66 then vnm1 = "aconite"
  10. elseif affstrack.score.recklessness <=66 then vnm1 = "eurypteria"
  11. elseif affstrack.score.dizziness <=66 then vnm1 = "larkspur"
  12. else vnm1 = "prefarar"
  13. end
  14.  
  15. If affstrack.score.asthma <=66 and vnm1 ~= "kalmia" then vnm2 = "kalmia"
  16. elseif affstrack.score.clumsiness <=66 and vnm1 ~= "xentio" then vnm2 = "xentio"
  17. elseif (affstrack.score.slickness <= 66 and affstrack.score.paralysis < 50) and vnm1 ~= "gecko" then vnm2 = "gecko"
  18. elseif affstrack.score.anorexia <=66 and vnm1 ~= "slike" then vnm2 = "slike"
  19. elseif affstrack.score.weariness <=66 and vnm1 ~= "vernalius" then vnm2 = "slike"
  20. elseif affstrack.score.stupidity <=66 and vnm1 ~= "aconite" then vnm2 = "aconite"
  21. elseif affstrack.score.recklessness <=66 and vnm1 ~= "eurypteria" then vnm2 = "eurypteria"
  22. elseif affstrack.score.dizziness <=66 and vnm1 ~= "larkspur" then vnm2 = "larkspur"
  23. else vnm2 = "prefarar"
  24.  
  25.  
  26.  
  27. if ak.defs.shield or ak.defs.rebounding
  28. then send("setalias pvp stand/falcon track "..target.."/falcon slay "..target.."/wield scimitar scimitar/grip/assess "..target.."/razeslash "..target.." "..vnm1.."/engage "..target)
  29. else send("setalias pvp stand/falcon track "..target.."/falcon slay "..target.."/wield scimitar scimitar/wield ragebalde/grip/assess "..target.."/dsl "..target.." "..vnm1.." "..vnm2.."/engage "..target)
  30. end
  31. send("queue addclear eqbal pvp")
  32. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement