RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.bot.BotUtility Class Reference
Collaboration diagram for com.osroyale.content.bot.BotUtility:

Static Public Attributes

static final String[] BOT_NAMES
static final Appearance APPEARANCE = new Appearance(Gender.MALE, Utility.random(0, 8), Utility.random(10, 17), Utility.random(18, 25), Utility.random(26, 31), Utility.random(33, 34), Utility.random(36, 40), Utility.random(42, 43), 7, 8, 9, 5, 0)
static final String[] GEAR_UP_MESSAGES
static final String[] FIGHT_START_MESSAGES
static final String[] FIGHT_END_MESSAGES
static final String[] KILLED_MESSAGES

Detailed Description

Holds all the constants used by bot.

Author
Daniel

Definition at line 52 of file BotUtility.java.

Member Data Documentation

◆ APPEARANCE

final Appearance com.osroyale.content.bot.BotUtility.APPEARANCE = new Appearance(Gender.MALE, Utility.random(0, 8), Utility.random(10, 17), Utility.random(18, 25), Utility.random(26, 31), Utility.random(33, 34), Utility.random(36, 40), Utility.random(42, 43), 7, 8, 9, 5, 0)
static

The default bot appearance.

Definition at line 88 of file BotUtility.java.

◆ BOT_NAMES

final String [] com.osroyale.content.bot.BotUtility.BOT_NAMES
static
Initial value:
= {
"Bang Bot",
"DJ Headshot",
"Kill Me",
"Not A Bot",
"Botting Betty",
"Wall E",
"S O P H I E",
"C H R O M P S",
"The Shredder",
"Humans DIE",
"Beep Boop",
"System Fail",
"Win32",
"Microbot",
"I Am Program",
"Bed Bath Bot",
"Corrupted Bot",
"Rouge Bot"
}

List of all available bot names.

Definition at line 63 of file BotUtility.java.

◆ FIGHT_END_MESSAGES

final String [] com.osroyale.content.bot.BotUtility.FIGHT_END_MESSAGES
static
Initial value:
= {
"Out gf",
"I'm out",
""
}

Array of all the possible fight end message.

Definition at line 105 of file BotUtility.java.

◆ FIGHT_START_MESSAGES

final String [] com.osroyale.content.bot.BotUtility.FIGHT_START_MESSAGES
static
Initial value:
= {
"Good luck",
"Gl",
"Let's see what you got"
}

Array of all the possible fight start message.

Definition at line 98 of file BotUtility.java.

◆ GEAR_UP_MESSAGES

final String [] com.osroyale.content.bot.BotUtility.GEAR_UP_MESSAGES
static
Initial value:
= {
"Time to kick ass and take names!",
"I am the eco cleaner and cleanse I shall!",
"Time to make my daddy, Daniel proud!"
}

Array of all the possible fight start message.

Definition at line 91 of file BotUtility.java.

◆ KILLED_MESSAGES

final String [] com.osroyale.content.bot.BotUtility.KILLED_MESSAGES
static
Initial value:
= {
"Too ez",
"Ty 4 loot bruh",
"Good fight",
"Sit",
"Cya",
"Cya in edge",
"Later dink"
}

Array of all the possible fight start message.

Definition at line 112 of file BotUtility.java.


The documentation for this class was generated from the following file: