Forum: Macro Help
04-15-22, 05:20 AM
|
Replies: 2
Views: 580
|
Forum: AddOn Help/Support
04-11-22, 02:57 PM
|
Replies: 2
Views: 554
You can only do that by choosing "Custom" for...
You can only do that by choosing "Custom" for AnchoredTo option and then writing code that finds the correct actionbutton and returns it.
It still has to be a frame in the end, it can't be linked...
|
Forum: General Authoring Discussion
04-05-22, 11:22 AM
|
Replies: 5
Views: 1,307
|
Forum: General Authoring Discussion
03-20-22, 03:50 PM
|
Replies: 3
Views: 722
|
Forum: General Authoring Discussion
03-19-22, 10:40 PM
|
Replies: 1
Views: 440
|
Forum: AddOn Search/Requests
03-17-22, 07:41 AM
|
Replies: 9
Views: 929
|
Forum: Macro Help
03-12-22, 01:48 PM
|
Replies: 3
Views: 920
|
Forum: General Authoring Discussion
03-11-22, 05:00 AM
|
Replies: 4
Views: 700
There is unfortunately no "one size fits all"...
There is unfortunately no "one size fits all" answer.
If you wanted to piggyback on Blizzard's definition of reactive abilities you could potentially
1. Create a frame and Register for the...
|
Forum: General Authoring Discussion
03-11-22, 04:20 AM
|
Replies: 4
Views: 700
|
Forum: Lua/XML Help
03-10-22, 07:40 AM
|
Replies: 5
Views: 516
WoW addons use a Table of Contents...
WoW addons use a Table of Contents <addonName>.toc file to instruct the client to load files.
If you open an existing addon you will see a number of files referenced by their filenames in the .toc...
|
Forum: Lua/XML Help
03-03-22, 10:25 AM
|
Replies: 2
Views: 579
|
Forum: Lua/XML Help
02-24-22, 12:14 AM
|
Replies: 4
Views: 776
|
Forum: Lua/XML Help
02-23-22, 09:35 PM
|
Replies: 4
Views: 776
Sounds like the 17th arg CHAT_MSG...
Sounds like the 17th arg CHAT_MSG (https://wowpedia.fandom.com/wiki/CHAT_MSG) suppressRaidIcons is now by default true?
I don't play retail so just guessing.
Maybe the (ab)us[ag]e of trade markers...
|
Forum: AddOn Search/Requests
02-15-22, 01:09 AM
|
Replies: 7
Views: 1,032
|
Forum: AddOn Search/Requests
02-14-22, 11:14 PM
|
Replies: 7
Views: 1,032
This was just a script that you would run...
This was just a script that you would run directly in chatframe to test if the code works.
To assign it to a keybind and make it into an addon you'd need a couple more steps.
As to why it does...
|
Forum: AddOn Search/Requests
02-14-22, 03:19 PM
|
Replies: 7
Views: 1,032
|
Forum: AddOn Search/Requests
02-14-22, 05:22 AM
|
Replies: 7
Views: 1,032
|
Forum: Macro Help
02-13-22, 05:58 PM
|
Replies: 1
Views: 662
#showtooltip
/run if not...
#showtooltip
/run if not IsMouseButtonDown"RightButton" then Outfitter:WearOutfitByName("MP5")end
/stopmacro [btn:1]
/use Water Shield
/outfitter wear Normal
Perhaps..
Your request is not very...
|
Forum: AddOn Help/Support
02-05-22, 03:41 PM
|
Replies: 3
Views: 1,398
|
Forum: Lua/XML Help
02-04-22, 05:21 AM
|
Replies: 9
Views: 1,308
|
Forum: Macro Help
02-04-22, 04:15 AM
|
Replies: 1
Views: 525
Macros: Essential Information...
Macros: Essential Information (https://us.forums.blizzard.com/en/wow/t/macros-essential-information/21139)
Useful Macro Templates...
|
Forum: AddOn Help/Support
02-03-22, 11:17 AM
|
Replies: 2
Views: 1,409
|
Forum: Lua/XML Help
02-02-22, 10:38 AM
|
Replies: 1
Views: 785
You shouldn't have your taint log running...
You shouldn't have your taint log running constantly.
/dump GetCVar("taintLog") should return "0" in your normal everyday playing.
You only set taintLog to higher logging states temporarily to try...
|
Forum: AddOn Search/Requests
01-17-22, 10:31 AM
|
Replies: 26
Views: 6,729
|
Forum: AddOn Help/Support
01-14-22, 10:10 AM
|
Replies: 6
Views: 1,095
That would indeed be the simplest way.
Lua...
That would indeed be the simplest way.
Lua tables come in 2 varieties, array style tables where you have a sequential list of values with an implicit numeric key (these can be easily sorted using...
|