Posts: 262
Threads: 11
Joined: Apr 2023
Reputation:
0
We all know loading items takes thousands of years when there's alot of them. This does also lag other players in big games. I'm requesting a tutorial that would just load the items needed, like, If you enter a shop, it would load the items upon entering the shop form. And yet there, it would only load the ones in that shop. So when entering the next shop, it would load the items of THAT shop. I think you get the point. Also, when seeing a new player, it would load that players equipment, and when you drop an item it'd load it for others and so on. This would greatly improve the game IMO.
-CuChulainn
Dragoons Master
Unregistered
I don't think this way. When the players are stable, I mean, not that much logging in and out, when the max players is reached, you almost don't send nothing about this. About the items already on the client side, It works, but it would make the updates a little bit more complicated, you'll need to send everything inside the client and change it on every client. You'll need to improve a lot of things so everything is checked server side to prevent hacking. It is a good idea to change everything client side, but I don't think it would improve much if you send them little by little.
No, you don't need any anti-hacking measures if you do it that way, since all that's sent from the client to the server is the item number, then the server gets it's own information.
A player could alter a dagger to do 999 damage, but when he hits [use] the server uses it's own information.
The client side stuff is only used to display names and crap, all the actual data is handled serverside.
I wouldn't see the point in moving it client side then.. =\
Well, I have all the item data in your inventory, like, it shows the name, amount, attackpower, description, whatever.
Instead of sending allllll that in a packet, it was easier to just keep it client side.
It depends on your situation I guess.
I guess. But would it matter if the server was on a 2GHz+ system with 512MB of RAM and a 1Gbps connection?
I meant on a system with nothing running but the server and windows server 2k3.
That's the system that Verrigan has for the FPO server. It's got a 1Gbps connection. Which is pretty damn fast. I only have a 6Mbps.