|
1,自动建ACC CHAR 填满后,手动清空..如何让BOT继续存入这个ACC 和CHAR?
2,BOT 踩住Cd了,能不能一直在游戏里等?
- // DC设定 // DClone config
- Config.StopOnDClone = true; // 发现DC后立即回城。 // Go to town and idle as soon as Diablo walks the Earth
- Config.SoJWaitTime = 5; // 发现出售soj后在离开游戏前在游戏内等待的时间,单位:分钟。0为禁用。 // Time in minutes to wait for another SoJ sale before leaving game. 0 = disabled
- Config.KillDclone = false; // 前往Palace Cellar 3尝试击杀DC,请注意身上不能携带anni。 // Go to Palace Cellar 3 and try to kill Diablo Clone. Pointless if you already have Annihilus.
- Config.DCloneQuit = false; // 1 = quit when Diablo walks, 2 = quit on soj sales, 0 = disabled
复制代码
|
|