Only need to finish the structuring of the spawn packet and then login, jumping and screening (at least players) is complete! Will update when finished.
EDIT:
Quote:
|
I aim to finish the core till the next weekend, which would include basic features past login, to be precise walking/running, jumping, actions and chatting. The time limit is wide because I have some exams in the next week.
|
- Screening done (multiplayer). I actually had a really funny error, only every 2nd jump packet was sent. Turned out that on every jump packet, meaning every screen update when I checked which players are in my screen in the first jump I added them correctly, then on the second jump I removed them. And all this because a MOTHERFUCKING '!' symbol missing, that I forgot to add.
- Walking and jumping 80% done (not considering mounts), gonna add speedhack protection and it will be complete.
- Talk and whisper done
- Minor stuff like action/direction changes
So now the definition of 'core' changes to : Professions, Items(basic), Equipment, Stat calculations. Maybe NPCs too.
This is pretty much 2 days of non-stop coding. That`s what I get when I get sick lol.
LATE EDIT: Actually when I posted this I wasn`t aware of the bugs in these implemented stuff, had to rewrite most of it to work.