Showing results 1 to 25 of 256
Search took 0.01 seconds.
Search: Posts Made By: Ammako
Forum: AddOn Help/Support 09-12-18, 03:02 PM
Replies: 6
Views: 2,705
Posted By Ammako
There are no red arrows, but ok. Plus you posted...

There are no red arrows, but ok. Plus you posted a whole uncropped screenshot instead of actually taking the time to crop which part of the image you were actually referring to that shows the...
Forum: AddOn Help/Support 09-12-18, 08:37 AM
Replies: 6
Views: 2,705
Posted By Ammako
Just looks like the red border for generic...

Just looks like the red border for generic debuffs to me. Your unit frames addon would be doing that.

(It's worth mentioning that default UI also does that; it doesn't seem anything out of the...
Forum: AddOn Search/Requests 09-11-18, 09:10 PM
Replies: 4
Views: 2,009
Posted By Ammako
Money Trail tracks money gains/losses on a...

Money Trail tracks money gains/losses on a per-session basis along with tracking your gold across characters, if you'd prefer something which doesn't rely on a LDB panel.

(Note that per-session...
Forum: AddOn Help/Support 09-05-18, 08:27 AM
Replies: 1
Views: 5,653
Posted By Ammako
Barbed Shot and Concussion Shot don't show up on...

Barbed Shot and Concussion Shot don't show up on nameplates by default.
Forum: PTR API and Graphics Changes 09-04-18, 04:34 PM
Replies: 13
Views: 12,351
Posted By Ammako
False alarm, it's still borked in the same way...

False alarm, it's still borked in the same way sadly.
Forum: PTR API and Graphics Changes 09-04-18, 06:29 AM
Replies: 13
Views: 12,351
Posted By Ammako
Huh, that'd be interesting if they had fixed that...

Huh, that'd be interesting if they had fixed that already. I'm going to have to verify that later.
Forum: AddOn Search/Requests 08-25-18, 04:16 PM
Replies: 5
Views: 5,533
Posted By Ammako
What about World Quests List?

What about World Quests List?
Forum: Lua/XML Help 08-21-18, 06:24 PM
Replies: 6
Views: 6,055
Posted By Ammako
Blizzard_TalentUI is LoadOnDemand, you need to...

Blizzard_TalentUI is LoadOnDemand, you need to wait for ADDON_LOADED and check for Blizzard_TalentUI, or set your addon to LoadOnDemand and LoadWith Blizzard_TalentUI, depending on your use case.
Forum: General Authoring Discussion 08-21-18, 11:15 AM
Replies: 8
Views: 10,761
Posted By Ammako
You should still post your whole code, rule of...

You should still post your whole code, rule of thumb. You may know what seems important or not, but to the people reading, we don't know what else is there so there's no way for anyone to...
Forum: General Authoring Discussion 08-21-18, 09:59 AM
Replies: 8
Views: 10,761
Posted By Ammako
You're running :Hide() on the nameplate itself,...

You're running :Hide() on the nameplate itself, why?
The nameplate already disappears when unit is removed, that part is redundant, and you're not actually hiding the iconframe. Meaning, once the...
Forum: Lua/XML Help 08-19-18, 07:39 PM
Replies: 6
Views: 6,055
Posted By Ammako
It's interesting to me that you would say that,...

It's interesting to me that you would say that, because this works for me:

hooksecurefunc(ExpBarMixin, "Update",...
Forum: Site help, bugs, suggestions/questions 08-19-18, 02:49 PM
Replies: 1
Views: 1,749
Posted By Ammako
You could split it up into separate packages (for...

You could split it up into separate packages (for ex: A-M, N-Z) and submit them as separate downloads.
Forum: Lua/XML Help 08-18-18, 09:07 AM
Replies: 10
Views: 6,728
Posted By Ammako
Check for the itemID, if it's not the heart...

Check for the itemID, if it's not the heart necklace then abort :p
Forum: RealUI 08-17-18, 08:43 AM
Replies: 5
Views: 2,479
Posted By Ammako
That is intended behavior within instances. The...

That is intended behavior within instances. The friendly nameplates there are forbidden and can't be touched.
Forum: Chit-Chat 08-15-18, 10:53 PM
Replies: 10
Views: 9,065
Posted By Ammako
Yesssss cake

Yesssss cake
Forum: RealUI 08-15-18, 10:50 PM
Replies: 3
Views: 2,284
Posted By Ammako
It's a bug with GetDetailedItemLevelInfo()

It's a bug with GetDetailedItemLevelInfo()
Forum: Lua/XML Help 08-15-18, 10:18 PM
Replies: 4
Views: 2,604
Posted By Ammako
Maaan I forgot about that, the items that only...

Maaan I forgot about that, the items that only differ between specs by their primary stats.
Forum: Lua/XML Help 08-15-18, 03:55 PM
Replies: 4
Views: 2,604
Posted By Ammako
Knowing if an equippable item is "valid" for the player character's class

I'm writing a thing to replace the non-functional IsContainerItemAnUpgrade(), because I can.

The core logic for my code is functional, but it doesn't check if an item is of the right armor type, or...
Forum: AddOn Help/Support 08-14-18, 08:04 AM
Replies: 2
Views: 1,846
Posted By Ammako
That would be GameTooltip. I've never used...

That would be GameTooltip. I've never used MoveAnything, but if it would allow you to move it, that's what it's called.
Forum: General Authoring Discussion 08-12-18, 11:00 AM
Replies: 12
Views: 5,721
Posted By Ammako
But Epics are the new Greens :D

But Epics are the new Greens :D
Forum: General Authoring Discussion 08-11-18, 10:05 PM
Replies: 12
Views: 5,721
Posted By Ammako
Wowpedia has a good example on...

Wowpedia has a good example on that.

https://wow.gamepedia.com/Creating_a_slash_command

Depending on which frame it is you're looking to toggle on and off, it should be as simple as adding if not...
Forum: General Authoring Discussion 08-10-18, 12:10 PM
Replies: 6
Views: 8,984
Posted By Ammako
I think what Rilgamon was suggesting was to...

I think what Rilgamon was suggesting was to upload to WoWI for the users who don't like Twitch, but I can see how that sentence could have been misinterpreted in the way you did.
Forum: AddOn Search/Requests 08-09-18, 05:26 PM
Replies: 7
Views: 3,289
Posted By Ammako
There is Baud Manifest...

There is Baud Manifest (https://wow.curseforge.com/projects/baud-manifest), if that could be of help in some way.
Forum: AddOn Search/Requests 08-05-18, 02:47 PM
Replies: 3
Views: 1,981
Posted By Ammako
It's at the top-left of the chatbox, how long has...

It's at the top-left of the chatbox, how long has it been there for now?
Forum: Lua/XML Help 07-30-18, 01:14 PM
Replies: 13
Views: 13,918
Posted By Ammako
Won't UIParent:SetScript("OnUpdate") just...

Won't UIParent:SetScript("OnUpdate") just overwrite all of this (https://www.townlong-yak.com/framexml/beta/UIParent.xml#22), along with causing taint? HookScript is to be preferred over SetScript...
Showing results 1 to 25 of 256