hhaos

Untitled

Aug 4th, 2023
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. function dwcbase()
  2. local vnm1 = nil
  3. local vnm2 = nil
  4.  
  5. local venom = {
  6. addiction = "vardrax",
  7. anorexia = "slike",
  8. asthma = "kalmia",
  9. clumsiness = "xentio",
  10. crippledarm = "epteth",
  11. crippledleg = "epseth",
  12. darkshade = "darkshade",
  13. deafblind = "colocasia",
  14. disloyalty = "monkshood",
  15. dizziness = "larkspur",
  16. haemophilia = "notechis",
  17. nausea = "euphorbia",
  18. paralysis = "curare",
  19. recklessness = "eurypteria",
  20. scytherus = "scytherus",
  21. selarnia = "selarnia",
  22. sensitivity = "prefarar",
  23. shyness = "digitalis",
  24. sleep = "delphinium",
  25. slickness = "gecko",
  26. stupidity = "aconite",
  27. voyria = "voyria",
  28. weariness = "vernalius"
  29. }
  30.  
  31. local venom_priority = {
  32. "paralysis",
  33. "asthma",
  34. "slickness",
  35. "anorexia",
  36. "stupidity",
  37. "sensitivity",
  38. "weariness",
  39. "clumsiness",
  40. "voyria",
  41. "sleep" -- Fixed this to match dumbass
  42. }
  43.  
  44. for _, aff in ipairs(venom_priority) do
  45. if affstrack.score[aff] < 34 then
  46. if not vnm1 then
  47. vnm1 = venom[aff]
  48. elseif not vnm2 then
  49. vnm2 = venom[aff]
  50. end
  51. end
  52. end
  53.  
  54. if ak.defs.rebounding or ak.shield then
  55. send("queue addclear free stand|wield 331218 628568|falcon track "..target.."|falcon slay "..target.."|raze "..target.."|engage "..target.."|assess "..target)
  56. else
  57. send("queue addclear free stand|wield 331218 628568|falcon track "..target.."|falcon slay "..target.."|dsl "..target.." "..vnm1.." "..vnm2.."|engage "..target.."|assess "..target)
  58. end
  59. end
Add Comment
Please, Sign In to add comment