Skip to content
질문/답변다크 모드

d2bs 부기사가 기사방에 입장을 안합니다.

조회 수
381
추천 수
0
등록일

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.

 

 

어느곳을 손봐야 하나요..ㅜ.ㅜ

 

알려주시면 감사합니다

반갑습니다.  35세입니다
17년만 복구입니다.
댓글 4
권한이 없습니다.
다크 모드

댓글을 추천하시면 답변으로 채택됩니다.

댓글을 추천하면 글 작성자와 댓글 작성자 둘 다 경험치를 획득합니다.

자세한 내용은 업데이트 공지를 참고해주시기 바랍니다.