Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function snbCombo()
- local shield = "shield239362"
- local weapon = "longsword67612"
- if affstrack.score.paralysis <=66 then
- shd = "smash mid"
- elseif affstrack.score.asthma <=66 and vnm /= "kalmia" then
- shd = "drive"
- elseif affstrack.score.clumsiness <=66 and vnm /= "xentio" then
- shd = "smash low"
- else shd = "smash high"
- end
- if affstrack.score.asthma <=66 then vnm = "kalmia"
- elseif affstrack.score.nausea <=66 then vnm = "euphorbia"
- elseif affstrack.score.stupidity <=66 then vnm = "aconite"
- elseif affstrack.score.weariness <=66 then vnm = "Vernalius"
- elseif affstrack.score.slickness <=66 then vnm = "gecko"
- elseif affstrack.score.anorexia <=66 then vnm = "slike"
- else vnm = "prefarar"
- end
- if svo.affl.paralysis then
- send("setalias pvp stand/wield "..weapon.."/wield "..shield.."/dedication/grip/assess "..target.."/shieldstrike "..target.." mid/combination "..target.." slice "..vnm.." " .. shd)
- elseif svo.affl.ashthma and svo.affl.slickness and svo.affl.anorexia
- then send("stand;fitness")
- elseif svo.affl.asthma and svo.affl.slickness and svo.affl.sytherus
- then send("stand;fitness")
- elseif ak.defs.shield or ak.defs.rebounding
- then send("setalias pvp stand/wield "..weapon.."/wield "..shield.."/grip/assess "..target.."/shieldstrike "..target.." mid/combination "..target.." raze "..shd)
- else send("setalias pvp stand/wield "..weapon.."/wield "..shield.."/grip/assess "..target.."/shieldstrike "..target.." mid/combination "..target.." slice "..vnm.." "..shd)
- end
- send("clearqueue all")
- send("queue add eqbal pvp")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement