Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var StarterConfig = {
- MinGameTime: 180, // Minimum game length in seconds. If a game is ended too soon, the rest of the time is waited in the lobby
- PingQuitDelay: 30, // Time in seconds to wait in lobby after quitting due to high ping
- CreateGameDelay: 6, // Seconds to wait before creating a new game
- ResetCount: 999, // Reset game count back to 1 every X games.
- CharacterDifference: 85, // Character level difference. Set to false to disable character difference.
- ChatActionsDelay: 2, // Seconds to wait in lobby before entering a channel
- // ChannelConfig can override these options for individual profiles.
- JoinChannel: "", // Default channel. Can be an array of channels - ["channel 1", "channel 2"]
- FirstJoinMessage: "", // Default join message. Can be an array of messages
- AnnounceGames: false, // Default value
- AfterGameMessage: "ng, best Dia&Baal runs, no shity hammerdins here no. Assa, Ama, necro & Sorc GG", // Default message after a finished game. Can be an array of messages
- SwitchKeyDelay: 5, // Seconds to wait before switching a used/banned key or after realm down
- CrashDelay: 5, // Seconds to wait after a d2 window crash
- FTJDelay: 10, // Seconds to wait after failing to create a game
- 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.
- 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
- };
- var ChannelConfig = {
- "Mormor": {
- JoinChannel: "Op babybaal",
- FirstJoinMessage: ".login",
- AnnounceGames: true,
- AfterGameMessage: "Doing dia/baalruns as assa. Not max gear yet but working!"
- },
- "MrsX": {
- JoinChannel: ["Op MrX"],
- FirstJoinMessage: [""],
- AfterGameMessage: [""]
- }
- /* Override default values for JoinChannel, FirstJoinMessage, AnnounceGames and AfterGameMessage per profile
- It's possible to override any number of these options (you don't have to put all of them)
- **** DO NOT EDIT ANYTHING INSIDE THIS COMMENT BLOCK ***
- Format:
- "Profile Name": {
- JoinChannel: "op hankzor7", -OR- ["channel 1", "channel 2"],
- FirstJoinMessage: "ng", -OR- ["join msg 1", "join msg 2"],
- AnnounceGames: true,
- AfterGameMessage: "message after a finished run" -OR- ["msg 1", msg 2"]
- }
- Multiple entries are separated by a comma
- Examples:
- "Profile 1": {
- JoinChannel: "my channel",
- FirstJoinMessage: ".login",
- AnnounceGames: true,
- AfterGameMessage: "follow my runs or die"
- },
- "Profile 2": {
- JoinChannel: ["channel 1", "channel 2"],
- FirstJoinMessage: [".login", "^login"],
- AfterGameMessage: ["follow my runs or die", "seriously, you'll die"]
- }
- */
- "Leecher1": {
- JoinChannel: ["Op babybaal"],
- FirstJoinMessage: [".login"],
- AfterGameMessage: ["Time for NG guys! Follow me delicious runs!!! GG"]
- },
- "barben": {
- JoinChannel: ["Op babybaal"],
- FirstJoinMessage: [".login"],
- AfterGameMessage: ["NG GUUUYS!"]
- }
- };
- */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement