Advertisement
hhaos

Untitled

May 5th, 2022
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. if table.contains(ak.ShadowList, target) and (ak.currenthealth / ak.maxhealth) <= .36
  2. then send("setalias pvp stand/wield dagger shield/intone tooros/shadow mutilate "..target.." aconite")
  3. elseif table.contains(ak.ShadowList, target) and (ak.currentmana / ak.maxmana) <= .36
  4. then send("setalias pvp stand/wield dagger shield/intone tooros/shadow dictate "..target)
  5. elseif ak.currenthealth / ak.maxhealth <= .25
  6. then send("setalias pvp stand/wield scythe shield/shadow instill scythe with degeneration/intone tooros/shadow cull "..target.." prefarar")
  7. end
  8.  
  9. send("queue add eqbal pvp")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement