Forum: Lua/XML Help
02-20-21, 05:56 PM
|
Replies: 2
Views: 158
|
Forum: Lua/XML Help
02-20-21, 03:38 PM
|
Replies: 2
Views: 158
Refresh options screen dynamically
Below are chunks of code from two files in RepByZone. I am not getting any errors. However, when the user toggles useClassRep, the inline description does not update unless a UI reload occurs. As you...
|
Forum: General Authoring Discussion
02-11-21, 06:56 PM
|
Replies: 17
Views: 6,340
|
Forum: AddOn Help/Support
02-09-21, 04:24 AM
|
Replies: 2
Views: 426
|
Forum: Site help, bugs, suggestions/questions
01-30-21, 02:26 PM
|
Replies: 2
Views: 381
|
Forum: Lua/XML Help
01-30-21, 04:52 AM
|
Replies: 5
Views: 845
That usually means there are no Lua errors in...
That usually means there are no Lua errors in your code. That doesn't mean your code works, just that it isn't throwing errors. Install BugSack as per Rilgamon's suggestion. You still might not have...
|
Forum: Site help, bugs, suggestions/questions
01-30-21, 04:49 AM
|
Replies: 2
Views: 381
Switch main category for RepByZone please
https://www.wowinterface.com/downloads/fileinfo.php?id=25407
Is it possible, please and thank you, to switch RepByZone to Character Advancement? It is gaining retail support, and won't be exclusive...
|
Forum: AddOn Help/Support
01-22-21, 01:29 PM
|
Replies: 3
Views: 9,160
|
Forum: General Authoring Discussion
01-07-21, 02:48 AM
|
Replies: 0
Views: 785
Porting RepByZone to retail, need subzone data
I am working on adding retail data to RepByZone (https://www.wowinterface.com/downloads/info25407-RepByZone.html), and I need help from both Horde and Alliance players please and thank you.
What I...
|
Forum: Site help, bugs, suggestions/questions
12-29-20, 04:46 PM
|
Replies: 2
Views: 755
|
Forum: General Authoring Discussion
12-29-20, 04:54 AM
|
Replies: 17
Views: 6,340
|
Forum: Site help, bugs, suggestions/questions
12-29-20, 04:48 AM
|
Replies: 2
Views: 755
Switch main category for HideMinimapButton?
https://www.wowinterface.com/downloads/fileinfo.php?id=25353
This really should have a main category of Maps, Coords, Compasses, but I foolishly flagged it as Classic - General. Classic - General...
|
Forum: General Authoring Discussion
12-26-20, 11:18 PM
|
Replies: 17
Views: 6,340
|
Forum: Lua/XML Help
12-11-20, 03:56 PM
|
Replies: 11
Views: 2,463
To find out if a player has or has not joined a...
To find out if a player has or has not joined a Covenant, handle the event, and if the argument == 0 then the player has not joined, so do whatever. If the argument is >= 1 =< 4 then the player has...
|
Forum: Lua/XML Help
12-11-20, 03:53 PM
|
Replies: 11
Views: 2,463
|
Forum: Lua/XML Help
12-11-20, 12:16 PM
|
Replies: 11
Views: 2,463
|
Forum: General Authoring Discussion
12-06-20, 09:55 PM
|
Replies: 17
Views: 6,340
Don't expect help with that. I've asked a few...
Don't expect help with that. I've asked a few times and nobody ever really answers, or if they do (there have been a couple of kind souls) they all assume everybody knows what "release.sh" and other...
|
Forum: Lua/XML Help
12-06-20, 09:47 PM
|
Replies: 8
Views: 2,324
There is almost never any reason to expressly...
There is almost never any reason to expressly register and use PLAYER_LOGOUT to write your saved variables, as the game automatically writes SVs to disc during that event, meaning you don't have to...
|
Forum: Site help, bugs, suggestions/questions
10-24-20, 05:49 PM
|
Replies: 28
Views: 5,990
|
Forum: Site help, bugs, suggestions/questions
10-24-20, 12:37 AM
|
Replies: 28
Views: 5,990
|
Forum: Site help, bugs, suggestions/questions
10-24-20, 12:30 AM
|
Replies: 28
Views: 5,990
|
Forum: Lua/XML Help
10-20-20, 02:37 PM
|
Replies: 4
Views: 2,529
|
Forum: Lua/XML Help
10-19-20, 05:56 PM
|
Replies: 4
Views: 2,529
|
Forum: Lua/XML Help
10-19-20, 10:58 AM
|
Replies: 4
Views: 2,529
SV and toggle show/hide frame question.
I added a slash command toggle to TSM_StringConverter, which required adding a saved variable, which I assigned during PLAYER_LOGIN. That is working, but now previously working things stopped, with...
|
Forum: AddOn Help/Support
10-14-20, 05:55 PM
|
Replies: 5
Views: 2,955
|