hhaos

Untitled

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