Advertisement
Guest User

Untitled

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