Showing results 1 to 25 of 149
Search took 0.01 seconds.
Search: Posts Made By: Taffu
Forum: AddOn Search/Requests 01-23-12, 03:58 AM
Replies: 2
Views: 2,934
Posted By Taffu
Any Buff / Debuff AddOn with a bar option and...

Any Buff / Debuff AddOn with a bar option and SharedMedia support can accomplish this (ie. Raven). Just find the statusbar texture and border that you like, and you're all set. ;)
Forum: AddOn Search/Requests 01-18-12, 12:27 PM
Replies: 13
Views: 8,207
Posted By Taffu
Not for other players. GetGuildFactionInfo does...

Not for other players. GetGuildFactionInfo does not allow indexing of roster information, it only returns 'your' information. So while you can get other players contribution in relation to the Guild,...
Forum: Lua/XML Help 01-16-12, 08:01 AM
Replies: 12
Views: 6,880
Posted By Taffu
It's definately AftermathUI (can tell from the...

It's definately AftermathUI (can tell from the name in the Recap window).

http://www.wowinterface.com/downloads/info15517-AftermathhUI.html

I believe it uses !Beautycase heavily, so if it's not a...
Forum: Chit-Chat 01-06-12, 07:16 AM
Replies: 45
Views: 39,604
Posted By Taffu
http://www.youtube.com/watch?v=yQxA5JO-QyI

