[DiscordArchive] Just out of curiosity, why haven't these been updated for the modules (on your own git) together wit
[DiscordArchive] Just out of curiosity, why haven't these been updated for the modules (on your own git) together wit
Archived author: nl-saw • Posted: 2025-02-24T17:32:36.041000+00:00
Original source
Interesting, as it looks like OnLogin should have been modified to OnPlayerLogin?
Archived author: iDizoxx • Posted: 2025-02-24T17:34:53.403000+00:00
Original source
only 3 changes
line 66: void OnLogin(Player* player) override
line 104: void OnLogout(Player* player) override
line 112: void OnGiveXP(Player* player, uint32& amount, Unit* /victim/, uint8 /xpSource/) override
Archived author: iDizoxx • Posted: 2025-02-24T17:35:11.048000+00:00
Original source
https://tenor.com/view/negan-negan-smith...f-26236761
Archived author: iDizoxx • Posted: 2025-02-24T17:35:13.201000+00:00
Original source
Archived author: nl-saw • Posted: 2025-02-24T17:38:14.534000+00:00
Original source
Hehe, what I mean is that in your fixed code, void OnLogin(Player* player) override is still only OnLogin, whereas it seems that should have moved to OnPlayerLogin, as you changed for the other two you mentioned. So I am surprised that it works, is all.
Archived author: iDizoxx • Posted: 2025-02-24T17:38:51.239000+00:00
Original source
hmm, maybe I pull the wrong part, hold on
Archived author: iDizoxx • Posted: 2025-02-24T17:41:30.880000+00:00
Original source
u r right
Archived author: iDizoxx • Posted: 2025-02-24T17:41:32.735000+00:00
Original source
ma bad
Archived author: iDizoxx • Posted: 2025-02-24T17:42:22.060000+00:00
Original source
edited on github
Archived author: nl-saw • Posted: 2025-02-24T17:51:39.111000+00:00
Original source
I'm interested in knowing what you are referring to and what the common (ab)use for it is currently? Also as many mods probalby need a tweak, this could be your window of opportunity, hehe