Showing results 1 to 25 of 26
Search took 0.00 seconds.
Search: Posts Made By: Aznamir
Forum: General Authoring Discussion 07-30-16, 04:51 PM
Replies: 6
Views: 2,270
Posted By Aznamir
I've included the relevant code in my...

I've included the relevant code in my response.
It looks like the issue was with trying to get spells names during the addon initialization.
Had to change it slightly to use spellIDs and only get the...
Forum: General Authoring Discussion 07-30-16, 05:56 AM
Replies: 6
Views: 2,270
Posted By Aznamir
There isn't anything really special. Similar to...

There isn't anything really special.
Similar to WeakAuras the addon has an array of trackable spells:

spells = {
[1] = GetSpellInfo(8921), -- Moonfire
}
and once the player enters combat it runs...
Forum: General Authoring Discussion 07-29-16, 09:39 AM
Replies: 6
Views: 2,270
Posted By Aznamir
Weird addon issue with timewalking dungeons

I've encountered a weird issue upon zoning into a timetalking dungeon.
I made an addon that track buff/debuff/cooldowns using GetSpellInfo(xxx) to get a spell name and then does the usual checking...
Forum: Legion Beta archived threads 07-15-16, 02:43 PM
Replies: 8
Views: 6,985
Posted By Aznamir
Looks like it is a totem...

Looks like it is a totem frame

https://i.imgur.com/75Mn07E.png
Forum: Legion Beta archived threads 07-15-16, 10:30 AM
Replies: 8
Views: 6,985
Posted By Aznamir
Okay, what about these unit...

Okay, what about these unit frames:
http://i.imgur.com/YqVWbMI.png

Anyone know the name / events that trigger them?
Forum: Legion Beta archived threads 07-14-16, 08:29 PM
Replies: 8
Views: 6,985
Posted By Aznamir
Is there a way to get a count of the number of pets/minions assisting me in combat?

I'm talking about warlock pets/minions.
Don't want to count the combat ally assigned from the order hall.
Don't want to count quest NPCs assisting me in combat.

Is there any way count them and get...
Forum: General Authoring Discussion 09-05-12, 03:35 AM
Replies: 187
Views: 139,107
Posted By Aznamir
Hm... I just sent a short email to worlfofaddons...

Hm... I just sent a short email to worlfofaddons yesterday morning, asking them to remove my stuff (PallyPower and Boomkinator). I did not receive any response, but it seems that they are gone from...
Forum: Lua/XML Help 10-12-10, 08:47 PM
Replies: 5
Views: 4,105
Posted By Aznamir
If I remember correctly, you need to replace...

If I remember correctly, you need to replace "this" with "self" and "arg1" with "button"
Forum: Cataclysm Beta 10-10-10, 08:26 AM
Replies: 11
Views: 11,505
Posted By Aznamir
In my mod I use function...

In my mod I use

function PallyPower:FormatTime(time)
if not time or time < 0 or time == 9999 then
return ""
end
local mins = floor(time / 60)
local...
Forum: Cataclysm Beta 09-22-10, 10:46 PM
Replies: 16
Views: 11,317
Posted By Aznamir
PallyPowerLite(tm) v4.0.3 is...

PallyPowerLite(tm) v4.0.3 is posted.

http://www.wowinterface.com/downloads/info18058-PallyPower-Cataclysm.html

Only enUS locale is available, all other are untranslated.
Forum: Cataclysm Beta 09-22-10, 04:48 PM
Replies: 16
Views: 11,317
Posted By Aznamir
Yeah, I'm in the process of trimming it down to...

Yeah, I'm in the process of trimming it down to PallyPowerLite(tm) with only 3 buttons Righteous Fury, Seal/Aura and Buffs showing a timer and alerts for missing buffs.
Forum: Cataclysm Beta 09-21-10, 05:11 AM
Replies: 16
Views: 11,317
Posted By Aznamir
Sorry, my bad. There will be no config window as...

Sorry, my bad. There will be no config window as it is not necessary anymore.
Forum: Cataclysm Beta 09-21-10, 03:01 AM
Replies: 16
Views: 11,317
Posted By Aznamir
Any comments about the new assignment screen? I...

Any comments about the new assignment screen? I tried to re-size it a little.

http://i14.photobucket.com/albums/a330/ashmelev/Config.png
Forum: Cataclysm Beta 09-20-10, 08:29 PM
Replies: 16
Views: 11,317
Posted By Aznamir
After the talent and spell fixes Ace2 version...

After the talent and spell fixes Ace2 version worked fine, but I switched to Ace3 just for the sake of modernizing it :)
Forum: Cataclysm Beta 09-16-10, 09:36 PM
Replies: 16
Views: 11,317
Posted By Aznamir
PallyPower - Cataclysm

Posted an alpha version of the addon, feel free to check and report any issues.

I haven't tested the communication functionality, may need some tweaks.
Forum: nUI: Suggestion Box 12-14-09, 10:28 PM
Replies: 27
Views: 12,675
Posted By Aznamir
You can probably create a module to display...

You can probably create a module to display current buff configuration, assign blessing and show buff timers on raid members, but for actual buffing you'll need some serious mojo...
Forum: Chit-Chat 07-24-08, 03:15 PM
Replies: 544
Views: 149,672
Posted By Aznamir
Whoa, looks like me and my PallyPower :)

Whoa, looks like me and my PallyPower :)
Forum: AddOn Help/Support 02-14-08, 04:48 PM
Replies: 14
Views: 12,237
Posted By Aznamir
That's how you use PallyPower on low level...

That's how you use PallyPower on low level paladins.
Forum: Lua/XML Help 04-18-07, 09:29 AM
Replies: 6
Views: 4,786
Posted By Aznamir
That is a confirmed bug by Blizzard, will be...

That is a confirmed bug by Blizzard, will be fixed in next PTR update.
Forum: AddOn Search/Requests 01-26-07, 02:57 PM
Replies: 3
Views: 4,039
Posted By Aznamir
*cough* PallyPower *cough*

*cough* PallyPower *cough*
Forum: Cladhaire's Mods 01-07-07, 03:28 PM
Replies: 723
Views: 301,410
Posted By Aznamir
Bug with r69: Upon zoning into AV I'm getting the...

Bug with r69:
Upon zoning into AV I'm getting the following error:

PerfectRaid.lua:323: attempt to call method 'SetText' (a nil value)
Forum: Cladhaire's Mods 01-02-07, 10:40 PM
Replies: 723
Views: 301,410
Posted By Aznamir
Few more things: 6) In addition to single column...

Few more things:

6) In addition to single column layout I'd love to have even/odd gropings
Current group layout
15
26
37
48

Even/Odd layout
Forum: Cladhaire's Mods 01-02-07, 09:05 PM
Replies: 723
Views: 301,410
Posted By Aznamir
I've got the latest build (r41), few...

I've got the latest build (r41), few comments:

1) I'd like to be able to change a format of the HP deficit. I'm used to -xxxx format, would like to change the current xxx / x.xk format.
2) I'd like...
Forum: AddOn Help/Support 12-19-06, 02:58 PM
Replies: 4
Views: 3,334
Posted By Aznamir
Try MountMe mod from wowace.

Try MountMe mod from wowace.
Forum: AddOn Help/Support 12-19-06, 02:56 PM
Replies: 3
Views: 3,717
Posted By Aznamir
Most likely you need to delete bindings.xml from...

Most likely you need to delete bindings.xml from BT3 folder, assuming that you're using the current version from wowace.com update but winaceupdater.
Showing results 1 to 25 of 26