hhaos

Untitled

Aug 6th, 2022
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. function snbCombo()
  2.  
  3. local shield = "shield239362"
  4. local weapon = "longsword67612"
  5.  
  6. if affstrack.score.asthma <=66 then vnm = "kalmia"
  7. elseif affstrack.score.clumsiness <=66 then vnm = "xentio"
  8. elseif (affstrack.score.slickness <= 66 and affstrack.score.paralysis < 50) then vnm = "gecko"
  9. elseif affstrack.score.anorexia <=66 then vnm = "slike"
  10. elseif affstrack.score.weariness <=66 then vnm = "vernalius"
  11. elseif affstrack.score.stupidity <=66 then vnm = "aconite"
  12. elseif affstrack.score.recklessness <=66 then vnm = "eurypteria"
  13. elseif affstrack.score.dizziness <=66 then vnm = "larkspur"
  14. else vnm = "prefarar"
  15. end
  16.  
  17. if affstrack.score.paralysis <= 66 and affstrack.score.slickness < 50 or affstrack.score.slickness > 66 then
  18. shd = "smash mid"
  19. elseif affstrack.score.asthma <=66 and vnm ~= "kalmia" then
  20. shd = "drive"
  21. elseif affstrack.score.clumsiness <=66 and vnm ~= "xentio" then
  22. shd = "smash low"
  23. else shd = "smash high"
  24. end
  25.  
  26.  
  27.  
  28. if svo.affl.paralysis then
  29. send("setalias pvp stand/falcon track "..target.."/falcon slay "..target.."/wield "..weapon.."/wield ragebalde/wield "..shield.."/dedication/grip/assess "..target.."/shieldstrike "..target.." high/combination "..target.." slice "..vnm.." " .. shd.."/engage "..target)
  30. elseif svo.affl.ashthma and svo.affl.slickness and svo.affl.anorexia
  31. then send("stand;fitness")
  32. elseif svo.affl.asthma and svo.affl.slickness and svo.affl.sytherus
  33. then send("stand;fitness")
  34. elseif ak.defs.shield or ak.defs.rebounding
  35. then send("setalias pvp stand/falcon track "..target.."/falcon slay "..target.."/wield "..weapon.."/wield ragebalde/wield "..shield.."/grip/assess "..target.."/shieldstrike "..target.." high/combination "..target.." raze "..shd.."/engage "..target)
  36. else send("setalias pvp stand/falcon track "..target.."/falcon slay "..target.."/wield "..weapon.."/wield ragebalde/wield "..shield.."/grip/assess "..target.."/shieldstrike "..target.." high/combination "..target.." slice "..vnm.." "..shd.."/engage "..target)
  37. end
  38. send("queue addclear eqbal pvp")
  39. end
  40.  
Add Comment
Please, Sign In to add comment