http://www.youtube.com/watch?v=yQxA5JO-QyI
Forum: AddOn Help/Support 12-20-11, 08:53 AM
Replies: 9
Views: 8,356
Posted By Taffu
Have you tried SendChatMessage("/console...

Have you tried SendChatMessage("/console reloadui") yet?
Forum: Alpha/Beta AddOns and Compilations 12-17-11, 03:58 AM
Replies: 0
Views: 2,000
Posted By Taffu
SLDataText version 5.0 Alpha

SLDataText (http://www.wowinterface.com/downloads/info8539-SLDataText.html) is being overhauled for the upcoming Mists of Pandera expansion and is at a stage where I would like (if possible) to have...
Forum: General Authoring Discussion 11-28-08, 10:56 AM
Replies: 18
Views: 11,837
Posted By Taffu
SLDataText uses the Ace3 module system in this...

SLDataText uses the Ace3 module system in this way, where all the modules are LoD through the module system but they do not require a TOC and load through the core. Quite a few Ace3-compatible AddOns...
Forum: Lua/XML Help 11-23-08, 06:04 AM
Replies: 8
Views: 3,506
Posted By Taffu
I would suggest (like Slakah mentioned), when...

I would suggest (like Slakah mentioned), when moving Blizzard elements (especially on the Main Bar), using a dummy function to negate the SetPoint call on an object you're moving.

For instance, add...
Forum: AddOn Help/Support 11-06-08, 02:26 PM
Replies: 3
Views: 5,902
Posted By Taffu
Or that :p

Or that :p
Forum: AddOn Help/Support 11-06-08, 10:47 AM
Replies: 3
Views: 5,902
Posted By Taffu
Use the OnUpdate script: local panel =...

Use the OnUpdate script:


local panel = <youreePanel#>
if ( HasPetUI() ) then
panel:Show()
else
panel:Hide()
end
Forum: Lua/XML Help 11-03-08, 01:30 PM
Replies: 11
Views: 5,390
Posted By Taffu
What Seerah said, it should look like...

What Seerah said, it should look like this:


local Map_Changed = false;

-------------------------------------
function RepWatch:WORLD_MAP_UPDATE()
-------------------------------------
if...
Forum: Lua/XML Help 10-31-08, 08:45 AM
Replies: 11
Views: 5,390
Posted By Taffu
Well, you can use WorldMapFrame:IsShown() to...

Well, you can use WorldMapFrame:IsShown() to determine if the WorldMap is currently shown, however conflicting AddOns might make this problematic (ie. Carbonite).

You can also use the work around...
Forum: Lua/XML Help 10-30-08, 07:49 PM
Replies: 11
Views: 5,390
Posted By Taffu
What exactly are you trying to do? Some details...

What exactly are you trying to do? Some details might help with figuring out and alternate way to do this (or a workaround).
Forum: Chit-Chat 10-22-08, 10:32 AM
Replies: 41
Views: 26,132
Posted By Taffu
Cladhaire is absolutely correct. But, I think...

Cladhaire is absolutely correct.

But, I think the thing that bugs most users is that the devs on ui.worldofwar.net seem more intent during the initial hours of a security breach return-slinging mud...
Forum: Released AddOns 10-21-08, 07:49 AM
Replies: 9
Views: 6,481
Posted By Taffu
I'll make an adjustment to Statline to get it to...

I'll make an adjustment to Statline to get it to update values after shapeshift changes and equipped gear changes.

Some additional changes coming up:

- Bag module will now not only count "bag" ammo...
Forum: Released AddOns 10-13-08, 09:22 AM
Replies: 9
Views: 6,481
Posted By Taffu
/bump for todays update for 3.0/WotLK...

/bump for todays update for 3.0/WotLK compatibility
Forum: Chit-Chat 10-10-08, 06:38 AM
Replies: 71
Views: 135,164
Posted By Taffu
Believe me, when I say that you do not represent...

Believe me, when I say that you do not represent the entire AddOn user base for World of Warcraft. There are quite a few things about WoWMatrix opposed to site-provided Download Clients that make it...
Forum: AddOn Help/Support 10-10-08, 06:20 AM
Replies: 5
Views: 3,681
Posted By Taffu
Don't bother complicating the change by doing...

Don't bother complicating the change by doing cut/paste of sections, simply reuse the entire eePanels2DB table.
Forum: AddOn Help/Support 10-09-08, 12:16 PM
Replies: 5
Views: 3,681
Posted By Taffu
The code you pasted seems pretty inconsistent, I...

The code you pasted seems pretty inconsistent, I can't make heads or tails from it. I assume you're talking about copy/paste content from the SavedVars for eePanels2 (located in the WTF folder)?

If...
Forum: Chit-Chat 10-07-08, 12:22 PM
Replies: 71
Views: 135,164
Posted By Taffu
You can tell them to stop carrying your AddOns. I...

You can tell them to stop carrying your AddOns. I requested the same when they were claiming to host SLDataText, and it was removed from their list fairly quickly, and unlike Phanx I managed to get a...
Forum: General Authoring Discussion 10-03-08, 01:19 PM
Replies: 3
Views: 5,433
Posted By Taffu
The oddity I noticed is calling the LUA file in...

The oddity I noticed is calling the LUA file in the TOC and then again from the XML, which is pushing a 2nd load of the file...which may or may not be doing something to mess it up (ie. overwriting...
Forum: Released AddOns 09-25-08, 11:19 AM
Replies: 0
Views: 2,381
Posted By Taffu
GroupAlert - Official Thread

GroupAlert

What it does:
GroupAlert is an automated group-centric broadcast system that informs all GroupAlert users within a group of important events. The AddOn handles everything from Crowd...
Forum: AddOn Help/Support 09-18-08, 08:25 AM
Replies: 5
Views: 6,976
Posted By Taffu
PM'd you, check your mail ;)

PM'd you, check your mail ;)
Forum: Chit-Chat 09-16-08, 12:59 PM
Replies: 13
Views: 5,809
Posted By Taffu
Welcome! /wave :)

Welcome! /wave :)
Forum: AddOn Help/Support 09-11-08, 01:40 PM
Replies: 5
Views: 6,976
Posted By Taffu
It doesn't have to be that complex, he's using...

It doesn't have to be that complex, he's using multiple panels for one ChatFrame. You should be able to simply add the following to the "OnUpdate" script of the panel you want to use backing the...
Showing results 1 to 25 of 149