Showing results 1 to 16 of 16
Search took 0.00 seconds.
Search: Posts Made By: Smacker
Forum: General Authoring Discussion 12-18-10, 06:24 AM
Replies: 1
Views: 3,374
Posted By Smacker
I suggest you have a look at how events work...

I suggest you have a look at how events work first http://www.wowpedia.org/Events_(API). This will let you determine when certain conditions are met. I'd point you at some of my code but it is one of...
Forum: General Authoring Discussion 12-18-10, 05:26 AM
Replies: 0
Views: 3,827
Posted By Smacker
Taint issue

Some users (but not myself) are seeing a taint error with my addon (PowerAuras) when they open the world map and are in combat. Log looks like this:

12/16 09:07:56.195 Global variable uncheckImage...
Forum: Cataclysm Beta 10-04-10, 06:05 AM
Replies: 7
Views: 7,140
Posted By Smacker
PowerAuras also supports Shards now (and Holy...

PowerAuras also supports Shards now (and Holy Power) http://www.wowinterface.com/downloads/fileinfo.php?id=8579#info
Forum: Cataclysm Beta 09-30-10, 03:07 AM
Replies: 7
Views: 7,140
Posted By Smacker
Power Auras will be supporting this, need to test...

Power Auras will be supporting this, need to test it on Beta (and would if it let me copy a premade Lock over)
Forum: Cataclysm Beta 09-24-10, 07:36 AM
Replies: 6
Views: 6,200
Posted By Smacker
Zork, via animations? no I haven't needed to do...

Zork, via animations? no I haven't needed to do this.

I have just used Translation, Alpha, Scale, Rotation
Forum: Cataclysm Beta 09-23-10, 05:43 AM
Replies: 6
Views: 6,200
Posted By Smacker
Thanks, glad it isn't just me. Here's hoping they...

Thanks, glad it isn't just me. Here's hoping they take notice and fix it.
Forum: Cataclysm Beta 09-22-10, 11:48 AM
Replies: 6
Views: 6,200
Posted By Smacker
No, the animations don't change the texture...

No, the animations don't change the texture settings like size so it is pointless the change those.

You would have to run another animation to reverse all the other ones (horrible)

Easier to delete...
Forum: Cataclysm Beta 09-21-10, 02:05 PM
Replies: 6
Views: 6,200
Posted By Smacker
FontString Animation

If you animate a FontString then it will not return to original position /size at the end of the animation (as Textures do)

Anyone else seeing this?
Forum: Cataclysm Beta 09-16-10, 12:25 PM
Replies: 1
Views: 6,166
Posted By Smacker
need to change...

need to change this:

StaticPopupDialogs["POWERAURAS_EXPORT_AURA_SET"] = {
text = "Title",
button1 = DONE,
hasEditBox = 1,
maxLetters = 120,
hasWideEditBox = 1,
OnShow =...
Forum: Cataclysm Beta 09-16-10, 02:55 AM
Replies: 1
Views: 6,166
Posted By Smacker
StaticPopupDialogs WideEditBox Removed

The StaticPopupDialogs WideEditBox seems to have been removed,

I think you can use the

editBoxWidth = 350

instead, still investigating
Forum: Cataclysm Beta 09-03-10, 07:45 AM
Replies: 11
Views: 6,232
Posted By Smacker
Current Addon issues

After getting my addon running in the beta I have noted the following issues:


Global variable this has vanished (I think this is a documented change)
The Blizzard Feedback interface is throwing...
Forum: Lua/XML Help 06-25-10, 08:44 AM
Replies: 7
Views: 27,314
Posted By Smacker
I use this to show ids on myself or target: ...

I use this to show ids on myself or target:

:
elseif (msg=="showbuffs") then
PowaAuras:ShowAurasOnUnit("Buffs", "HELPFUL");
elseif (msg=="showdebuffs")...
Forum: Graphics Help 06-25-10, 08:39 AM
Replies: 35
Views: 47,215
Posted By Smacker
Use the built-in animation code: local alpha =...

Use the built-in animation code:

local alpha = animationGroup:CreateAnimation("Alpha");
alpha:SetOrder(order);
alpha:SetDuration(duration);
alpha:SetMaxFramerate(fps);
alpha:SetChange(alphaTo);
Forum: General Authoring Discussion 12-17-09, 07:54 AM
Replies: 2
Views: 3,501
Posted By Smacker
Garbage Collection

I can use various addons to see how much Garbage Collection my addon is causing. How can I find out which objects are being colected so I can reduce this burden?

Cheers
Forum: General Authoring Discussion 12-10-09, 05:35 AM
Replies: 3
Views: 5,084
Posted By Smacker
Thanks for the replies. I figured out what I was...

Thanks for the replies. I figured out what I was doing wrong!
Forum: General Authoring Discussion 12-09-09, 06:11 PM
Replies: 3
Views: 5,084
Posted By Smacker
UnitIsPlayer and 3.3

Anyone else find that UnitIsPlayer(unit) always returns 1 in 3.3? Did I miss something?
Showing results 1 to 16 of 16