Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. local fanatism = gmcp.Char.Vitals.fanatism
  2.  
  3. if tshield == true and tonumber(fanatism) < 5 then
  4. send("queue eqbal stand "..sp.."quickdraw shield mace"..sp.."queue eqbal touch hammer "..target..""..sp.."queue eqbal crusade dazzle "..sp.."queue eqbal smite "..target..""..sp.."trueassess "..target)
  5. elseif tshield == true and tonumber(fanatism) >= 5 then
  6. send("queue eqbal stand "..sp.."quickdraw shield mace"..sp.."queue eqbal top Kanai shatter "..target..""..sp.."queue eqbal crusade dazzle "..sp.."queue eqbal smite "..target..""..sp.."trueassess "..target)
  7. elseif incense == false 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.."queue eqbal crusade dazzle "..sp.."queue eqbal smite "..target..""..sp.."trueassess "..target)
  9. elseif tonumber(fanatism) >= 30 and tonumber(fanatism) < 60 and supremacy == false then
  10. cecho("<yellow>\nSUPREMACY!!!")
  11. cecho("<yellow>\nSUPREMACY!!!")
  12. send("queue eqbal stand "..sp.."quickdraw shield mace"..sp.."queue eqbal top Kanai supremacy "..target..""..sp.."queue eqbal crusade dazzle "..sp.."queue eqbal smite "..target..""..sp.."trueassess "..target)
  13. elseif tonumber(fanatism) >= 60 and supremacy == true and alacrity == false then
  14. cecho("<yellow>\nALACRITY!!!")
  15. cecho("<yellow>\nALACRITY!!!")
  16. send("queue eqbal stand "..sp.."quickdraw shield mace"..sp.."queue eqbal top Kanai Alacrity "..target..""..sp.."queue eqbal crusade dazzle "..sp.."queue eqbal smite "..target..""..sp.."trueassess "..target)
  17. elseif tonumber(fanatism) < 30 then
  18. send("queue eqbal stand "..sp.."quickdraw shield mace"..sp.."queue eqbal crusade dazzle "..sp.."queue eqbal smite "..target..""..sp.."trueassess "..target)
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement