Advertisement
lengend

Untitled

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