Server
Server copied to clipboard
Lost City's from-scratch game server
matches this [video](https://youtu.be/tw66JWQzpD0?t=32) from sept 22, 2006 https://github.com/2004scape/Server/assets/61213166/2ecc7dc9-2eab-4442-93b3-18907b0d6d46
- refactors some of the firemaking code. Still needs to test a bunch of edge cases - Need to fix this weird p_teleport while moving bug. p_teleport should push me...
- revert https://github.com/2004scape/Server/commit/01b398a12a83175a0a600b53b371d693c4035694 - implement objs in Zone (private objs for player and revealed/public objs) Some still to go, there seems to be a couple of issues (e.g. npcs dont...
I made a start on this but far from complete: - [ ] Go through code in `Player` and check it belongs there - [ ] Go through code in...
Make players walk to varrock
@ultraviolet-jordan notes that supporting a full 2k world won’t be ideal due to pf speed (note that in real world cases not every player is generating a path every tick)....
The setup steps will be more simple and more easily guaranteed to work, plus it means that whatever version of Node/Java etc the user has installed locally (if at all)...
These aren't necessary and are probably the cause of the ts-node issues I will look into this  https://discord.com/channels/953326730632904844/1126857340075905135/1127691117429796934
I believe this will fix the text with `Tangled Toad Legs` not having a space before `create` 