View Single Post
06-20-10, 03:02 PM   #5
sanscrito
A Defias Bandit
Join Date: Jun 2010
Posts: 3
Originally Posted by v6o View Post
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
That's what i was looking for, thank you very much
  Reply With Quote