mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
174bdf5bfd
* Farming Skill, Orb Charging, Battle Staff Creation, etc - Farming Skill Added - Orb charging implemented - Battle staff creation implemented - Cleaned up some code - Stuck command will now tele you from further out in wildy if you are not in combat - Fixed an issue with amulet of glory - Added forcechats for npcs at Gnome Agility Course, and for Cows, Ducks and Sheeps just like in actual osrs - Added base for God Book preaching * Remove setting farm level to 1 * Fix runServer.sh, patch farming skill nuke and latest build :) Co-authored-by: Mr Extremez <aeggers90@hotmail.com>
2006rebotted - 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/dginovker/2006rebottedcd 2006rebotted/2006Redone\ Server/./gradlew buildjava -jar ./build/libs/2006rebotted.jar- You will also have to place a copy of the
datafolder in the same location as the jar.