mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
48d7b09bdd
* New NPC Spawns for Port Phasmatys Added most NPCs in Port Phasmatys including the ghost villagers, sailors, guards, Robin, Ak-Haranu, and more. * ObjectActions for Ectofuntus and Energy Barrier The Ectofuntus is now fully accessible and Port Phasmatys can be accessed through the energy barrier. * Added Ak-Haranu's Exotic Shop Ak-Haranu now sells Bolt Racks. * Fixed Ectofuntus Worship Fixed minor issue with Ectofuntus Worship * Gravingas Exclamations Gravingas exclaims different messages while protesting Necrovarus in Port Phasmatys. * Easter Event Updates - Added Easter Bunny - Added temporary Easter Quest - Added Dialogues between player and Easter Bunny - Added player save data for Ecto-tokens (Port Phasmatys) and data for the easter event (easterEvent) * Delete .DS_Store * Delete .DS_Store * Delete .DS_Store * Adding DS_Store to .gitignore
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