Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Update Singleplayer to latest version of 2009scape #21

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
**/.idea
**/.idea

# Runtime Data
data/logs/
data/players/
data/serverstore/
data/eco/grandexchange.db
data/global_kill_stats.json
database/data/
latestdump.txt
Binary file modified client.jar
Binary file not shown.
95 changes: 47 additions & 48 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,50 @@
{
"ip_address": "localhost",
"ip_management" : "localhost",
"server_port": 43594,
"wl_port": 5555,
"js5_port": 43593,
"world": 1,

"customization": {
"login_theme": "newbie melody",

"right_click_menu": {
"background": {
"color": "#0fab00",
"opacity": "70"
},
"title_bar": {
"color": "#000000",
"opacity": "255",
"font_color": "#FFFFFF"
},
"border": {
"color": "#FFFFFF",
"opacity": "255"
},
"styles": {
"Presets provide default customizations.": "rs3, classic, or custom. custom allows you to define your own values above. Classic is standard 2009.",
"presets": "classic",
"rs3border": false
}
"ip_address": "localhost",
"ip_management": "localhost",
"server_port": 43594,
"wl_port": 5555,
"js5_port": 43593,
"world": 1,
"customization": {
"login_theme": "newbie melody",
"december_snow": true,
"right_click_menu": {
"left_click_attack": false,
"background": {
"color": "#0fab00",
"opacity": "70"
},
"title_bar": {
"color": "#000000",
"opacity": "255",
"font_color": "#FFFFFF"
},
"border": {
"color": "#FFFFFF",
"opacity": "255"
},
"styles": {
"Presets provide default customizations.": "rs3, classic, or custom. custom allows you to define your own values above. Classic is standard 2009.",
"presets": "classic",
"rs3border": false
}
},
"rendering_options": {
"technical": {
"render_distance_increase": true
},
"skybox": {
"skybox_color": "Coming in a future update..."
}
}
},
"rendering_options": {
"technical": {
"render_distance_increase": true
},
"skybox": {
"skybox_color" : "Coming in a future update..."
}
"debug": {
"item_debug": false,
"object_debug": false,
"npc_debug": false,
"hd_login_region_debug": false,
"hd_login_region_debug_verbose": false,
"cache_debug": false,
"world_map_debug": false
}
},

"debug": {
"item_debug": false,
"object_debug": false,
"npc_debug": false,
"hd_login_region_debug": false,
"hd_login_region_debug_verbose": false,
"cache_debug": false,
"world_map_debug": false
}
}
}
12 changes: 12 additions & 0 deletions data/CELEDT.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<CELEDT>
<item id="2297" minAmt="3" maxAmt="3" weight="10"/>
<item id="534" minAmt="2" maxAmt="2" weight="10"/>
<item id="530" minAmt="5" maxAmt="5" weight="10"/>
<item id="532" minAmt="3" maxAmt="3" weight="10"/>
<item id="526" minAmt="4" maxAmt="4" weight="10"/>
<item id="536" minAmt="1" maxAmt="1" weight="10"/>
<item id="2436" minAmt="1" maxAmt="1" weight="10"/>
<item id="2442" minAmt="1" maxAmt="1" weight="10"/>
<item id="2440" minAmt="1" maxAmt="1" weight="10"/>
<item id="361" minAmt="5" maxAmt="5" weight="10"/>
</CELEDT>
3 changes: 2 additions & 1 deletion data/ObjectParser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
<ObjectAction mode="add" id="20987" x="2821" y="2996" z="0" direction="s"/>
<ObjectAction mode="add" id="9472" x="3353" y="3951" z="0" direction="s"/>
<ObjectAction mode="add" id="21301" x="2662" y="3162" z="0" direction="e"/>
<ObjectAction mode="add" id="4176" x="2629" y="3661" z="2" type="4" direction="e"/>

</parsing>
</parsing>
Loading