Advertisement
hhaos

Untitled

Feb 28th, 2022
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 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.stupidity <=66 then vnm = "aconite"
  11. elseif affstrack.score.recklessness <=66 then vnm = "eurypteria"
  12. else vnm = "prefarar"
  13. end
  14.  
  15. if affstrack.score.paralysis <= 66 and affstrack.score.slickness < 50 or affstrack.score.slickness > 66 then
  16. shd = "smash mid"
  17. elseif affstrack.score.asthma <=66 and vnm ~= "kalmia" then
  18. shd = "drive"
  19. elseif affstrack.score.clumsiness <=66 and vnm ~= "xentio" then
  20. shd = "smash low"
  21. else shd = "smash high"
  22. end
  23.  
  24.  
  25.  
  26. if svo.affl.paralysis then
  27. send("setalias pvp stand/falcon track "..target/"falcon slay"..target/"wield "..weapon.."/wield "..shield.."/dedication/grip/assess "..target.."/shieldstrike "..target.." mid/combination "..target.." slice "..vnm.." " .. shd)
  28. elseif svo.affl.ashthma and svo.affl.slickness and svo.affl.anorexia
  29. then send("stand;fitness")
  30. elseif svo.affl.asthma and svo.affl.slickness and svo.affl.sytherus
  31. then send("stand;fitness")
  32. elseif ak.defs.shield or ak.defs.rebounding
  33. then send("setalias pvp stand/falcon track "..target/"falcon slay"..target/"wield "..weapon.."/wield "..shield.."/grip/assess "..target.."/shieldstrike "..target.." mid/combination "..target.." raze "..shd)
  34. else send("setalias pvp stand"/"falcon track "..target/"falcon slay "..target/"wield "..weapon.."/wield "..shield.."/grip/assess "..target.."/shieldstrike "..target.." mid/combination "..target.." slice "..vnm.." "..shd)
  35. end
  36. send("clearqueue all")
  37. send("queue add eqbal pvp")
  38. end
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement