can we get a full tarnish release now jires upload server is all over the net?
#can we get a full tarnish release now jires upload server is all over the net?
I can provide a working Cache as long as someone can help me get this source running for myself. Not for stealing work but to mainly have a project I can work on by myself.
I AM NOT SELLING THE CACHE, Since i'm an idiot who mingles onto old things.. If this source is viable running on InteliJ ill give you kudoss ++ my silly willy's been gone outta the game for a while dm if interested
I'm new to InteliJ and want to transfer from Eclipse to learn some new shit. I've been able to do some things but cann't understand everything entirely by myself. I'd apprecaite any help
is the download for this still available or did i miss it
?
can we get a full tarnish release now jires upload server is all over the net?
Sorry about that brother the last time I read, I did read that we had to buy it from someone else or it had to be given.. I have many old servers. in a hard drive from 2007 and its nearly 150+ gigs from 317 up to 700 servers.. again if anything arises just someone let me know. I'm not here to do anyone cold like that.
I have setup a repository at GitHub - OpenTarnish/Tarnish
There is a branch mirroring the original release available here: https://github.com/OpenTarnish/Tarnish/archive/refs/heads/original-release.zip
The cache is here: cache(2)
Here is a link for an integrated file server with the game server. Just click to run. https://github.com/OpenTarnish/Tarnish/archive/refs/heads/fileserver.zip
I wrote a replacement fileserver for tarnish back in November. You can run the fileserver or run a version with it integrated into the game server (see above)
> Task :run
Mar 21, 2024 1:35:10 com.osroyale.OSRoyale [main]
INFO: Tarnish is running (client version 6)
Mar 21, 2024 1:35:10 com.osroyale.OSRoyale [main]
INFO: Game Engine=Sequential
Mar 21, 2024 1:35:12 com.osroyale.fs.cache.decoder.ObjectDefinitionDecoder [main]
INFO: Loading object definitions.
Mar 21, 2024 1:35:12 com.osroyale.fs.cache.decoder.ObjectDefinitionDecoder [main]
INFO: Loaded 47501 object definitions.
Mar 21, 2024 1:35:12 com.osroyale.fs.cache.decoder.MapDefinitionDecoder [main]
INFO: Loading region definitions.
Mar 21, 2024 1:35:12 com.osroyale.fs.cache.decoder.MapDefinitionDecoder [main]
INFO: Loaded 1522 region definitions.
Mar 21, 2024 1:35:12 com.osroyale.fs.cache.decoder.RegionDecoder [main]
INFO: Loading regional map data.
Mar 21, 2024 1:35:14 com.osroyale.fs.cache.decoder.RegionDecoder [main]
INFO: Loaded 1522 regions, skipped 0 maps.
Mar 21, 2024 1:35:14 com.osroyale.fs.cache.decoder.AnimationDefinitionDecoder [main]
INFO: Loading animation definitions.
Mar 21, 2024 1:35:14 com.osroyale.fs.cache.decoder.AnimationDefinitionDecoder [main]
INFO: Loaded 10087 animation definitions.
Mar 21, 2024 1:35:28 com.osroyale.game.world.entity.combat.attack.listener.CombatListenerManager [main]
INFO: Loaded: 60 item set combat listeners.
Mar 21, 2024 1:35:28 com.osroyale.game.world.entity.combat.attack.listener.CombatListenerManager [main]
INFO: Loaded: 86 npc combat listeners.
Mar 21, 2024 1:35:28 com.osroyale.util.parser.GenericParser [main]
INFO: Loaded: 3512 npc spawns.
Mar 21, 2024 1:35:28 com.osroyale.content.shootingstar.ShootingStar [main]
INFO: Loaded Shooting Stars event.
Initing Discord...
Mar 21, 2024 1:35:29 com.osroyale.util.parser.GenericParser [pool-2-thread-11]
INFO: Loaded: 0 world.
[pool-2-thread-10] INFO discord4j.core.DiscordClientBuilder - Discord4J 3.2.4 (https://discord4j.com)
Mar 21, 2024 1:35:29 com.osroyale.OSRoyale [main]
ERROR: A problem has been encountered while starting the server.
net.dv8tion.jda.api.exceptions.InvalidTokenException: The provided token is invalid!
ERROR: A problem has been encountered while starting the server.
at net.dv8tion.jda.internal.JDAImpl.verifyToken(JDAImpl.java:414) ~[JDA-5.0.0-beta.11.jar:5.0.0-beta.11]
at net.dv8tion.jda.internal.JDAImpl.login(JDAImpl.java:331) ~[JDA-5.0.0-beta.11.jar:5.0.0-beta.11]
at net.dv8tion.jda.internal.JDAImpl.login(JDAImpl.java:297) ~[JDA-5.0.0-beta.11.jar:5.0.0-beta.11]
at net.dv8tion.jda.api.JDABuilder.build(JDABuilder.java:1828) ~[JDA-5.0.0-beta.11.jar:5.0.0-beta.11]
at com.osroyale.net.discord.DiscordPlugin.startUp(DiscordPlugin.java:24) ~[main/:?]
at com.osroyale.OSRoyale.processParallelStatupTasks(OSRoyale.java:123) ~[main/:?]
at com.osroyale.OSRoyale.start(OSRoyale.java:163) ~[main/:?]
at com.osroyale.OSRoyale.main(OSRoyale.java:193) [main/:?]
Your bot token is invalid. Change it to use your bot or disable it.Hello, I'm looking for some help. Able to run the client fine but getting the following error for the server (using gradle with IntelliJ):
Code:> Task :run Mar 21, 2024 1:35:10 com.osroyale.OSRoyale [main] INFO: Tarnish is running (client version 6) Mar 21, 2024 1:35:10 com.osroyale.OSRoyale [main] INFO: Game Engine=Sequential Mar 21, 2024 1:35:12 com.osroyale.fs.cache.decoder.ObjectDefinitionDecoder [main] INFO: Loading object definitions. Mar 21, 2024 1:35:12 com.osroyale.fs.cache.decoder.ObjectDefinitionDecoder [main] INFO: Loaded 47501 object definitions. Mar 21, 2024 1:35:12 com.osroyale.fs.cache.decoder.MapDefinitionDecoder [main] INFO: Loading region definitions. Mar 21, 2024 1:35:12 com.osroyale.fs.cache.decoder.MapDefinitionDecoder [main] INFO: Loaded 1522 region definitions. Mar 21, 2024 1:35:12 com.osroyale.fs.cache.decoder.RegionDecoder [main] INFO: Loading regional map data. Mar 21, 2024 1:35:14 com.osroyale.fs.cache.decoder.RegionDecoder [main] INFO: Loaded 1522 regions, skipped 0 maps. Mar 21, 2024 1:35:14 com.osroyale.fs.cache.decoder.AnimationDefinitionDecoder [main] INFO: Loading animation definitions. Mar 21, 2024 1:35:14 com.osroyale.fs.cache.decoder.AnimationDefinitionDecoder [main] INFO: Loaded 10087 animation definitions. Mar 21, 2024 1:35:28 com.osroyale.game.world.entity.combat.attack.listener.CombatListenerManager [main] INFO: Loaded: 60 item set combat listeners. Mar 21, 2024 1:35:28 com.osroyale.game.world.entity.combat.attack.listener.CombatListenerManager [main] INFO: Loaded: 86 npc combat listeners. Mar 21, 2024 1:35:28 com.osroyale.util.parser.GenericParser [main] INFO: Loaded: 3512 npc spawns. Mar 21, 2024 1:35:28 com.osroyale.content.shootingstar.ShootingStar [main] INFO: Loaded Shooting Stars event. Initing Discord... Mar 21, 2024 1:35:29 com.osroyale.util.parser.GenericParser [pool-2-thread-11] INFO: Loaded: 0 world. [pool-2-thread-10] INFO discord4j.core.DiscordClientBuilder - Discord4J 3.2.4 (https://discord4j.com) Mar 21, 2024 1:35:29 com.osroyale.OSRoyale [main] ERROR: A problem has been encountered while starting the server. net.dv8tion.jda.api.exceptions.InvalidTokenException: The provided token is invalid! ERROR: A problem has been encountered while starting the server. at net.dv8tion.jda.internal.JDAImpl.verifyToken(JDAImpl.java:414) ~[JDA-5.0.0-beta.11.jar:5.0.0-beta.11] at net.dv8tion.jda.internal.JDAImpl.login(JDAImpl.java:331) ~[JDA-5.0.0-beta.11.jar:5.0.0-beta.11] at net.dv8tion.jda.internal.JDAImpl.login(JDAImpl.java:297) ~[JDA-5.0.0-beta.11.jar:5.0.0-beta.11] at net.dv8tion.jda.api.JDABuilder.build(JDABuilder.java:1828) ~[JDA-5.0.0-beta.11.jar:5.0.0-beta.11] at com.osroyale.net.discord.DiscordPlugin.startUp(DiscordPlugin.java:24) ~[main/:?] at com.osroyale.OSRoyale.processParallelStatupTasks(OSRoyale.java:123) ~[main/:?] at com.osroyale.OSRoyale.start(OSRoyale.java:163) ~[main/:?] at com.osroyale.OSRoyale.main(OSRoyale.java:193) [main/:?]
Thank you in advance!
Your bot token is invalid. Change it to use your bot or disable it.
but still getting large combat xp ratescombat_modifier = 20.0
im getting toolchain errors when building client and server. i have no clue what this means, or how to get the client and server up and running.
FAILURE: Build failed with an exception.
* What went wrong:
Failed to calculate the value of task ':compileJava' property 'javaCompiler'.
No matching toolchains found for requested specification: {languageVersion=11, vendor=any, implementation=vendor-specific} for WINDOWS on x86_64.
No locally installed toolchains match and toolchain download repositories have not been configured.
anyone that could help me out? would be appreciated alot.
( i know most things are not free in this world )
thanks boys
discord: dio013
Install Java 11 JDK
thanks this helped for the client!
but now i got this issue when building the server
FAILURE: Build failed with an exception.
* What went wrong:
Failed to calculate the value of task ':compileJava' property 'javaCompiler'.
No matching toolchains found for requested specification: {languageVersion=19, vendor=any, implementation=vendor-specific}.
No locally installed toolchains match (see Toolchains for JVM projects) and toolchain download repositories have not been configured (see Toolchains for JVM projects).
not sure what to download now.