View Single Post
06-20-10, 02:46 PM   #4
v6o
An Onyxian Warder
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 399
Try this one. Just write /ihasshield to unlock it and you can move it with your mouse and then again to lock it into place.

Open core.lua for some simple config
Code:
local texture = "Interface\\AddOns\\IHasShield\\Aura21.tga"
local width,height = 64,64
local blendmode = "ADD"
local r,g,b = 1,1,1
local alpha = 1
Attached Files
File Type: zip IHasShield.zip (17.2 KB, 782 views)
__________________
I stopped playing back World of Warcraft in 2010 and I have no plans on returning.
This is a dead account and if you want to continue any of my addons or make a fork then feel free to do so.
This is your permission slip.

If you need to contact me, do so on Twitter @v6ooo

Best regards, v6.
  Reply With Quote