azerothcore / azerothcore-wotlk

Complete Open Source and Modular solution for MMO
http://www.azerothcore.org
GNU Affero General Public License v3.0
6.56k stars 2.63k forks source link

Feature: Implement missing arena progression throughout seasons #18761

Open balleny opened 6 months ago

balleny commented 6 months ago

Describe your feature request or suggestion in detail

Setup of AZ revolves around season 8. previous seasons or progression throughout the seasons 1-7 is ignored except for 1 toggle introduced here https://github.com/azerothcore/azerothcore-wotlk/pull/16940

Describe a possible solution to your feature or suggestion in detail

a full implementation would include

potential other aspects.

Additional context

should be bound to Arena.ArenaSeason.ID from worldserver.config

links to item costs and requirements per season, including costs of items in season n+1 https://wowpedia.fandom.com/wiki/Season_1?oldid=2417477 https://wowpedia.fandom.com/wiki/Season_2?oldid=2175342 https://wowpedia.fandom.com/wiki/Season_3?oldid=2175343 https://wowpedia.fandom.com/wiki/Season_4?oldid=1649901 https://wowpedia.fandom.com/wiki/Season_5?oldid=1789759 https://wowpedia.fandom.com/wiki/Season_6?oldid=2176071 https://wowpedia.fandom.com/wiki/Season_7?oldid=2076854 https://wowpedia.fandom.com/wiki/Season_8?oldid=2420756

heyitsbench commented 6 months ago

Iirc, the other seasons are contained within the game_event table, but I'd personally prefer to see these changes behind configs rather than tied to the season ID(s), though I may be on my own on that opinion.