Forum: Lua/XML Help
12-29-20, 05:09 PM
|
Replies: 1
Views: 949
Anima Powers
Hello, is there an API to read the Anima Powers we get in Torghast?
|
Forum: Lua/XML Help
12-20-20, 02:50 AM
|
Replies: 2
Views: 1,324
Survival of the Fittest
I use the function IsUsableSpell() and GetSpellCooldown() to examine whether/when "Survival of the Fittest" becomes available.
This spell is only available if there is a Tenacity pet out.
If I am...
|
Forum: Lua/XML Help
12-12-20, 02:19 AM
|
Replies: 1
Views: 1,273
|
Forum: Lua/XML Help
12-04-20, 04:31 AM
|
Replies: 0
Views: 1,274
Auction House Favorites limited
It seems I have reached the limit of my "favorites" on the new AH - it won't accept any more. I have used the favorites option as a quick way to get prices on a lot of items in one go; actually it is...
|
Forum: Lua/XML Help
10-01-20, 08:42 PM
|
Replies: 4
Views: 3,536
|
Forum: Lua/XML Help
09-30-20, 12:35 AM
|
Replies: 4
Views: 3,536
Extra data on target debuffs
I am using UnitAura() to read target debuffs which is fine and has been for years. Recently I wanted to be able to read the remaining damage, tick damage, on DoTs on targets, but all I can read is...
|
Forum: Lua/XML Help
09-29-20, 06:51 AM
|
Replies: 10
Views: 5,294
OK, I have managed to hook onto the chat...
OK, I have managed to hook onto the chat functions!
Regarding covenants and conduits, I think the below extracts your active conduits. I have just tested it with all combinations I could think of,...
|
Forum: Lua/XML Help
09-28-20, 10:29 AM
|
Replies: 10
Views: 5,294
|
Forum: Lua/XML Help
09-27-20, 03:05 PM
|
Replies: 10
Views: 5,294
|
Forum: Lua/XML Help
09-23-20, 09:52 AM
|
Replies: 10
Views: 5,294
Detecting conduits
Hello, as per title, is there a "Conduits" interface similar perhaps to C_AzeriteEssence.GetEssences() ?
|
Forum: Lua/XML Help
09-20-20, 06:13 AM
|
Replies: 0
Views: 3,884
Balance Druid Wrath and Starfire
These two spells now have an indicator, a count, indicating the next Eclipse. Is there a way to read it in LUA? I have tried GetSpellCharges, always returns 0, I also tried GetSpellInfo searching for...
|
Forum: Lua/XML Help
09-17-20, 09:27 AM
|
Replies: 11
Views: 10,903
Quite old thread, I am testing on SL, and Frost...
Quite old thread, I am testing on SL, and Frost DKs have a pet that lasts one minute, so I am using UnitExists("pet") and of course it returns false. This pet does not have an actionbar of its own....
|
Forum: Lua/XML Help
09-11-20, 02:59 PM
|
Replies: 0
Views: 3,170
Entering an instance LFG with spec switch
Would anyone know what events are fired when we enter an LFG instance and the game automatically switches talents for us when it teleports us in? Eg we are in tank spec and have queued as DPS so on...
|
Forum: Lua/XML Help
09-06-20, 03:58 PM
|
Replies: 6
Views: 6,078
|
Forum: Lua/XML Help
09-05-20, 07:02 AM
|
Replies: 6
Views: 6,078
On a similar note, I have a few macros...
On a similar note, I have a few macros like
Macro : "BOB"
/cast [@mouseover] MySpell
and then
SetBinding("F1", "MACRO BOB");
Due to limited number of macros, is there a way to use SetBinding in a...
|
Forum: Lua/XML Help
09-05-20, 03:11 AM
|
Replies: 2
Views: 4,982
A simple actionbar
Hello,
I have run out of space on my actionbars. I would like one extra. Nothing fancy, I am happy that it looks just like the ordinary, standard 6 actionbars. I do not want an addon that will...
|
Forum: Lua/XML Help
05-19-20, 04:09 PM
|
Replies: 0
Views: 934
Looking for Group
Does anyone know of an addon or has experience with the API to allow me to scan and apply for M+ dungeons based on various criteria ?
|
Forum: Lua/XML Help
05-16-20, 01:23 AM
|
Replies: 2
Views: 1,333
|
Forum: Lua/XML Help
05-15-20, 04:39 PM
|
Replies: 2
Views: 1,333
|
Forum: Lua/XML Help
04-01-20, 01:51 AM
|
Replies: 9
Views: 1,878
I got the idea from the well known TSM addon,...
I got the idea from the well known TSM addon, where, I presume, an external application writes to the saved variables file, to be read later by the addon itself. So the communication can be two ways,...
|
Forum: Lua/XML Help
03-31-20, 02:46 PM
|
Replies: 9
Views: 1,878
|
Forum: Lua/XML Help
03-31-20, 06:21 AM
|
Replies: 9
Views: 1,878
SavedVariables forced write
I would like to save data in a file to be read externally. This is possible by assigning to a "SavedVariables" variable, but I cannot force it to write to the file on demand. Well I sort of can, by...
|
Forum: Lua/XML Help
03-31-20, 06:20 AM
|
Replies: 5
Views: 969
|
Forum: Lua/XML Help
03-31-20, 01:54 AM
|
Replies: 5
Views: 969
|
Forum: Lua/XML Help
03-29-20, 03:06 PM
|
Replies: 5
Views: 969
Thanks I have already looked at these but they...
Thanks I have already looked at these but they were too cryptic to understand. I did call an easy one, C_AuctionHouse.CloseAuctionHouse(); that worked OK :)
But I have no idea how to browse , for...
|