Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue] Ahn Qiraj can be accessed before it should be #405

Open
StraysFromPath opened this issue Oct 28, 2024 · 2 comments
Open

[Issue] Ahn Qiraj can be accessed before it should be #405

StraysFromPath opened this issue Oct 28, 2024 · 2 comments

Comments

@StraysFromPath
Copy link

The AQ instances do not check for the attunement quest - you can clip/jump/slip/be warlock summoned past the scarab wall and access AQ dungeons.

The instance should ping like zul gurub that you need to do a quest in yellow, and deny entry to unattuned players.

@Grimfeather
Copy link
Contributor

Grimfeather commented Oct 30, 2024

I can't reproduce this. I need progression level 4 to enter the instance.

I made a new character, jumped over the scarab wall, but I'm not able to enter AQ20.
Only after setting my progression level to 4 I can enter it.

but if you want this for your own server, this will do it:

DELETE FROM dungeon_access_requirements WHERE dungeon_access_id IN (27, 28);
INSERT INTO dungeon_access_requirements (dungeon_access_id, requirement_type, requirement_id, requirement_note, faction, priority, leader_only, comment) VALUES
(27, 1, 8286, 'You must complete the quest "What Tomorrow Brings" before entering Ahn Qiraj Ruins.', 2, NULL, 0, NULL),
(28, 1, 8286, 'You must complete the quest "What Tomorrow Brings" before entering Ahn Qiraj Temple.', 2, NULL, 0, NULL);

@Badgermilk0
Copy link

@StraysFromPath did you have ".gm on" active on the account?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants