Joined: 14 Feb 2009 Posts: 33 Location: Planet 3 Solar System Orion Arm Spiral Galaxy Milky Way
Posted: Sun Dec 27, 2009 12:21 am Post subject: General ways to make a character move in MMORPG games
I know MMORPG games rely on the server to store the character's position. But if I want to make it moving, can I directly modify its x,y coordinate to the next grid and allow the server to interpret this as a move to the adjacent grid done by the user?
Currently, I have to rely on mouse clicking the next grid and allow the game to do the actual moving itself. I just want to know if there is a better way to do this.
How is it better to modify a value time as opposed to a simple click on the mouse?! In any case, you answered your own question. If coords are stored server-side, which they sound like in this case, then directly inputting a new value into the memory address won't help.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum