Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. function queuestuff(queuecommand)
  2. send("clearqueue all` " ..queuecommand)
  3. end
  4.  
  5. function doublestabstack(venom1, venom2)
  6. local left_venom = venom1
  7. local right_venom = venom2
  8. if left_venom and right_venom then
  9.  
  10. if targshield == "true" then
  11. systemAction = "queue add eqbal stand`queue add eqbal wield whip273412 shield262454`queue add eqbal purge`queue add eqbal flay " ..target.. " shield " ..left_venom
  12. elseif targrebounding == "true" then
  13. systemAction = "queue add eqbal stand`queue add eqbal wield whip273412 shield262454`queue add eqbal purge`queue add eqbal flay "..target.. " rebounding " ..left_venom
  14. else
  15. systemAction = "stand`queue add eqbal wield dirk whip`queue add eqbal purge`queue add eqbal doublestab "..target.." " .. left_venom .. " " .. right_venom .. ""
  16. end
  17. end
  18. --illusionset = ""
  19. dirkVenoms = {}
  20. --iluscy = "no"
  21. end
  22.  
  23. function serpentlockprio()
  24. vcombo = {nil}
  25. --Primary Venom Selection
  26. if affstrack.score.impatience > 24 and affstrack.score.asthma > 24 then
  27. if affstrack.score.slickness < 100 then
  28. table.insert(vcombo,"gecko")
  29. end
  30. if affstrack.score.anorexia < 100 then
  31. table.insert(vcombo,"slike")
  32. end
  33. if affstrack.score.weariness < 100 then
  34. table.insert(vcombo,"vernalius")
  35. end
  36. if affstrack.score.recklessness < 100 then
  37. table.insert(vcombo,"eurypteria")
  38. end
  39. if affstrack.score.paralysis<100 then
  40. table.insert(vcombo,"curare")
  41. end
  42. if affstrack.score.voyria < 100 then
  43. table.insert(vcombo, "voyria")
  44. end
  45. if affstrack.score.stupidity < 100 then
  46. table.insert(vcombo, "aconite")
  47. end
  48. end
  49.  
  50. if affstrack.score.paralysis<100 then
  51. table.insert(vcombo,"curare")
  52. end
  53. if affstrack.score.asthma<50 then
  54. table.insert(vcombo,"kalmia")
  55. end
  56. if affstrack.score.clumsiness<50 then
  57. table.insert(vcombo,"xentio")
  58. end
  59. if affstrack.score.addiction<100 then
  60. table.insert(vcombo,"vardrax")
  61. end
  62. if affstrack.score.illness<100 then
  63. table.insert(vcombo,"euphorbia")
  64. end
  65. if affstrack.score.darkshade<100 then
  66. table.insert(vcombo,"darkshade")
  67. end
  68. if affstrack.score.sensitivity<49 then
  69. table.insert(vcombo,"prefarar")
  70. end
  71. if affstrack.score.stupidity<100 then
  72. table.insert(vcombo,"aconite")
  73. end
  74. if affstrack.score.dizziness<100 then
  75. table.insert(vcombo,"larkspur")
  76. end
  77.  
  78. if affstrack.score.impatience > 50 and affstrack.score.asthma > 50 and affstrack.score.slickness > 50 and affstrack.score.anorexia > 50 and affstrack.score.weariness > 50 and affstrack.score.recklessness > 50 then
  79. cecho("\n<green>===================== TARGET LOCKED MOVE ON =====================================")
  80. end
  81. if affstrack.score.asthma >49 and affstrack.score.clumsiness> 49 then
  82. timetosnap = true
  83. else
  84. timetosnap = false
  85. end
  86. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement