Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] oh, we're having a competition?

[DiscordArchive] oh, we're having a competition?

[DiscordArchive] oh, we're having a competition?

rektbyfaith
Administrator
0
08-29-2025, 06:43 PM
#1
Archived author: Northstrider • Posted: 2025-08-29T18:43:24.515000+00:00
Original source

oh, we're having a competition?
rektbyfaith
08-29-2025, 06:43 PM #1

Archived author: Northstrider • Posted: 2025-08-29T18:43:24.515000+00:00
Original source

oh, we're having a competition?

rektbyfaith
Administrator
0
08-29-2025, 06:43 PM
#2
Archived author: Northstrider • Posted: 2025-08-29T18:43:39.548000+00:00
Original source

https://tenor.com/view/looks-like-we-got...f-25179382
rektbyfaith
08-29-2025, 06:43 PM #2

Archived author: Northstrider • Posted: 2025-08-29T18:43:39.548000+00:00
Original source

https://tenor.com/view/looks-like-we-got...f-25179382

rektbyfaith
Administrator
0
08-29-2025, 06:44 PM
#3
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
rektbyfaith
08-29-2025, 06:44 PM #3

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

rektbyfaith
Administrator
0
08-29-2025, 06:45 PM
#4
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.
rektbyfaith
08-29-2025, 06:45 PM #4

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.

rektbyfaith
Administrator
0
08-29-2025, 06:47 PM
#5
Archived author: jackpoz • Posted: 2025-08-29T18:47:18.708000+00:00
Original source


[Image: image.png?ex=690c4476&is=690af2f6&hm=0ab...cf7c3c362&]
rektbyfaith
08-29-2025, 06:47 PM #5

Archived author: jackpoz • Posted: 2025-08-29T18:47:18.708000+00:00
Original source


[Image: image.png?ex=690c4476&is=690af2f6&hm=0ab...cf7c3c362&]

rektbyfaith
Administrator
0
08-29-2025, 06:47 PM
#6
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
rektbyfaith
08-29-2025, 06:47 PM #6

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

rektbyfaith
Administrator
0
08-29-2025, 06:49 PM
#7
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
rektbyfaith
08-29-2025, 06:49 PM #7

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

rektbyfaith
Administrator
0
08-29-2025, 06:52 PM
#8
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.
rektbyfaith
08-29-2025, 06:52 PM #8

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.

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)