• Dear Guest,

    You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode.
    To view all forum nodes and be able to create threads/posts please register or log-in with your existing account.

    TwinStar team

Looking for a couple addons

HeavyD

New Member
Joined
May 23, 2015
Does anyone have a Stun Time addon for a rogue.

Also does anyone have a self targeting bandage macro?

Thx.
 
This is my bandage macro. It also targets the last target. If you don't want that just remove the last line.

Code:
/target player
/script UseContainerItem(4, 1);
/script TargetLastEnemy();
 
Top Bottom