promotional bannermobile promotional banner

Vamooses Endeavors

Track your Housing Endeavor progress across all characters with a clean, theme-able interface showing tasks, completion status, and season milestones.

File Details

VamoosesEndeavors-1.8.1.zip

  • R
  • Feb 3, 2026
  • 179.67 KB
  • 6.1K
  • 12.0.1+2
  • Retail

File Name

VamoosesEndeavors-1.8.1.zip

Supported Versions

  • 12.0.1
  • 12.0.0
  • 11.2.7

================================================================================
Vamoose's Endeavors - Changelog
================================================================================

Version 1.8.1 (Released February 2026)
--------------------------------------------------------------------------------

BUG FIXES:
- Fixed house XP calculation overcounting by ~300 XP for users with pre-Jan29 data
  - Pre-Jan29 zeros (e.g., raid bosses) no longer incorrectly use fallback values
  - Fallback logic now only applies to post-Jan29 entries where amount=0 means DR cap
  - Fallback contributions now use their original timestamp's scale (prevents cross-era contamination)
- Tooltip text changed from "Weekly cap reached" to "Endeavor cap reached"

DEBUG IMPROVEMENTS:
- /ve validate now shows full house XP calculation breakdown:
  - Pre-Jan29 and Post-Jan29 scales with source indicators
  - Raw vs capped XP for each era
  - Total vs cap status

UTILITIES:
- Added Python test harness (utilities/house_xp_analyzer.py) for external XP analysis
  - Mirrors VE's GetTotalHouseXPEarned() logic exactly
  - Use --compare flag to compare old buggy vs fixed logic
  - Use --debug flag to see per-entry calculations