Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function snbTrip()
- local shield = "shield239362"
- local weapon = "longsword67612"
- if 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 = "prefarar"
- end
- if affstrack.score.paralysis <= 66 and affstrack.score.slickness < 50 or affstrack.score.slickness > 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 svo.affl.paralysis then
- send("setalias pvp stand/falcon track "..target.."/falcon slay"..target.."/wield "..weapon.."/wield "..shield.."/dedication/grip/assess "..target.."/shieldstrike "..target.." low/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/falcon track "..target.."/falcon slay"..target.."/wield "..weapon.."/wield "..shield.."/grip/assess "..target.."/shieldstrike "..target.." low/combination "..target.." raze "..shd)
- else send("setalias pvp stand/falcon track "..target.."/falcon slay "..target.."/wield "..weapon.."/wield "..shield.."/grip/assess "..target.."/shieldstrike "..target.." low/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