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.asthma <=50 then
- vnm = "curare"
- shd = "drive"
- elseif affstrack.score.slickness<=50 then
- vnm = "gecko"
- shd = "smash mid"
- elseif affstrack.score.anorexia<=33 then
- vnm = "slike"
- shd = "smash high"
- elseif affstrack.score.sensitivity<=33 then
- vnm = "curare"
- shd = "smash mid"
- elseif affstrack.score.slickness<=33 then
- vnm = "gecko"
- shd = "smash mid"
- elseif affstrack.score.anorexia<=20 then
- vnm = "slike"
- shd = "smash high"
- elseif affstrack.score.stupidity<=20 then
- vnm = "aconite"
- shd = "smash mid"
- elseif affstrack.score.recklessness<=20 then
- vnm = "eurypteria"
- shd = "smash high"
- elseif affstrack.score.shyness<=20 then
- vnm = "digitalis"
- shd = "smash high"
- else
- vnm = "prefarar"
- shd = "smash high"
- 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")
- 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