Jump to content

Grimluck

Player
  • Content count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Grimluck

  • Rank
    Newcomer

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Druid spammable stealth macro: /run –CastSpellByName(“Prowl”) /run i=0 m=0 c=CastSpellByName while not (GetPlayerBuff(i)==-1) do if (strfind(GetPlayerBuffTexture(GetPlayerBuff(i)),”Ability_Ambush”)) then m=1 end i=i+1 end if m==0 then c(“Prowl”) else c(“Track Humanoid”) end If no in stealth then cast Prowl, otherwise cast Track Humanoid. You can replace it with any other ability.
×