Advertisement
Guest User

Macro for papa esterban

a guest
Apr 27th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. /in 5s+ /script local i=0 g=GetPlayerBuff while not(g(i) == -1)do if(strfind(GetPlayerBuffTexture(g(i)), "Ability_Warrior_BattleShout"))then break;  else SendChatMessage("New Battle Shout please!!", "SAY") end  i=i+1 end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement