Episode 24 – A Tight Group

Temple of the Jade Serpent filling you with doubt? We tackle this dungeon as well as some Holy Paladin Weak Auras, herb milling and using items in Macros, and standing together in a tight group.

 

| Open Player in New Window


Direct Link 

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 to Hend Cancel 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.