Advertisement
hhaos

Untitled

Feb 24th, 2022
47
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.asthma <=66 then vnm = "kalmia"
  7. elseif affstrack.score.nausea <=66 then vnm = "euphorbia"
  8. elseif affstrack.score.stupidity <=66 then vnm = "aconite"
  9. elseif affstrack.score.weariness <=66 then vnm = "Vernalius"
  10. elseif affstrack.score.slickness <=66 then vnm = "gecko"
  11. elseif affstrack.score.anorexia <=66 then vnm = "slike"
  12. else vnm = "prefarar"
  13. end
  14.  
  15. if affstrack.score.paralysis <=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/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/wield "..weapon.."/wield "..shield.."/grip/assess "..target.."/shieldstrike "..target.." mid/combination "..target.." raze "..shd)
  34. else send("setalias pvp stand/wield "..weapon.."/wield "..shield.."/grip/assess "..target.."/shieldstrike "..target.." mid/combination "..target.." slice "..vnm.." "..shd)
  35.  
  36. end
  37. send("clearqueue all")
  38. send("queue add eqbal pvp")
  39. end
  40.  
  41.  
  42.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement