Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. /script local i=0 g=GetPlayerBuff while not (g(i) == -1) do if(strfind(GetPlayerBuffTexture(g(i)), "Ability_Rogue_FeignDeath"))then CancelPlayerBuff(g(i))end i = i + 1; end
  2. /script PetFollow(); PetPassiveMode();
  3. /cast Feign death
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement