Auto Robe Graphic Bug Mac

Drowfire

Nothing is Impossible
Joined
Nov 12, 2007
Messages
160
Reaction score
3
Points
18
Hello,
i love it to use the Robe Graphic Bug on my char,but im pretty lazy to do it everytime i stay in a Zone.
so i just made simple mac that do the switch und illu casts for me.

Code:
--------------------------------------------
>               Robe Graphic Bug Mac              <
>                Powered by Drowfire               <
---------------------------------------------


Sub Main
/echo Robe Mac Started
/delay 2s
/exchange 2798 chest
/delay 2s
/casting "amulet of necropotence"|item
/delay 2s
/exchange 102013 chest
/delay 2s
/notify BuffWindow BW_Buff${Int[${Math.Calc[${Me.Buff["Illusion: Skeleton"].ID}-1]}]}_Button LeftMouseUp
/delay 2s
/casting "Iksar Hide Mask"|face
/delay 7s
/echo Robe Mac finished
/return

if anybody is interested in it,just need to change the Chest ID'S and maybe the illusion clickys if using different ones.


regards
 
Neato. Forgive my ignorance, but what's the robe graphic bug? I see what the macro is doing but I'm not familiar with what chest items it's swapping.
 
I believe it's so you can look like you're wearing a robe but really be wearing a real breastplate. Warrior in my guild loves to walk around with the robe look on.
 
Let me know if you find one that makes a robe look like a tunic.
 
this works with everyslot.
-remove any illusion
-switch the slots you want
-cast skeleton (or any other non showing armor illu)
-swith the slots with your normal gear
-remove illu
-cast new illu or stay without illusion,voila you show up with the other set of gear you are waring anymore.
 
Ohhhh.... neato. I need to find a robe wearable by a plate class now :p
 
Can do turn in for robe to tunic for Shanai then go back and get another robe and have silk and leather look BP.
 
Modified to work for barbarians and use the sexy new iksar mask. Awsome little macro. Thanks Drowfire!

Code:
--------------------------------------------
>               Robe Graphic Bug Mac              <
>                Powered by Drowfire               <
---------------------------------------------


Sub Main
/echo Robe Mac Started
/delay 2s
/casting "Bone Mask of the Ancient Iksar"|face
/delay 5s
/exchange 2798 chest
/delay 2s
/notify BuffWindow BW_Buff${Int[${Math.Calc[${Me.Buff["Illusion: Ancient Iksar"].ID}-1]}]}_Button LeftMouseUp
/delay 2s
/casting "amulet of necropotence"|item
/delay 2s
/exchange 102034 chest
/delay 2s
/notify BuffWindow BW_Buff${Int[${Math.Calc[${Me.Buff["Illusion: Skeleton"].ID}-1]}]}_Button LeftMouseUp
/delay 2s
/casting "Bone Mask of the Ancient Iksar"|face
/delay 7s
/echo Robe Mac finished
/return