Thread: UnitBuff
View Single Post
06-01-10, 01:01 PM   #2
alimjocox
A Warpwood Thunder Caller
AddOn Author - Click to view addons
Join Date: Oct 2009
Posts: 96
--
Message: Interface\AddOns\wg\wg.lua:15: Usage: UnitBuff("unit", [index] or ["name", "rank"][, "filter"])
--

This is the problem in ur Lua code. shows the line and location and whats wrong with it. in this case ur not using UnitBuff properly.

--
Locals: (*temporary) = "player"
(*temporary) = nil
--

looks like u've manage to include the first argument of the function but theres something going in the second argument. ((someone correct me if im wrong))
  Reply With Quote