Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: oomp
Forum: AddOn Help/Support 03-01-12, 12:11 PM
Replies: 8
Views: 8,984
Posted By oomp
I assume you simply forgot to omit the...

I assume you simply forgot to omit the addon:RegisterEvent("PLAYER_ENTERING_WORLD") line? Otherwise, the frame will be shown when PLAYER_ENTERING_WORLD fires, as well as PLAYER_REGEN_ENABLED. ;)
Forum: AddOn Search/Requests 03-01-12, 10:51 AM
Replies: 3
Views: 3,487
Posted By oomp
Here's a small addon I wrote for myself to...

Here's a small addon I wrote for myself to automatically start logging and print a message whenever I enter any of the listed instances, hope it helps you somehow! :)

local Clogger =...
Forum: Wish List 11-21-11, 06:23 PM
Replies: 5
Views: 21,968
Posted By oomp
Taken from...

Taken from ShadowedUnitFrames/modules/auras.lua:

-- Blizzard bug, Enrage is an empty string.
cureType = auraType == "" and "Enrage" or auraType


...where auraType is the 5th argument returned by...
Forum: Lua/XML Help 03-21-11, 06:46 AM
Replies: 9
Views: 11,391
Posted By oomp
Don't use destGUID, use destFlags... local...

Don't use destGUID, use destFlags...

local function GetIconIndex(flags)
local number, mask, mark
if bit.band(flags, COMBATLOG_OBJECT_SPECIAL_MASK) ~= 0 then
for i=1,8 do
mask =...
Forum: Lua/XML Help 09-04-09, 04:34 AM
Replies: 10
Views: 7,671
Posted By oomp
Haven't checked it out myself, but perhaps taking...

Haven't checked it out myself, but perhaps taking a look at the way it's done in this (http://www.wowinterface.com/downloads/info13289-AddFriend.html) addon might help you.
Forum: AddOn Search/Requests 06-12-09, 03:19 PM
Replies: 7
Views: 6,671
Posted By oomp
Not sure it's what you're after, but it might be...

Not sure it's what you're after, but it might be worth checking out EkInspect (http://www.wowinterface.com/downloads/info13458-EkInspect.html).
Forum: Lua/XML Help 06-09-09, 09:07 AM
Replies: 10
Views: 4,559
Posted By oomp
I wrote a very simple addon (3 lines of code) to...

I wrote a very simple addon (3 lines of code) to filter out all messages in General chat while in an instance for the very same reason as the OP. You can get it here:...
Showing results 1 to 7 of 7