Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --make a function that calls this
- function dwbasic()
- if ak.defs.shield
- then send("setalias pvp stand/wield dagger /shadow strike "..target.."/assess "..target)
- elseif table.contains(ak.ShadowList, target) and (ak.currenthealth / ak.maxhealth) <= .36
- then send("setalias pvp stand/wield dagger shield/intone tooros/shadow mutilate "..target.." aconite")
- elseif table.contains(ak.ShadowList, target) and (ak.currentmana / ak.maxmana) <= .36
- then send("setalias pvp stand/wield dagger shield/intone tooros/shadow dictate "..target)
- elseif ak.currenthealth / ak.maxhealth <= .25
- then send("setalias pvp stand/wield scythe shield/shadow instill scythe with degeneration/intone tooros/shadow cull "..target.." prefarar")
- elseif table.contains(ak.ShadowList, target) then
- dwkill()
- else
- dwclaim()
- end
- send("queue add eqbal pvp")
- end
- function dwkill()
- if affstrack.score.paralysis <= 70 then vnm = "curare"
- elseif affstrack.score.asthma <= 66 then vnm = "kalmia"
- elseif affstrack.score.sensitivity <= 66 then vnm = "prefarar"
- elseif affstrack.score.clumsiness <= 66 then vnm = "xentio"
- elseif (affstrack.score.slickness <= 66 and affstrack.score.paralysis > 50) then vnm = "gecko"
- elseif affstrack.score.anorexia <= 66 then vnm = "slike"
- elseif affstrack.score.stupidity <= 66 then vnm = "aconite"
- elseif affstrack.score.recklessness <=66 then vnm = "eurypteria"
- else vnm = "voyria"
- end
- if affstrack.score.sensitivity <= 66 then
- send("setalias pvp stand/wield scythe shield/shadow instill scythe with degeneration/shadow reap "..target.." "..vnm.."/assess "..target.."/contemplate "..target)
- else
- send("setalias pvp stand/wield scythe shield/shadow instill scythe with degeneration/shadow cull "..target.." "..vnm.."/assess "..target.."/contemplate "..target)
- end
- end
- function dwclaim()
- if affstrack.score.paralysis <= 70 then vnm = "curare"
- elseif affstrack.score.asthma <=66 then vnm = "kalmia"
- elseif affstrack.score.clumsiness <=66 then vnm = "xentio"
- elseif (affstrack.score.slickness <= 66 and affstrack.score.paralysis < 50) then vnm = "gecko"
- elseif affstrack.score.anorexia <=66 then vnm = "slike"
- elseif affstrack.score.stupidity <=66 then vnm = "aconite"
- elseif affstrack.score.recklessness <=66 then vnm = "eurypteria"
- else vnm = "voyria"
- end
- if affstrack.score.justice <= 70 and affstrack.score.retribution <= 69 then
- send("setalias pvp stand/wield scythe shield/shadow instill scythe with retribution/shadow reap "..target.." "..vnm.."/assess "..target.."/contemplate "..target)
- elseif affstrack.score.parasite <= 66 and affstrack.score.healthleech <= 66 then
- send("setalias pvp stand/wield scythe shield/shadow instill scythe with leach/shadow reap "..target.." "..vnm.."/assess "..target.."/contemplate "..target)
- else
- send("setalias pvp stand/wield scythe shield/shadow instill scythe with leach/chrono loop boost/shadow reap "..target.." "..vnm.."/assess "..target.."/contemplate "..target)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement