[DiscordArchive] so even trying to use player:SaveToDB() immediately after executing the mysql command doesnt work to
[DiscordArchive] so even trying to use player:SaveToDB() immediately after executing the mysql command doesnt work to
Archived author: Ahuramazda • Posted: 2025-08-08T21:44:10.218000+00:00
Original source
so even trying to use player:SaveToDB() immediately after executing the mysql command doesnt work to save it?
Archived author: Ahuramazda • Posted: 2025-08-08T21:44:30.473000+00:00
Original source
just for clarification... making sure eyeballing it was a bad idea or not
Archived author: metallinos • Posted: 2025-08-08T21:45:36.307000+00:00
Original source
No, the issue is that saving to the db will hard overwrite anything you change in the characters table directly
Archived author: metallinos • Posted: 2025-08-08T21:45:55.272000+00:00
Original source
You can only edit this table directly when a player is logged out
Archived author: Ahuramazda • Posted: 2025-08-08T21:46:24.575000+00:00
Original source
ok, very interesting info then
Archived author: Ahuramazda • Posted: 2025-08-08T21:46:32.235000+00:00
Original source
cause I had nooo idea at all it worked that way, lol
Archived author: metallinos • Posted: 2025-08-08T21:47:10.710000+00:00
Original source
Thank God it works that way, though. Otherwise the whole server would be very very laggy and dependent on sequential database operations. It would have huuuge diffs and be largely unplayable
Archived author: Ahuramazda • Posted: 2025-08-08T21:50:10.638000+00:00
Original source
def food for thought though and nice idea of making a timed event after logout
Archived author: Ahuramazda • Posted: 2025-08-08T21:50:18.029000+00:00
Original source
Ill see what I can maybe brainstorm for it
Archived author: Aldori • Posted: 2025-08-09T04:43:08.857000+00:00
Original source
I think the talent reset upon every login is due to this line:
https://github.com/azerothcore/azerothco....cpp#L2578
[Embed: azerothcore-wotlk/src/server/game/Entities/Player/Player.cpp at mas...]
Complete Open Source and Modular solution for MMO. Contribute to azerothcore/azerothcore-wotlk development by creating an account on GitHub.
https://github.com/azerothcore/azerothco...Player.cpp