Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if ak.psion.unweaving.spirit>3 then
- table.insert(WeaveAtk, "weave flurry "..target)
- prepselect()
- elseif ak.psion.unweaving.mind>3 and ak.psion.unweaving.body<2 then
- table.insert(WeaveAtk, "weave invert "..target.." mind spirit")
- prepselect()
- elseif ak.psion.unweaving.body>3 and ak.psion.unweaving.mind<2 then
- table.insert(WeaveAtk, "weave invert "..target.." body spirit")
- prepselect()
- elseif affstrack.score.unweavingmind<100 then
- table.insert(WeaveAtk, "weave unweave "..target.." mind")
- prepselect()
- elseif affstrack.score.unweavingbody<100 then
- table.insert(WeaveAtk, "weave unweave "..target.." body")
- prepselect()
- elseif affstrack.score.haemophilia == 100 and affstrack.score.impatience == 100 and affstrack.score.asthma == 100 then
- if ak.psion.transcend == 100 then
- PsiFocus = "bleed"
- table.insert(WeaveAtk, "weave exsanguinate "..target)
- table.insert(prepare, "disruption")
- else
- table.insert(WeaveAtk, "weave backhand "..target)
- table.insert(prepare, "disruption")
- end
- elseif affstrack.score.haemophilia == 100 and affstrack.score.asthma == 100 and affstrack.score.impatience<100 and CanImpatience()then
- table.insert(WeaveAtk, "weave overhand "..target)
- table.insert(prepare, "disruption")
- elseif affstrack.score.haemophilia == 100 and affstrack.score.asthma<100 then
- table.insert(WeaveAtk, "weave deathblow "..target)
- if affstrack.score.paralysis<100 then
- table.insert(prepare, "disruption")
- else
- table.insert(prepare, "rattle")
- end
- elseif affstrack.score.haemophilia < 100 and affstrack.score.asthma < 100 then
- table.insert(WeaveAtk, "weave deathblow "..target)
- table.insert(prepare, "laceration")
- elseif affstrack.score.unweavingmind<100 and affstrack.score.asthma == 100 and affstrack.score.haemophilia<100 then
- table.insert(WeaveAtk, "weave unweave "..target.." mind")
- table.insert(prepare, "laceration")
- --cecho("\n<black:pink> THEY MUST BE PRIORITISING HAEMOPHILIA")
- elseif affstrack.score.unweavingmind<100 then
- table.insert(WeaveAtk, "weave unweave "..target.." mind")
- if affstrack.score.paralysis<100 then
- table.insert(prepare, "disruption")
- else
- table.insert(prepare, "rattle")
- end
- elseif affstrack.score.asthma<100 then
- table.insert(WeaveAtk, "weave deathblow "..target)
- if affstrack.score.paralysis<100 then
- table.insert(prepare, "disruption")
- else
- table.insert(prepare, "dazzle")
- end
- else
- table.insert(WeaveAtk, "weave sever "..target)
- if affstrack.score.paralysis<100 then
- table.insert(prepare, "disruption")
- else
- table.insert(prepare, "laceration")
- end
- --cecho("\n<black:pink> YOU MAY WANT TO SWITCH IT UP NOW. UNWOVEN MIND STICKING")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement