Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function dodsl()
- if affstrack.score.paraylysis <=66 then vnm1 ="curare"
- elseif affstrack.score.asthma <=66 then vnm1 = "kalmia"
- elseif affstrack.score.clumsiness <=66 then vnm1 = "xentio"
- elseif (affstrack.score.slickness <= 66 and affstrack.score.paralysis < 50) then vnm1 = "gecko"
- elseif affstrack.score.anorexia <=66 then vnm1 = "slike"
- elseif affstrack.score.weariness <=66 then vnm1 = "vernalius"
- elseif affstrack.score.stupidity <=66 then vnm1 = "aconite"
- elseif affstrack.score.recklessness <=66 then vnm1 = "eurypteria"
- elseif affstrack.score.dizziness <=66 then vnm1 = "larkspur"
- else vnm1 = "prefarar"
- end
- If affstrack.score.asthma <=66 and vnm1 ~= "kalmia" then vnm2 = "kalmia"
- elseif affstrack.score.clumsiness <=66 and vnm1 ~= "xentio" then vnm2 = "xentio"
- elseif (affstrack.score.slickness <= 66 and affstrack.score.paralysis < 50) and vnm1 ~= "gecko" then vnm2 = "gecko"
- elseif affstrack.score.anorexia <=66 and vnm1 ~= "slike" then vnm2 = "slike"
- elseif affstrack.score.weariness <=66 and vnm1 ~= "vernalius" then vnm2 = "slike"
- elseif affstrack.score.stupidity <=66 and vnm1 ~= "aconite" then vnm2 = "aconite"
- elseif affstrack.score.recklessness <=66 and vnm1 ~= "eurypteria" then vnm2 = "eurypteria"
- elseif affstrack.score.dizziness <=66 and vnm1 ~= "larkspur" then vnm2 = "larkspur"
- else vnm2 = "prefarar"
- if ak.defs.shield or ak.defs.rebounding
- then send("setalias pvp stand/falcon track "..target.."/falcon slay "..target.."/wield scimitar scimitar/grip/assess "..target.."/razeslash "..target.." "..vnm1.."/engage "..target)
- else send("setalias pvp stand/falcon track "..target.."/falcon slay "..target.."/wield scimitar scimitar/wield ragebalde/grip/assess "..target.."/dsl "..target.." "..vnm1.." "..vnm2.."/engage "..target)
- end
- send("queue addclear eqbal pvp")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement