Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. local fanatism = tonumber(gmcp.Char.Vitals.fanatism)
  2.  
  3. if tshield and fanatism < 5 then
  4. send("queue eqbal stand "..sp.."quickdraw shield mace"..sp.."touch hammer "..target..""..sp.."crusade dazzle"..sp.."queue eqbal smite "..target..""..sp.."trueassess "..target)
  5. elseif tshield and fanatism >= 5 then
  6. send("queue eqbal stand "..sp.."quickdraw shield mace"..sp.."Kanai shatter "..target..""..sp.."crusade dazzle"..sp.."queue eqbal smite "..target..""..sp.."trueassess "..target)
  7. elseif not incense then
  8. send("extinguish incense all "..sp.."burn incense yellow "..sp.."outr orphine "..sp.."burn incense orphine "..sp.."burn incense myrrh"..sp.."queue eqbal stand "..sp.."quickdraw shield mace"..sp.."crusade dazzle "..sp.."queue eqbal smite "..target..""..sp.."trueassess "..target)
  9. elseif fanatism >= 30 and fanatism < 60 and not supremacy then
  10. send("queue eqbal stand "..sp.."quickdraw shield mace"..sp.."queue eqbal top Kanai supremacy "..target..""..sp.."crusade dazzle"..sp.."queue eqbal smite "..target..""..sp.."trueassess "..target)
  11. elseif fanatism >= 60 and supremacy and not alacrity then
  12. send("queue eqbal stand "..sp.."quickdraw shield mace"..sp.."queue eqbal top Kanai Alacrity "..target..""..sp.."crusade dazzle"..sp.."queue eqbal smite "..target..""..sp.."trueassess "..target)
  13. elseif fanatism < 30 then
  14. send("queue eqbal stand "..sp.."quickdraw shield mace"..sp.."crusade dazzle "..sp.."queue eqbal smite "..target..""..sp.."trueassess "..target)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement