Files
2006Scape/2006Redone Server
Mr Extremez 5706bc9853 Some quick patches (#398)
- Bank all should now work for all items again
- Fixed al kharid gate not functioning
- Added unique cabbage pickable for Falador
- Fixed desert disguise wrongly being noted
- Reformatted some of the food code

Closes #397
Closes #395

(I also included @Qweqker changes so that will fix lumbridge bank boundary and adds his new cabbage effect)

Co-authored-by: Daniel Ginovker <dcress01@uoguelph.ca>
2020-03-13 20:36:20 -04:00
..
2020-03-12 19:42:04 -04:00
2020-03-13 20:36:20 -04:00
2020-02-11 19:59:49 -05:00
2019-06-19 09:15:27 -04:00
2019-06-19 09:15:27 -04:00

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/2006rebotted
  • cd 2006rebotted/2006Redone\ Server/
  • ./gradlew build
  • java -jar ./build/libs/2006rebotted.jar
  • You will also have to place a copy of the data folder in the same location as the jar.