-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
feat(Core/CFBG): Added support module mod-cfbg #2064
feat(Core/CFBG): Added support module mod-cfbg #2064
Conversation
I am add PR and add ../modules/mod-cfbg. |
@solidmaxtor I don't understand your message. |
i am use you git clone comand for download module, but all error is repeat in compile for me. |
Need to resolve conflicts |
@solidmaxtor you are using a branch that is not clean. Copy paste this command (this will also reset your sources, any unsaved work will be lost):
Now you are in a clean |
Last compile all pass ok |
2 days test, no crashes, no reports for me. |
@solidmaxtor, The main thing for us is to test the support of the module, then we can redo the module as we want. |
And, need test game chat in bg |
@wowmane, Hello, ahah, maybe maybe |
Excellent @Winfidonarleyan and thanks a lot @solidmaxtor and @wowmane for testing it |
Is this really about cross BG? |
Interesting. Will be great if someone else test this in game, and take a look on these chats. This doesn't mean, this issue is caused by cfbg. If i get some free time today, i'll give a test |
Just to be safe: waiting for one more feedback to confirm that there are no issues here |
@Winfidonarleyan please check the report from @solidmaxtor |
Morf change at leave bg only, chat need test and maybe rework, I don't have time right now. |
After applying https://github.com/azerothcore/azerothcore-wotlk/pull/2064/files + module, we have a lot bugs now in battlegrounds Issues at this moment, keep im mind that everything is not tested, so the list will be updated when i confirm new issue:
|
Can I please add, Why are you adding more hooks to the core and altering the main source code when its not needed? |
@andoys Thanks for the feedback |
Okay, I update module
|
You not set for big bg, Therefore, your queue does not work |
Ahh its not part of this pull. |
When will it be compatible? |
After merge @tronx-antares |
Oks I'll be waiting for the module because I want to try it !! @Winfidonarleyan |
* fix(Core/DB/Quest): Let Them Eat Crow (azerothcore#1680) * Import pending SQL update file... Referenced commit(s): 091e7c1 * fix (Core/Dungeon/Boss Script): Remove Goblin Rocket Pack from inventory. (azerothcore#2095) * fix(Core/Raid/Boss Script): Naxxramas boss loatheb kill event (azerothcore#2098) * fix(DB/SAI): Revamp Crystalweb Cavern (azerothcore#2105) * Import pending SQL update file... Referenced commit(s): 51e54da * chore: improved pull_request_template.md (azerothcore#2166) * chore(README.md): add Discord badge (azerothcore#2162) * fix(DB/Core): Throwing spells for Instructor Razuvious and Drakkari Battle Riders (azerothcore#2109) * Import pending SQL update file... Referenced commit(s): 5e34574 * feat(core/AI): implement DoCastSelf helper (azerothcore#2179) * Updated client data downloader url with vmaps 4.3 * feat(Core/CFBG): Added support module mod-cfbg (azerothcore#2064) https://github.com/Winfidonarleyan/mod-cfbg - Original module https://github.com/azerothcore/mod-cfbg - the fork in AC * fix(Core/Instance): Fix instance resetting exploit (azerothcore#2172) * fix(Core/Instance): Fix instance resetting exploit - Fix issue with instance reset exploit Co-Authored-By: Lee <talamortis@users.noreply.github.com> * Added another check Added a check to see if any players are in the current instance before teleporting the player to the entrance. * fix(DB/SAI): Mirage Raceway - goblin / gnome racing (azerothcore#2119) * Import pending SQL update file... Referenced commit(s): 825fde8 * fix(Scripts/Karazhan): Cleanup in opera event (azerothcore#2163) * fix(Core/Commands): Support morph uint32 ids (azerothcore#1753) * fix(DB/creature): Random movement for "Icemaw Bear" and "Ravenous Jormungar" (azerothcore#2149) * Import pending SQL update file... Referenced commit(s): 0232f0b * fix(Core/SpellInfo): Magmadar's Enrage dispel fix (azerothcore#2146) Putting the Magmadar's Enrage spell as a Buff to make it dispellable. * fix(DB/creature): Thorim position (Temple of Storms) (azerothcore#2160) * Import pending SQL update file... Referenced commit(s): ff1e6c0
Really? - Yes
(A little humor, in connection with the recent events 👍 )
CHANGES PROPOSED:
mod-cfbg
moduleISSUES ADDRESSED: No
TESTS PERFORMED:
HOW TO TEST THE CHANGES:
KNOWN ISSUES AND TODO LIST:
Target branch(es): Master