Forum: Lua/XML Help
05-25-22, 06:58 PM
|
Replies: 2
Views: 298
|
Forum: Lua/XML Help
05-08-22, 11:08 AM
|
Replies: 9
Views: 545
|
Forum: Lua/XML Help
05-08-22, 12:45 AM
|
Replies: 9
Views: 545
|
Forum: Lua/XML Help
05-07-22, 09:57 PM
|
Replies: 9
Views: 545
That could be it, yes. I'll try ADDON_LOADED...
That could be it, yes. I'll try ADDON_LOADED instead.
It isn't LOD. It converts player-created batches of itemIDs from TradeSkillMaster3 format 1234,2345,3456 to TradeSkillMaster4 format...
|
Forum: Lua/XML Help
05-07-22, 10:52 AM
|
Replies: 9
Views: 545
|
Forum: Site help, bugs, suggestions/questions
04-30-22, 11:41 AM
|
Replies: 5
Views: 398
|
Forum: General WoW Chat
03-30-22, 07:14 AM
|
Replies: 6
Views: 1,596
You may want to have a read through what what...
You may want to have a read through what what addons can't do (https://authors.curseforge.com/forums/world-of-warcraft/addon-chat/addon-ideas/216288-things-addons-cant-do-read-this-before-posting)....
|
Forum: General WoW Chat
03-30-22, 06:31 AM
|
Replies: 6
Views: 1,596
|
Forum: General WoW Chat
03-28-22, 09:25 PM
|
Replies: 6
Views: 1,596
|
Forum: Lua/XML Help
03-10-22, 03:47 PM
|
Replies: 2
Views: 787
|
Forum: Lua/XML Help
02-23-22, 10:06 AM
|
Replies: 10
Views: 1,051
|
Forum: Lua/XML Help
02-22-22, 09:49 PM
|
Replies: 10
Views: 1,051
|
Forum: Lua/XML Help
02-22-22, 11:19 AM
|
Replies: 10
Views: 1,051
|
Forum: Lua/XML Help
02-18-22, 10:28 PM
|
Replies: 10
Views: 1,051
|
Forum: Lua/XML Help
02-18-22, 07:17 PM
|
Replies: 10
Views: 1,051
A list of friendshipRepIDs?
I went looking through Wowpedia and Wowhead and couldn't find the friendshipRepIDs for factions that are friends. Searching Wowpedia for 'factionid' returned the expected factionIDs, but those are...
|
Forum: Site help, bugs, suggestions/questions
02-11-22, 11:40 PM
|
Replies: 1
Views: 454
|
Forum: News
01-28-22, 10:20 AM
|
Replies: 4
Views: 11,314
|
Forum: Lua/XML Help
11-25-21, 05:55 AM
|
Replies: 3
Views: 1,371
|
Forum: Lua/XML Help
11-25-21, 03:46 AM
|
Replies: 6
Views: 1,245
Attached is the latest zip with all the file...
Attached is the latest zip with all the file changes.
Moved RepByZone.WoDFollowerZones to the top of Core-Retail.lua
Moved CitySubZonesAndFactions to the top of the file
Removed table length...
|
Forum: Site help, bugs, suggestions/questions
11-23-21, 10:00 AM
|
Replies: 2
Views: 782
|
Forum: Site help, bugs, suggestions/questions
11-22-21, 11:45 PM
|
Replies: 2
Views: 782
RepByZone for Classic didn't update the files?
I was looking at https://www.wowinterface.com/downloads/fileinfo.php?id=25407 and found that Classic is version 1.20.2, but should be 1.20.3 just like BCC and retail. Is this something on my end, or...
|
Forum: Lua/XML Help
11-22-21, 07:34 AM
|
Replies: 6
Views: 1,245
Whew. Thank you SDPhantom. That was driving me...
Whew. Thank you SDPhantom. That was driving me crazy. Do I need to/should I be calling self:SwitchedZones() in Options.lua? I can't tell if that is causing a stack overflow that isn't being caught,...
|
Forum: Lua/XML Help
11-21-21, 06:24 PM
|
Replies: 6
Views: 1,245
Two related errors that are confusing me
Attached is the retail zip of RepByZone in progress. As it stands, I'm getting the following error:
5x stack overflow
[string "=[C]"]: in function `GetBestMapForUnit'
[string...
|
Forum: Lua/XML Help
11-12-21, 09:53 PM
|
Replies: 1
Views: 931
I remembered the old LibBodyGuardHealth-1.0...
I remembered the old LibBodyGuardHealth-1.0 project, and took a look at its code. The part that is useful to me is the local function UpdateFromGarrison() which starts on line 247 in the file I...
|
Forum: Lua/XML Help
11-10-21, 02:35 PM
|
Replies: 1
Views: 931
Checking for WoD bodyguards
I was looking at Wowpedia's WoD list of Garrison API (https://wowpedia.fandom.com/wiki/World_of_Warcraft_API#Warlords_of_Draenor)s, and discovered most of them aren't documented. I know, or can find,...
|