[DiscordArchive] Are you using the module and their fork?
[DiscordArchive] Are you using the module and their fork?
Archived author: NGAndersson • Posted: 2025-06-02T12:54:44.862000+00:00
Original source
I'm slowly working on creating my own tiny mmo (oxymoron, I know), and I'm looking at azerothcore for some code inspiration and I've got a question. It seems to me that whenever you handle a player moving, that movement gets [sent out](https://github.com/azerothcore/azerothco...r.cpp#L559) to every other player within range. I don't know how frequently the client sends movement updates to the server though, but lets say it's once per second (most likely a lot more?). Does that mean that if a hundred players are running around in the same place, 10,000 messages (100 movers * 100 observers) get sent per second just for movement? (because there doesn't seem to be any batching or similar as far as I can see?)
Archived author: Rymercyble • Posted: 2025-06-02T13:02:51.067000+00:00
Original source
i think if u want to get inspiration for mmo handling look at novus not at emulators
Archived author: NGAndersson • Posted: 2025-06-02T13:03:37.766000+00:00
Original source
Haven't heard of that! Will take a look, thanks!
Archived author: Yuppls • Posted: 2025-06-02T13:32:24.673000+00:00
Original source
anyone know offhand what mpq Interface\Buttons\CheckButtonGlow is located in? im blind as fuck