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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 [Bug]After knocking The Scarab Gong,there were no war events #2574

Closed
leechunlung opened this issue Apr 7, 2024 · 4 comments
Closed
Labels
bug Something isn't working

Comments

@leechunlung
Copy link

馃悰 Bug report

Expected behavior

Steps to reproduce

1.The AQ door is not open
2.There were no 10 hour AQ war events either
3.
4. ...
5. Profit

Version & Environment

Client Version:

Commit Hash:

OS Client:
OS Server:

Crashlog

  • None
@leechunlung leechunlung added the bug Something isn't working label Apr 7, 2024
@Wall-core
Copy link
Contributor

It's manually controlled by game_events, check that table and use the .event commands to set them.

@leechunlung
Copy link
Author

It seems like the AQ door can be opened directly, but how did a AQ war event occur?

@leechunlung
Copy link
Author

It's manually controlled by game_events, check that table and use the .event commands to set them.

After starting the event, there is no follow-up after event code 65. Each event ends quickly and the AQ door cannot be opened correctly

@ratkosrb
Copy link
Contributor

ratkosrb commented Apr 7, 2024

The problem was that the script was looking for a Ghost Gate gameobject spawned there which doesn't exist.

Run this if you already banged the gong and it didn't work:

DELETE FROM `variables` WHERE `index`=30053;

Then in game type this:

.war setstage 7

Then when you turn in the quest at the gong it should start the next phase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants