Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function dwmana()
- 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 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 (ak.currentmana / ak.maxmana) <= .36
- then send("setalias pvp stand/wield dagger shield/intone tooros/shadow dictate "..target)
- elseif ak.currenthealth / ak.maxhealth <= .20
- then send("setalias pvp stand/wield scythe shield/shadow instill scythe with degeneration/intone tooros/shadow cull "..target.." prefarar")
- elseif affstrack.score.parasite <= 66
- then send("setalias pvp stand/wield scythe shield/shadow instill scythe with leach/shadow reap "..target.." "..vnm.."/assess "..target.."/contemplate "..target)
- elseif affstrack.score.depression <= 66
- then send("setalias pvp stand/wield scythe shield/wipe scythe/shadow instill scythe with depression/chrono loop/shadow reap "..target.." xentio/assess "..target.."/contemplate "..target)
- elseif affstrack.score.madness <= 66
- then send("setalias pvp stand/wield scythe shield/shadow instill scythe with madness/chrono loop/shadow reap "..target.." "..vnm.."/assess "..target.."/contemplate "..target)
- elseif affstrack.score.retribution <= 66
- then send("setalias pvp stand/wield scythe shield/shadow instill scythe with retribution/chrono loop boost/shadow reap "..target.." "..vnm.."/assess "..target.."/contemplate "..target)
- else send("setalias pvp stand/wield scythe shield/chrono assert/shadow instill scythe with retribtion/shadow reap "..target.." "..vnm.."/assess "..target.."/contemplate "..target)
- end
- send("queue addclear eqbal pvp")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement