Advertisement
hhaos

Untitled

Feb 24th, 2022
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. function snbCombo()
  2.  
  3. local shield = "shield239362"
  4. local weapon = "longsword67612"
  5.  
  6. if affstrack.score.asthma <=50 then
  7. vnm = "curare"
  8. shd = "drive"
  9. elseif affstrack.score.slickness<=50 then
  10. vnm = "gecko"
  11. shd = "smash mid"
  12. elseif affstrack.score.anorexia<=33 then
  13. vnm = "slike"
  14. shd = "smash high"
  15. elseif affstrack.score.sensitivity<=33 then
  16. vnm = "curare"
  17. shd = "smash mid"
  18. elseif affstrack.score.slickness<=33 then
  19. vnm = "gecko"
  20. shd = "smash mid"
  21. elseif affstrack.score.anorexia<=20 then
  22. vnm = "slike"
  23. shd = "smash high"
  24. elseif affstrack.score.stupidity<=20 then
  25. vnm = "aconite"
  26. shd = "smash mid"
  27. elseif affstrack.score.recklessness<=20 then
  28. vnm = "eurypteria"
  29. shd = "smash high"
  30. elseif affstrack.score.shyness<=20 then
  31. vnm = "digitalis"
  32. shd = "smash high"
  33. else
  34. vnm = "prefarar"
  35. shd = "smash high"
  36. end
  37.  
  38. if svo.affl.paralysis then
  39. send("setalias pvp stand/wield "..weapon.."/wield "..shield.."/dedication/grip/assess "..target.."/shieldstrike "..target.." mid/combination "..target.." slice "..vnm.." " .. shd)
  40. elseif svo.affl.ashthma and svo.affl.slickness and svo.affl.anorexia
  41. then send("stand;fitness")
  42. elseif svo.affl.asthma and svo.affl.slickness and svo.affl.sytherus
  43. then send("stand;fitness")
  44. else
  45. send("setalias pvp stand/wield "..weapon.."/wield "..shield.."/grip/assess "..target.."/shieldstrike "..target.." mid/combination "..target.." slice "..vnm.." "..shd)
  46.  
  47. end
  48. send("clearqueue all")
  49. send("queue add eqbal pvp")
  50. end
  51.  
  52.  
  53.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement