Results: 3Comments by: tmp
File: Combat Metrics07/16/24
abilityDelay vs abilityExtraDelay
Posted By: tmp
The abilityExtraDelay table in CombatMetrics.lua seems to be an inferior and extraneous version of the abilityDelay table defined further up in the code. It appears to me that its single use should be replaced with abilityDelay and its definition removed. local abilityDelay = { -- Radiant Destruction and morphs have a 100ms dela...
File: Pithka's Achievement Tracker06/04/24
Lucent Citadel
Posted By: tmp
Suggested code changes for Lucent Citadel Data/Achievements.lua:22 {NAME="Lucent Citadel", ABBV="LC", VET=4015, PHM1=4021, PHM1NAME="Rye & Zil",PHM2=4022, PHM2NAME="Orphic", HM=4023, HMNAME="Xoryn", TRI=4019, TRINAME="Unstoppable", EXT=4020, EXTNAME="Arcane Stabilizer", DLC=true, LBINDEX=18, p...
File: Kill Counter05/04/23
elven Gardens
Posted By: tmp
I noticed that the Elven Gardens District Flag in the Imperial City is being written in chat as 'elven Gardens District Flag' without the first E being capitalised. https://cdn.discordapp.com/attachments/739522081401864403/1103823902272139384/Screenshot_2023-05-05_091307.png Is this an issue with the addon or the game?