mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
94026b854f
* Update Libs * Replaced Some Magic Numbers * Rename DWARF_REMAINS to NULL_0 * Food.java Rename DWARF_REMAINS to NULL_0 * Kebabs.java static import * Kebabs.java IntelliJ Code Format * Fix some fullmask item names * Potions.java Replace Magic Numbers * Potions.java IntelliJ Code Format * BattleStaffs.java Replaced Magic numbers * BattleStaffs.java IntelliJ Code Format * CraftingData.java Replaced Some Magic Numbers & Fixed Some Enums? * CraftingData.java IntelliJ Code Format
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/2006Scapecd 2006Scape/2006Scape\ Server/mvn package./runServer.sh