[Core or Module] Multiple items, quests, achievs required for access_requirement #3931
BarbzYHOOL
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a new feature, but most likely a refactor. I would like this to be a core feature.
Concept
Add new table for access_requirement (it's missing a "s"...) for items, quests and achievements.
This way, we can add multiple items requirements, multiple quests, and multiple achievements for a single dungeon/raid
So we can now have multiple rows for the same map_id, examples:
map_id 455, will require the players to have 3 items in their bags (458,459,460).
requirement_type:
0 = item
1 = quest
2 = achievement
difficulty:
http://www.azerothcore.org/wiki/access_requirement
Beta Was this translation helpful? Give feedback.
All reactions