Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var StarterConfig = {
- JoinChannel: "op kolbot", // Name of the channel to join
- FirstJoinMessage: ".leech", // Message to say when first joining a channel, usually ".login"
- ChatActionsDelay: 2, // Seconds to wait in lobby before entering a channel
- SwitchKeyDelay: 0, // Seconds to wait before switching a used/banned key or after realm down
- CrashDelay: 60, // Seconds to wait after a d2 window crash
- RealmDownDelay: 3, // Minutes to wait after getting Realm Down message
- UnableToConnectDelay: 5, // Minutes to wait after Unable To Connect message
- CDKeyInUseDelay: 5, // Minutes to wait before connecting again if CD-Key is in use. SwitchKeys overrides this!
- ConnectingTimeout: 20, // Seconds to wait before cancelling the 'Connecting...' screen
- PleaseWaitTimeout: 10, // Seconds to wait before cancelling the 'Please Wait...' screen
- WaitInLineTimeout: 60, // Seconds to wait before cancelling the 'Waiting in Line...' screen
- GameDoesNotExistTimeout: 30 // Seconds to wait before cancelling the 'Game does not exist.' screen
- };
- /* Join game settings
- Format: "leader's profile": ["leecher 1 profile", "leecher 2 profile", ...]
- If you want everyone to join the same leader, use "leader's profile": ["all"]
- NOTE: Use PROFILE names (profile matches window title), NOT character/account names
- leader:leecher groups need to be divided by a comma
- example:
- var JoinSettings = {
- "lead1": ["follow1", "follow2"],
- "lead2": ["follow3", "follow4"]
- };
- */
- var JoinSettings = {
- "foreverDrunk": ["foreverTroll", "foreverNado", "foreverExiled"]
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement