OSRS Kronos - OSRS Semi-Custom Server. Deob Client. Multi-World Support. #184.

I'm new to rsps dev, but what are these oddly named classes in .../api/filestore/osrs doing? it seems like sketchy code obfustication?
 
I'm new to rsps dev, but what are these oddly named classes in .../api/filestore/osrs doing? it seems like sketchy code obfustication?

Utility Classes and stuff for the cache most likely came from the client
 
there is no "import"

qkZF3sT.png


am struggling to find the client.jar that you upload to webhost? one that replaces community.kronos.rip/files/client.jar
 
Sorry for bumping this but I got to an issue.
I have the server up and running, client works fine but when I want to login I get this error. It's probably something stupid but I can't figure it out. I get this error on server terminal and on client side it's just "connectiong to server..."
Code:
[nioEventLoopGroup-3-2] INFO logger - Incoming: 127.0.0.1
[server-worker #1] ERROR rollingErrorFileLogger - 
java.lang.NoClassDefFoundError: Could not initialize class io.ruin.model.item.actions.impl.tradepost.TradePost
	at io.ruin.model.entity.player.Player.init(Player.java:1167)
	at io.ruin.model.entity.player.PlayerLogin.lambda$load$1(PlayerLogin.java:80)
	at io.ruin.api.process.ProcessWorker.lambda$null$5(ProcessWorker.java:106)
	at io.ruin.api.utils.SafeRunnable.run(SafeRunnable.java:14)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Will thank for help!

EDIT: Just had to create "logs" file in data.
 
Last edited:
There’s no import to the gradle on the last part, just link to gradle project? Anyone have a fix? I’ll pay someone $$ to get this online for me. Tried for 2 years LMAO
 
  • Like
Reactions: cody3190
hey im having trouble running this in intellij i got the server to run but i'm getting exceptions and errors and cant get the client to work. every time i fix one thing another breaks lol. i am looking for someone to help me get this running and maybe work on a project together. pm me on discord Storms#6835.
 
Cool release. Its been fun to mess with this. Ive had a little side project to port this to a newer revision and release.

In case anyone is curious: The 184 cache used with kronos is based off of this version of 184: Cache - OpenRS2 Archive from 9/26/2019

There are some custom cs2, sprites, interfaces, maps, and models.

20205 added models
21 new interfaces
30 modified maps
26 new sprites
35 changed cs2 (34 new cs2 with 1 edited)

The following config files were edited:
6-objects
8-enums
9-npc
10-items
12-sequences
13-spotanim
 
When I try to link the runelite build.gradle.kts i get these errors:

":injector-plugin:test: Could not resolve net.runelite:fernflower:07082019"
":injector-plugin:main: Could not resolve net.runelite:fernflower:07082019"
"deobfuscator:test: Could not resolve Could not resolve net.runelite:fernflower:07082019"
"deobfuscator:main: Could not resolve net.runelite:fernflower:07082019"

If anyone could help me i'd be really appreciative, please message me on discord if you need pictures as im unsure how to upload images to a forum, Thanks in advance!

Discord: lxcid2293
 
When I try to link the runelite build.gradle.kts i get these errors:

":injector-plugin:test: Could not resolve net.runelite:fernflower:07082019"
":injector-plugin:main: Could not resolve net.runelite:fernflower:07082019"
"deobfuscator:test: Could not resolve Could not resolve net.runelite:fernflower:07082019"
"deobfuscator:main: Could not resolve net.runelite:fernflower:07082019"

If anyone could help me i'd be really appreciative, please message me on discord if you need pictures as im unsure how to upload images to a forum, Thanks in advance!

Discord: lxcid2293
add

Code:
     maven(url = "https://raw.githubusercontent.com/rspsforge/kronos-maven/master")

under

Code:
maven(url = "https://raw.githubusercontent.com/open-osrs/hosting/master")

in build.gradle.kts

ClientConfigLoader change CONFIG URL to

Code:
	private static final String CONFIG_URL = "https://raw.githubusercontent.com/rspsforge/kronos-maven/master/jav_config.ws";


rename server.properties.example to server.properties and change cache_path inside that file to
Code:
cache_path=../Cache

that should get you up and running
 
Last edited:
The link to Nozemi's archive is out of date/missing files. The entire repo link has them all.

I'm having trouble linking the runelite gradle project though. Followed Spooky's advice a couple posts up, but still not linking correctly. The only error I get doesn't seem very helpful:
e: file:///C:/Kronos%20RSPS/Kronos-master/runelite/buildSrc/build.gradle.kts:42:5: Unresolved reference: experimentalWarning

Any suggestions?
 
After 3 days of trying to get this to work, I managed to put the server on and get the client to open. Its working fine now. I uploaded the package with the changes I made (changed the JDA version because the old one didn't exist anymore, among other changes): https://file.io/O9OJIX8EG8q9
 
anyone know why everyone gets staff on the server? how can i disable that so its only people we assign and how to do that in this server? New to this again after a while of being gone.
 

Users who are viewing this thread (total: 1, members: 0, guests: 1)