4 thoughts on “Episode 24 – A Tight Group

  1. Ro’s Milling Macro Script

    Numerical Values for Equipped Items.
    Head – 1
    Neck – 2
    Shoulder – 3
    Shirt – 4
    Chest – 5
    Belt – 6
    Legs – 7
    Feet – 8
    Wrist – 9
    Gloves – 10
    Finger 1 (Top) – 11
    Finger 2 (Bottom) – 12
    Trinket 1 (Top) – 13
    Trinket 2 (Bottom) – 14
    Back – 15
    Main Hand – 16
    Off Hand – 17
    Tabard – 18

  2. I found that tool tips were annoying me a while ago. When I was searching for an addon to fix it I came across this script that can disable and enable tool tips with a click.

    You copy this script into a macro and put it on your bars. When you mouse over and right click, tool tips are disabled and when you left click they are enabled. Thought I would share this as I think it is awesome. But it does reset to defaults when you log out.

    /script GameTooltip.Temphide = function() GameTooltip:Hide() end; GameTooltip:SetScript(“OnShow”, GameTooltip.Temphide)
    /stopmacro [btn:1]
    /script GameTooltip:SetScript(“OnShow”, GameTooltip.Show);

    ~Elamari

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.