[DiscordArchive] oh, we're having a competition?
[DiscordArchive] oh, we're having a competition?
Archived author: Northstrider • Posted: 2025-08-29T18:43:24.515000+00:00
Original source
oh, we're having a competition?
Archived author: Northstrider • Posted: 2025-08-29T18:43:39.548000+00:00
Original source
https://tenor.com/view/looks-like-we-got...f-25179382
Archived author: jackpoz • Posted: 2025-08-29T18:44:35.415000+00:00
Original source
it's funny because AC wants to build an opensource ecosystem, not be competitors, and we just don't care about what AC is doing, as we are TrinityCore
Archived author: Crane • Posted: 2025-08-29T18:45:14.651000+00:00
Original source
I've come to terms with it and won't submit anything else. I just look at what others report (you can't find everything yourself) and then fix it for myself. I've now fixed hundreds of quests using my method, as well as folders full of C++ files that fix various problems, but as I said, I'll keep it to myself. I do my thing and you do yours, and then everyone's happy.
![[Image: image.png?ex=690c4476&is=690af2f6&hm=0ab...cf7c3c362&]](https://cdn.discordapp.com/attachments/376074396915335170/1411059657526480967/image.png?ex=690c4476&is=690af2f6&hm=0ab31b56c28dca7c84b485f238f15f816f64752f189a16e3d396e9fcf7c3c362&)
Archived author: jackpoz • Posted: 2025-08-29T18:47:18.708000+00:00
Original source
![[Image: image.png?ex=690c4476&is=690af2f6&hm=0ab...cf7c3c362&]](https://cdn.discordapp.com/attachments/376074396915335170/1411059657526480967/image.png?ex=690c4476&is=690af2f6&hm=0ab31b56c28dca7c84b485f238f15f816f64752f189a16e3d396e9fcf7c3c362&)
Archived author: jackpoz • Posted: 2025-08-29T18:47:42.503000+00:00
Original source
that's the whole point of opensource, made it simple by GitHub: everyone can fork and customize
Archived author: jackpoz • Posted: 2025-08-29T18:49:39.416000+00:00
Original source
I may suggest to check articles like https://www.yegor256.com/2015/06/22/vali...g-fix.html , but more importantly, articles like https://www.hanselman.com/blog/you-are-not-your-code
[Embed: A Few Valid Reasons to Reject a Bug Fix]
A bug fix is supposed to improve the quality of the software, but very often the effect of it is actually negative; here is why and how to avoid that.
https://www.yegor256.com/2015/06/22/vali...g-fix.html
[Embed: You are not your code.]
I'm a lousy programmer. However, I am less lousy than I was last year, and ...
https://www.hanselman.com/blog/you-are-not-your-code
Archived author: Crane • Posted: 2025-08-29T18:52:18.083000+00:00
Original source
AC is way ahead of TC in many things. I have their database installed, and when I look at their source code and compare TC's source code and some quests or events, they're miles ahead.
Therefore, it also serves as a good source for me to see if anyone has already started fixing bugs. Why reinvent the wheel when I can just copy it and save myself a lot of work? I only have to rewrite the C++ code because it's incompatible, but that's pretty quick.
I was also able to make many quests work with spell scripts that are missing from TC and that AC has. TC has included the spell script fix I submitted, even though I copied it from AC.