RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Static Public Attributes | |
static final String | LATEST_ANNOUNCEMENT_THREAD = "https://tarnishps.com/" |
static final String | LATEST_UPDATE_THREAD = "https://tarnishps.com/" |
static final String[] | WELCOME_MARQUEE |
static final String[] | WELCOME_DIALOGUE |
static final String[] | WELCOME_ANNOUNCEMENT |
static final int | CLIENT_PACKET_THRESHOLD |
static final int | SERVER_PACKET_THRESHOLD |
static boolean | DISPLAY_PACKETS = Config.SERVER_DEBUG |
static final int | CONNECTION_LIMIT |
static final int | IDLE_TIMEOUT |
static final ResourceLeakDetector.Level | RESOURCE_LEAK_DETECTION |
static final ObjectSet< String > | IGNORED_EXCEPTIONS |
static final AttributeKey< Session > | SESSION_KEY = AttributeKey.valueOf("session.key") |
static final BigInteger | RSA_MODULUS |
static final BigInteger | RSA_EXPONENT |
static final boolean | PARALLEL_GAME_ENGINE |
static final String | SERVER_NAME |
static final boolean | FORUM_INTEGRATION |
static final String | FORUM_DB_URL |
static final String | FORUM_DB_USER |
static final String | FORUM_DB_PASS |
static final String | DISCORD_TOKEN |
static boolean | SERVER_DEBUG |
static final boolean | SERVER_CYCLE_DEBUG |
static final int | SERVER_PORT |
static final int | NPC_WALKING_RADIUS |
static final int | LOGIN_THESHOLD |
static final int | LOGOUT_THESHOLD |
static final int | MAX_PLAYERS |
static final int | MAX_NPCS |
static final int | MAX_BOTS |
static final int | CURRENCY = 995 |
static final int | NPC_DEFINITION_LIMIT |
static final int | ITEM_DEFINITION_LIMIT |
static final int | NPC_BITS |
static final int | SKULL_TIME |
static final int | ATTACK_TAB = 0 |
static final Position | DEFAULT_POSITION = new Position(3087, 3497, 0) |
static final Position | SUPER_DONATOR_ZONE = new Position(2426, 10419, 0) |
static final Position | STAFF_ZONE = new Position(2602, 3874, 0) |
static final Position | JAIL_ZONE = new Position(2713, 2564, 0) |
static final Appearance | DEFAULT_APPEARANCE |
static final String[] | BAD_STRINGS |
static final String[] | MESSAGES |
static final int[][] | SIDEBAR_INTERFACE |
static final double | COMBAT_MODIFICATION |
static final double | AGILITY_MODIFICATION |
static final double | COOKING_MODIFICATION |
static final double | CRAFTING_MODIFICATION |
static final double | FIREMAKING_MODIFICATION |
static final double | FLETCHING_MODIFICATION |
static final double | HERBLORE_MODIFICATION |
static final double | HUNTER_MODIFICATION |
static final double | MAGIC_MODIFICATION |
static final double | MINING_MODIFICATION |
static final double | PRAYER_MODIFICATION |
static final double | RUNECRAFTING_MODIFICATION |
static final double | SLAYER_MODIFICATION |
static final double | WOODCUTTING_MODIFICATION |
static final double | THIEVING_MODIFICATION |
static final double | SMITHING_MODIFICATION |
static final double | FISHING_MODIFICATION |
static final double | FARMING_MODIFICATION |
static final int[] | STARTER_BANK_AMOUNT = { 2, 8, 21, 11, 48, 9, 0, 0, 0, 0, } |
static final int[] | LEET_BANK_AMOUNTS = {7, 46, 19, 42, 41, 15, 21, 4, 0, 0,} |
|
static |
The experience modification for agility.
Definition at line 289 of file Config.java.
|
static |
All the tab identifications
Definition at line 232 of file Config.java.
|
static |
Strings that are classified as bad.
Definition at line 254 of file Config.java.
|
static |
The amount of client (incoming) packets that can be handled by the server each tick.
Definition at line 101 of file Config.java.
|
static |
The experience modification for combat.
Definition at line 286 of file Config.java.
|
static |
The maximum amount of connections that can be active at a time, or in other words how many clients can be logged in at once per connection.
Definition at line 114 of file Config.java.
|
static |
The experience modification for cooking.
Definition at line 292 of file Config.java.
|
static |
The experience modification for crafting.
Definition at line 295 of file Config.java.
|
static |
The currency identification of the server.
Definition at line 213 of file Config.java.
|
static |
The default appearance of a player.
Definition at line 250 of file Config.java.
The default, i.e. onSpawn, location.
Definition at line 235 of file Config.java.
|
static |
The OS Royale community discord token.
Definition at line 183 of file Config.java.
|
static |
Displays packet information in the output stream.
Definition at line 108 of file Config.java.
|
static |
The experience modification for farming.
Definition at line 337 of file Config.java.
|
static |
The experience modification for firemaking.
Definition at line 298 of file Config.java.
|
static |
The experience modification for fishing.
Definition at line 334 of file Config.java.
|
static |
The experience modification for fletching.
Definition at line 301 of file Config.java.
|
static |
This is used for mySQL to authenticate username and passwords from the forum.
Definition at line 167 of file Config.java.
|
static |
This is used for mySQL to authenticate username and passwords from the forum.
Definition at line 161 of file Config.java.
|
static |
This is used for mySQL to authenticate username and passwords from the forum.
Definition at line 164 of file Config.java.
|
static |
If forum integration is true, users can only login if they enter the same username and password that's on the forums also mongo must be running when this is true. Since all the players will be stored in the mongo database.
Definition at line 158 of file Config.java.
|
static |
The experience modification for herblore.
Definition at line 304 of file Config.java.
|
static |
The experience modification for hunter.
Definition at line 307 of file Config.java.
|
static |
The number of seconds before a connection becomes idle.
Definition at line 117 of file Config.java.
|
static |
The list of exceptions that are ignored and discarded by the
Definition at line 126 of file Config.java.
|
static |
The limit of the item identification.
Definition at line 219 of file Config.java.
The Jail zone.
Definition at line 245 of file Config.java.
|
static |
The latest announcement thread link.
Definition at line 64 of file Config.java.
|
static |
The latest update thread link.
Definition at line 67 of file Config.java.
|
static |
TEMP VARS - WILL BE DELETED AFTER BETA IS FINISHED
Definition at line 462 of file Config.java.
|
static |
The amount of players that can be logged in, in a single cycle
Definition at line 198 of file Config.java.
|
static |
The amount of players that can logout in a single cycle
Definition at line 201 of file Config.java.
|
static |
The experience modification for magic.
Definition at line 310 of file Config.java.
|
static |
The amount of bots that will spawn into the game world.
Definition at line 210 of file Config.java.
|
static |
The maximum amount of npcs that can be held within the game world.
Definition at line 207 of file Config.java.
|
static |
The maximum amount of players that can be held within the game world.
Definition at line 204 of file Config.java.
|
static |
Messages that are sent periodically to all players.
Definition at line 262 of file Config.java.
|
static |
The experience modification for mining.
Definition at line 313 of file Config.java.
|
static |
The npc bits for the server which can execute 6755 npcs.
Definition at line 222 of file Config.java.
|
static |
The limit of the npc identification.
Definition at line 216 of file Config.java.
|
static |
The walking radius for Npc.
Definition at line 195 of file Config.java.
|
static |
This will use the parallel game game.
Definition at line 149 of file Config.java.
|
static |
The experience modification for prayer.
Definition at line 316 of file Config.java.
|
static |
The resource leak detection level, should be PARANOID
in a development environment and DISABLED
in a production environment.
Definition at line 123 of file Config.java.
|
static |
The RSA exponent.
Definition at line 139 of file Config.java.
|
static |
The RSA modulus.
Definition at line 136 of file Config.java.
|
static |
The experience modification for runecrafting.
Definition at line 319 of file Config.java.
|
static |
Displays the time in milliseconds each tick the game takes to run through a game cycle.
Definition at line 189 of file Config.java.
|
static |
The development state flag. (Always make sure you run the official server with this disabled!)
Definition at line 186 of file Config.java.
|
static |
The name of the server.
Definition at line 152 of file Config.java.
|
static |
The amount of server (outgoing) packets that can be written by the server each tick.
Definition at line 105 of file Config.java.
|
static |
The server port.
Definition at line 192 of file Config.java.
|
static |
The session key.
Definition at line 131 of file Config.java.
|
static |
Holds the array of all the side-bar identification and their corresponding itemcontainer identification.
Definition at line 276 of file Config.java.
|
static |
The time in ticks a player remains skulled for.
720 ticks ~20 minutes
Definition at line 229 of file Config.java.
|
static |
The experience modification for Slayer.
Definition at line 322 of file Config.java.
|
static |
The experience modification for smithing.
Definition at line 331 of file Config.java.
The staff zone.
Definition at line 242 of file Config.java.
|
static |
Starter bank
Definition at line 437 of file Config.java.
The donator zone.
Definition at line 238 of file Config.java.
|
static |
The experience modification for thieving.
Definition at line 328 of file Config.java.
|
static |
The welcome announcement.
Definition at line 84 of file Config.java.
|
static |
The welcome dialogue.
Definition at line 77 of file Config.java.
|
static |
The welcome marquee.
Definition at line 70 of file Config.java.
|
static |
The experience modification for woodcutting.
Definition at line 325 of file Config.java.