Shows golem visit numbers without having to bell your golem or have an idle one. Also adds a small tooltip in the aura to inform you of the hours left until max aura and the number of golems / hats needed for it.
這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。
Fixed another issue in calculating hours unitl max aura
- Added buttons to show previous years' data cached
- Fixed an issue in calculating hours until max aura
- Even more fixes to scraping area names for hats/scarves (send halp pls)
- More fixes to scraping area name for hats/scarves
- Fixed issue with calculating when to reach max aura time
- Fixed issue related to scraping area name for hats/scarves
- Fixed small issue when previously refactoring
Same as v2.0.2
- Extracted some extra code to be added to external libraries
- Rehauled the script to use external resources (scripts/stylesheets/json)
- Added hats & scarves counter (Grabbed from logs when visiting camp page & stored locally)- Enhanced UI
- Accounted for offsets of 15/30/45 minutes off of UTC
- Added timezone offset to date parsing to attempt to fix the 1 hour offset issue
- Used custom popup instead of alert
- Avoid using Date.parse() to try and fix for Safari browser- Fixed issues that occur from untrimmed strings before parsing dates
- Added max hunt tracker until shutdown.
- Fixed issue in parsing date when it is already 12pm, it would add 12 resulting in an error parsing 24 as the hours.- Added logs that appear when isDebug variable is true
- Added max hunts counter below hunts needed in order to see if max aura is achievable.- Changed message for players who have already achieved max aura.
Fixed math formula for hunts
Removed log
Optimized calculateAura calls to changing page and hunting instead of all requests
Fixed parsing hours as int before adding 12
- Fix constant issue- Ceil hunts
Minor fix to modifying constant issue
Fixed max aura tooltip disappearing on any request