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

Scripts/The Black Morass: Bug fixing #29957

Open
wants to merge 3 commits into
base: 3.3.5
Choose a base branch
from

Conversation

14shagov
Copy link

@14shagov 14shagov commented May 5, 2024

Changes proposed:

  • The seventh and thirteenth waves start two minutes after you killed the boss of the sixth and eleventh wave respectively.
  • Fixed issues with starting an event after Medivh's death.
  • Replaced uint timers with EventMap
  • Added a post-event at the end of the defense

Issues addressed:

Closes #27603

Tests performed:

build, tested in-game

@jackpoz
Copy link
Member

jackpoz commented May 5, 2024

Did you write all the code in this PR or was it copied from somewhere?

@14shagov
Copy link
Author

14shagov commented May 5, 2024

Did you write all the code in this PR or was it copied from somewhere?

As for the post-event, I took the code from AzerothCore as a sample, but modified it to my liking. All the other changes I mentioned I wrote myself.

@acidmanifesto
Copy link
Contributor

@14shagov
Copy link
Author

14shagov commented May 5, 2024

https://app.circleci.com/pipelines/github/TrinityCore/TrinityCore/13318/workflows/bef15d82-4779-405c-9633-ced8c54b03ed/jobs/41409/parallel-runs/0/steps/0-105?invite=true#step-105-72741_17

TempSummon isnt defined. How are you even getting this to compile and work?

My compiler is not as strict about checking for no includes.

@jackpoz
Copy link
Member

jackpoz commented May 5, 2024

As for the post-event, I took the code from AzerothCore as a sample, but modified it to my liking. All the other changes I mentioned I wrote myself.

Did you mention anywhere in your PR description ? Did you include anywhere credits to the author of the original code ?

@14shagov
Copy link
Author

14shagov commented May 6, 2024

As for the post-event, I took the code from AzerothCore as a sample, but modified it to my liking. All the other changes I mentioned I wrote myself.

Did you mention anywhere in your PR description ? Did you include anywhere credits to the author of the original code ?

No, I didn't. This is new to me. I'd be glad if you could help me get it right. Should I just point out that I relied on someone else's code and author? Should I attach a link to the code?

@jackpoz
Copy link
Member

jackpoz commented May 6, 2024

Ideally, all code is written by you directly as a pull request submitter or in collaboration with someone who has agreed to submit the code to TC.

If you are copying code from other projects, then we should mention the original authors and check that the license is compatible with TC one, which is often a hassle that we would rather avoid.

@14shagov
Copy link
Author

14shagov commented May 6, 2024

Okay, here are the links to the code I used:
1
2
3

Some are completely taken, some I changed. What do I do with this.

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

Successfully merging this pull request may close these issues.

None yet

3 participants