Files
2006Scape/2006Scape Server
MatthewBishop 81e6344dd8 Bug fixes (#603)
* Update Boundary.java

* fix xp to level up

* tomato shop

* fix longsword attack anim

* Update MeleeData.java

* fix dagger/longsword/shortsword anims

* Update MeleeData.java

* obby maul and warhammer interfaces and halberd anims

* Pickaxe anims

randomly uses the anim for either stab str or crush str. Cheaphax before system redesign

* adds razmires builder shop

* pom.xml update
2023-02-06 18:43:27 +00:00
..
2023-02-05 22:30:29 +00:00
2021-10-09 00:20:57 +01:00
2023-02-06 18:43:27 +00:00
2023-02-06 18:43:27 +00:00
2021-03-11 00:30:16 +00:00
2023-02-06 18:43:27 +00:00
2021-03-11 00:30:16 +00:00
2021-03-11 00:30:16 +00:00
2023-02-05 22:30:52 +00:00

2006Scape - Game Server

This is the Game Server component of our emulated Runescape environment. It's responsibility is to provide the instructions for the in-game world, its entities, and respond to player interactions. Contained within is an implementation of the Runescape network protocol roughly around version 508. When run, this java application will listen on TCP port 43594.

Building the project

  • git clone https://github.com/2006-Scape/2006Scape
  • cd 2006Scape/2006Scape\ Server/
  • mvn package
  • ./runServer.sh