mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
db58bc868b
* Added Player death Sound Added a ton of Level Up Sounds (Some I do not know) * Added command to play "quicksongs" * adjusted chat message to properly name the command * Added Camera functionality for cutscenes Added Camera shake functionality for cutscenes/barrows/anything else Added Camera reset functionality to return the player to the normal player view Added some details on what each added method does Refactored some of the method names for uniformity * Added some commands to test the cutscene/camera features that were added in PlayerAssistant.java Co-authored-by: Qweqker <qweqker@mail.com> Co-authored-by: Daniel Ginovker <dcress01@uoguelph.ca>
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.