Advertisement
hhaos

Untitled

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