d2bs 부기사가 기사방에 입장을 안합니다.
var StarterConfig = {
JoinChannel: "", // Name of the channel to join
FirstJoinMessage: "", // Message to say when first joining a channel, usually ".login"
ChatActionsDelay: 2, // Seconds to wait in lobby before entering a channel
JoinRetryDelay: 5, // Time in seconds to wait before next join attempt
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
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: 30, // 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: "kak-ba": ["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": ["kak-bow", "kak-pala"],
"lead2": ["follow3", "follow4"]
};
*/
var JoinSettings = {
"Leader": ["kak-bow", "kak-pala"]
};
// Advanced config - you don't have to edit this unless you need some of the features provided
var AdvancedConfig = {
/* Features: Override join delay for each profile
* Format *:
"Profile Name": {JoinDelay: number_of_seconds}
* Example * (don't edit this - it's just an example):
"MyProfile1": {JoinDelay: 3},
"MyProfile2": {JoinDelay: 6}
*/
// Put your lines under this one. Multiple entries are separated by commas.
어느곳을 손봐야 하나요..ㅜ.ㅜ
알려주시면 감사합니다

