r669-alpha-nolib
Details
-
FilenameRarity-r669-alpha-nolib.zip
-
Uploaded by
-
UploadedAug 4, 2018
-
Size366.96 KB
-
Downloads115
-
MD5d48bfb9a38601f05e4db6f69953ef793
Supported WoW Retail Versions
- 8.0.1
Changelog
lightweight tag f742448b069fbeab2badd87cfdd54cfbe3da9020 r669-alpha
Author: Sacred Duckwhale <[email protected]>
Date: Sat Aug 4 14:55:44 2018 +0200
commit f742448b069fbeab2badd87cfdd54cfbe3da9020
Author: Sacred Duckwhale <[email protected]>
Date: Sat Aug 4 14:55:44 2018 +0200
Fixed TomTom waypoint creation for 8.0.1 / BFA
This accounts for their API changes after the 8.0.1. WorldMap rework.
Floor levels are no longer used, so there's no point in keeping them in
the item DB.
Fixes #42
commit 069c97f7317f96cbffc6b6900270ebf30fc7ee8c
Author: Sacred Duckwhale <[email protected]>
Date: Sat Aug 4 13:05:34 2018 +0200
Updated DB entries for some legacy items
* Garn Nighthowl: Is now considered soloable
* Solar Spirehawk: Rukhmar is now considered soloable. Also updated the
mount's drop rate using wowhead data
* Living Infernal Core: Calculations now assume Personal Loot
* Midnight's Eternal Reins: Calculations now assume Personal Loot
* Eye of Observation: Calculations now assume Personal Loot
This should fix some inaccuate calculations of the luckiness /
percentages displayed by the addon.
commit 68b9cff50d98cd2aee1a8c39236bc64ad17bd4c9
Author: Sacred Duckwhale <[email protected]>
Date: Sat Aug 4 12:46:49 2018 +0200
Fixed luckiness calculation for Golden Hearthstone Card. Lord Jaraxxus
Since the raid uses Personal Loot on all difficulties now, other players
being present shouldn't affect the drop chance at all.
commit a06c09e2080c1e4e8c97ec0a1990dbf354ed856c
Author: Sacred Duckwhale <[email protected]>
Date: Sat Aug 4 11:55:50 2018 +0200
Added missing upvalues
commit 4fa80167704ff0fd13445daa13c776e880d3ba72
Author: Sacred Duckwhale <[email protected]>
Date: Sat Aug 4 11:55:37 2018 +0200
Added session lock/unlock mechanism to prevent double counting of attempts
Since two LOOT_READY events are fired when something is looted, the
addon would sometimes count two attempts (seemingly at random). This
should no longer happen in virtually all circumstances - barring latency
issues, perhaps.
commit 88200fc2cd33b3f73c7f30b586806508d5a6cadf
Author: Sacred Duckwhale <[email protected]>
Date: Sat Aug 4 08:45:46 2018 +0200
Fixed some indentation