Advertisement
hhaos

Untitled

Aug 6th, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. function dodsl()
  2.  
  3.  
  4. if 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.paralysis <= 66 and affstrack.score.slickness < 50 or affstrack.score.slickness > 66 then
  16. vnm2 = "curare"
  17. elseif affstrack.score.asthma <=66 and vnm ~= "kalmia" then
  18. vnm2 = "kalmia"
  19. elseif affstrack.score.clumsiness <=66 and vnm ~= "xentio" then
  20. vnm2 = "xentio"
  21. else vnm2 = "prefarar"
  22. end
  23.  
  24.  
  25.  
  26. if ak.defs.shield or ak.defs.rebounding
  27. then send("setalias pvp stand/falcon track "..target.."/falcon slay "..target.."/wield scimitar scimitar/grip/assess "..target.."/razeslash "..target.." "..vnm1.."/engage "..target)
  28. 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)
  29. end
  30. send("queue addclear eqbal pvp")
  31. end
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement