战网中国

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
楼主: mploveshinya
打印 上一主题 下一主题

kolbot组队问题求救

[复制链接]

6

主题

63

帖子

269

积分

侠客

Rank: 3Rank: 3

积分
269
31#
 楼主| 发表于 2018-4-24 17:32:52 | 只看该作者
lighkl 发表于 2018-4-24 17:23
有CTA他就BO,没有CTA就不BO了,另外在游戏里有CTA的角色会在固定地点BO,脚本里BO是给BAR用的,你队伍里 ...

那没有CTA的helper没有办法享受一开始的bo了?
回复 支持 反对

使用道具 举报

143

主题

1733

帖子

8172

积分

风云使者

Rank: 7Rank: 7Rank: 7

积分
8172

突出贡献

32#
发表于 2018-4-24 17:35:16 | 只看该作者
本帖最后由 dark-f 于 2018-4-24 17:41 编辑
mploveshinya 发表于 2018-4-24 17:11
不愧是大神,我把leader和helper的bo的false了,然后正常了。
不过有个2个问题还是要请教:
1、leader我设 ...

MFhelper对diablohelper和baalhelper是无效的

所以,如果你杀diablo和baal又要mf其它的,有2种方法:
(1)先杀diablo和baal后mf其它的
那么你就要把leader设置中的diablo和baal这2个搬到act1的前面
(2)后杀diablo和baal,就把那2个搬到act5的后面

就行了

看先杀的情况:
  1. <div><div><div><div>下面2个是人物
  2. 队长
  3. // Sorceress config file

  4. /* Brief instructions:
  5. * Notepad++ is HIGHLY recommended to use for editing these files. Visit http://notepad-plus-plus.org/
  6. * To comment out something, put // in front of that line
  7. * !!!Never comment out something you're not sure about, set it to false or disable as noted in description if you don't want to use it.
  8. * true and false are case sensitive. Good: Config.SomeVar = true; Bad: Config.SomeVar = True;
  9. */

  10. function LoadConfig() {
  11.         /* Sequence config
  12.          * Set to true if you want to run it, set to false if not.
  13.          * If you want to change the order of the scripts, just change the order of their lines by using cut and paste.
  14.          */
  15.          
  16.         // User addon script. Read the description in libs/bots/UserAddon.js
  17.         Scripts.UserAddon = false; // !!!YOU MUST SET THIS TO FALSE IF YOU WANT TO RUN BOSS/AREA SCRIPTS!!!

  18.         // Battle orders script - Use this for 2+ characters (for example BO barb + sorc)
  19.         Scripts.BattleOrders = true;
  20.                 Config.BattleOrders.Mode = 0; // 0 = give BO, 1 = get BO
  21.                 Config.BattleOrders.Wait = true; // Idle until the player that received BO leaves.
  22.                 Config.BattleOrders.Getters = ["PALYOU"]; // List of players to wait for before casting Battle Orders (mode 0). All players must be in the same area as the BOer.

  23.         // Team MF system
  24.         Config.MFLeader = true; // Set to true if you have one or more MFHelpers. Opens TP and gives commands when doing normal MF runs.

  25.         // Boss/area script</div><div>
  26. </div><div>Scripts.Diablo = true;
  27.   Config.Diablo.Entrance = true; // Start from entrance
  28.   Config.Diablo.SealWarning = "Leave the seals alone!";
  29.   Config.Diablo.EntranceTP = "Entrance TP up";
  30.   Config.Diablo.StarTP = "Star TP up";
  31.   Config.Diablo.DiabloMsg = "Diablo";</div><div> Scripts.Baal = true;
  32.   Config.Baal.HotTPMessage = "Hot TP!";
  33.   Config.Baal.SafeTPMessage = "Safe TP!";
  34.   Config.Baal.BaalMessage = "Baal!";
  35.   Config.Baal.SoulQuit = false; // End script if Souls (Undead Soul Killers) are found.
  36.   Config.Baal.DollQuit = false; // End script if Dolls (Undead Stigyan Dolls) are found.
  37.   Config.Baal.KillBaal = true; // Kill Baal. Leaves game after wave 5 if false.

  38.         // *** act 1 ***
  39.         Scripts.Corpsefire = false;
  40.                 Config.Corpsefire.ClearDen = false;
  41.         Scripts.Mausoleum = false;
  42.                 Config.Mausoleum.KillBloodRaven = true;
  43.                 Config.Mausoleum.ClearCrypt = false;
  44.         Scripts.Rakanishu = false;
  45.                 Config.Rakanishu.KillGriswold = false;
  46.         Scripts.UndergroundPassage = false;
  47.         Scripts.Coldcrow = false;
  48.         Scripts.Tristram = false;
  49.                 Config.Tristram.PortalLeech = false; // Set to true to open a portal for leechers.
  50.         Scripts.Pit = false;
  51.                 Config.Pit.ClearPit1 = false;
  52.         Scripts.Treehead = false;
  53.         Scripts.Smith = false;
  54.         Scripts.BoneAsh = false;
  55.         Scripts.Countess = false;
  56.                 Config.Countess.KillGhosts = false;
  57.         Scripts.Andariel = false;
  58.         Scripts.Cows = false;

  59.         // *** act 2 ***
  60.         Scripts.Radament = false;
  61.         Scripts.Coldworm = false;
  62.                 Config.Coldworm.KillBeetleburst = false;
  63.                 Config.Coldworm.ClearMaggotLair = false; // Clear all 3 levels
  64.         Scripts.AncientTunnels = false;
  65.                 Config.AncientTunnels.OpenChest = false; // Open special chest in Lost City
  66.                 Config.AncientTunnels.KillDarkElder = false;
  67.         Scripts.Summoner = false;
  68.                 Config.Summoner.FireEye = false;
  69.         Scripts.Tombs = false;
  70.         Scripts.Duriel = false;

  71.         // *** act 3 ***
  72.         Scripts.Stormtree = false;
  73.         Scripts.KurastTemples = false;
  74.         Scripts.Icehawk = false;
  75.         Scripts.Endugu = false;
  76.         Scripts.Travincal = true;
  77.                 Config.Travincal.PortalLeech = false; // Set to true to open a portal for leechers.
  78.         Scripts.Mephisto = true;
  79.                 Config.Mephisto.MoatTrick = false;
  80.                 Config.Mephisto.KillCouncil = true;
  81.                 Config.Mephisto.TakeRedPortal = false;

  82.         // *** act 4 ***
  83.         Scripts.OuterSteppes = false;
  84.         Scripts.Izual = false;
  85.         Scripts.Hephasto = false;
  86.         Scripts.Vizier = false; // Intended for classic sorc, kills Vizier only.
  87.         Scripts.FastDiablo = false;
  88.         Scripts.Diablo = true;
  89.                 Config.Diablo.Entrance = false; // Start from entrance
  90.                 Config.Diablo.SealWarning = "Leave the seals alone!";
  91.                 Config.Diablo.EntranceTP = "Entrance TP up";
  92.                 Config.Diablo.StarTP = "Star TP up";

  93.         Scripts.SealLeader = false; // Clear a safe spot around seals and invite leechers in. Leechers should run SealLeecher script. Don't run with Diablo or FastDiablo.

  94.         // *** act 5 ***
  95.         Scripts.Pindleskin = true;
  96.                 Config.Pindleskin.UseWaypoint = true;
  97.                 Config.Pindleskin.KillNihlathak = false;
  98.                 Config.Pindleskin.ViperQuit = false; // End script if Tomb Vipers are found.
  99.         Scripts.Nihlathak = false;
  100.                 Config.Nihlathak.ViperQuit = false; // End script if Tomb Vipers are found.
  101.         Scripts.Eldritch = false;
  102.                 Config.Eldritch.OpenChest = false;
  103.                 Config.Eldritch.KillShenk = true;
  104.                 Config.Eldritch.KillDacFarren = false;
  105.         Scripts.Eyeback = false;
  106.         Scripts.SharpTooth = false;
  107.         Scripts.ThreshSocket = false;
  108.         Scripts.Abaddon = false;
  109.         Scripts.Frozenstein = false;
  110.                 Config.Frozenstein.ClearFrozenRiver = false;
  111.         Scripts.Bonesaw = false;
  112.                 Config.Bonesaw.ClearDrifterCavern = false;
  113.         Scripts.Snapchip = false;
  114.                 Config.Snapchip.ClearIcyCellar = false;
  115.         Scripts.Worldstone = false;
  116. </div></div></div></div>
复制代码


回复 支持 反对

使用道具 举报

210

主题

2302

帖子

7903

积分

风云使者

Rank: 7Rank: 7Rank: 7

积分
7903

社区居民忠实会员原创写手

QQ
33#
发表于 2018-4-24 17:39:10 | 只看该作者
dark-f 发表于 2018-4-24 17:35
MFhelper对diablohelper和baalhelper是无效的

所以,如果你杀diablo和baal又要mf其它的,有2种方法:

如果想让他们组队一起打DIA和BAAL之前的小BOSS怎么设置,我现在不知道这个在哪里设置。
回复 支持 反对

使用道具 举报

143

主题

1733

帖子

8172

积分

风云使者

Rank: 7Rank: 7Rank: 7

积分
8172

突出贡献

34#
发表于 2018-4-24 17:43:04 | 只看该作者
lighkl 发表于 2018-4-24 17:39
如果想让他们组队一起打DIA和BAAL之前的小BOSS怎么设置,我现在不知道这个在哪里设置。 ...

把那最前面的2个调到act5的最后
回复 支持 反对

使用道具 举报

210

主题

2302

帖子

7903

积分

风云使者

Rank: 7Rank: 7Rank: 7

积分
7903

社区居民忠实会员原创写手

QQ
35#
发表于 2018-4-24 17:44:42 | 只看该作者
组队队长设置的:Config.MFLeader = true;
跟班对应的设置:Scripts.MFHelper = true;
队长直接在脚本里就可以设置要MF的地方,跟班的如果要和队长一起打需要在哪里设置?
回复 支持 反对

使用道具 举报

143

主题

1733

帖子

8172

积分

风云使者

Rank: 7Rank: 7Rank: 7

积分
8172

突出贡献

36#
发表于 2018-4-24 18:44:24 | 只看该作者
lighkl 发表于 2018-4-24 17:44
组队队长设置的:Config.MFLeader = true;
跟班对应的设置:Scripts.MFHelper = true;
队长直接在脚本里就 ...

跟班只要设
MFhelper=true
diablohelper=true
baalhelper=true
其它boss都不用设,它会自动跟leader一起打
回复 支持 反对

使用道具 举报

210

主题

2302

帖子

7903

积分

风云使者

Rank: 7Rank: 7Rank: 7

积分
7903

社区居民忠实会员原创写手

QQ
37#
发表于 2018-4-24 18:49:36 | 只看该作者
dark-f 发表于 2018-4-24 18:44
跟班只要设
MFhelper=true
diablohelper=true

哦,明白了
回复 支持 反对

使用道具 举报

6

主题

63

帖子

269

积分

侠客

Rank: 3Rank: 3

积分
269
38#
 楼主| 发表于 2018-4-25 05:24:29 | 只看该作者
dark-f 发表于 2018-4-24 17:35
MFhelper对diablohelper和baalhelper是无效的

所以,如果你杀diablo和baal又要mf其它的,有2种方法:

按照你的方法,没成功。
helper 杀Baal后退出房间,队长一个人去k杀议会和M了。
回复 支持 反对

使用道具 举报

143

主题

1733

帖子

8172

积分

风云使者

Rank: 7Rank: 7Rank: 7

积分
8172

突出贡献

39#
发表于 2018-4-25 07:15:19 | 只看该作者
本帖最后由 dark-f 于 2018-4-25 07:17 编辑
mploveshinya 发表于 2018-4-25 05:24
按照你的方法,没成功。
helper 杀Baal后退出房间,队长一个人去k杀议会和M了。 ...

leader
  1.         Config.MFLeader = true; // Set to true if you have one or more MFHelpers. Opens TP and gives commands when doing normal MF runs.

  2.         // Boss/area scripts
  3.         
  4.         // *** Cows ***
  5.         Scripts.Cows = false;
  6.         
  7.         // *** Diablo & Baal ***
  8.         Scripts.Diablo = true;
  9.                 Config.Diablo.Entrance = false; // Start from entrance
  10.                 Config.Diablo.SealWarning = "Leave the seals alone!";
  11.                 Config.Diablo.EntranceTP = "Entrance TP up";
  12.                 Config.Diablo.StarTP = "Star TP up";
  13.                 Config.Diablo.DiabloMsg = "Diablo";
  14.         Scripts.Baal = true;
  15.                 Config.Baal.HotTPMessage = "Hot TP!";
  16.                 Config.Baal.SafeTPMessage = "Safe TP!";
  17.                 Config.Baal.BaalMessage = "Baal!";
  18.                 Config.Baal.SoulQuit = false; // End script if Souls (Undead Soul Killers) are found.
  19.                 Config.Baal.DollQuit = false; // End script if Dolls (Undead Stigyan Dolls) are found.
  20.                 Config.Baal.KillBaal = true; // Kill Baal. Leaves game after wave 5 if false.

  21.         // *** act 5 ***
  22.         Scripts.Pindleskin = true;
  23.                 Config.Pindleskin.UseWaypoint = false;
  24.                 Config.Pindleskin.KillNihlathak = false;
  25.                 Config.Pindleskin.ViperQuit = false; // End script if Tomb Vipers are found.
  26.         Scripts.Nihlathak = false;
  27.                 Config.Nihlathak.ViperQuit = false; // End script if Tomb Vipers are found.
  28.         Scripts.Eldritch = true;
  29.                 Config.Eldritch.OpenChest = false;
  30.                 Config.Eldritch.KillShenk = true;
  31.                 Config.Eldritch.KillDacFarren = false;
  32.         Scripts.SharpTooth = false;
  33.         Scripts.ThreshSocket = false;
  34.         Scripts.Eyeback = false;
  35.         Scripts.Abaddon = false;
  36.         Scripts.Frozenstein = false;
  37.                 Config.Frozenstein.ClearFrozenRiver = true;
  38.         Scripts.Bonesaw = false;
  39.                 Config.Bonesaw.ClearDrifterCavern = false;
  40.         Scripts.Snapchip = false;
  41.                 Config.Snapchip.ClearIcyCellar = true;
  42.         Scripts.Worldstone = false;

  43.         // *** act 3 ***
  44.         Scripts.Stormtree = false;
  45.         /*Scripts.KTemple1 = false;
  46.         Scripts.KTemple2 = false;
  47.         Scripts.KTemple3 = false;
  48.         Scripts.KTemple4 = false;
  49.         Scripts.KTemple5 = false;
  50.         Scripts.KTemple6 = false;*/
  51.         Scripts.KurastTemples = false;
  52.         Scripts.Icehawk = false;
  53.         Scripts.Endugu = false;
  54.         Scripts.Mephisto = true;
  55.                 Config.Mephisto.MoatTrick = false;
  56.                 Config.Mephisto.KillCouncil = false;
  57.                 Config.Mephisto.TakeRedPortal = false;
  58.         Scripts.Travincal = true;
  59.                 Config.Travincal.PortalLeech = false; // Set to true to open a portal for leechers.

  60.         // *** act 2 ***
  61.         Scripts.Radament = false;
  62.         Scripts.Coldworm = false;
  63.                 Config.Coldworm.KillBeetleburst = false;
  64.                 Config.Coldworm.ClearMaggotLair = false; // Clear all 3 levels
  65.         Scripts.AncientTunnels = false;
  66.                 Config.AncientTunnels.OpenChest = false; // Open special chest in Lost City
  67.                 Config.AncientTunnels.KillDarkElder = false;
  68.         Scripts.Summoner = false;
  69.                 Config.Summoner.FireEye = false;
  70.         Scripts.Tombs = false;
  71.         Scripts.Duriel = false;

  72.         // *** act 4 ***
  73.         Scripts.OuterSteppes = false;
  74.         Scripts.Izual = false;
  75.         Scripts.Hephasto = false;
  76.         Scripts.Vizier = false; // Intended for classic sorc, kills Vizier only.
  77.         Scripts.FastDiablo = false;
  78.         Scripts.SealLeader = false; // Clear a safe spot around seals and invite leechers in. Leechers should run SealLeecher script. Don't run with Diablo or FastDiablo.

  79.                 // *** act 1 ***
  80.         Scripts.Corpsefire = false;
  81.                 Config.Corpsefire.ClearDen = false;
  82.         Scripts.Mausoleum = false;
  83.                 Config.Mausoleum.KillBloodRaven = false;
  84.                 Config.Mausoleum.ClearCrypt = false;
  85.         Scripts.Rakanishu = false;
  86.                 Config.Rakanishu.KillGriswold = true;
  87.         Scripts.UndergroundPassage = false;
  88.         Scripts.Coldcrow = false;
  89.         Scripts.Tristram = false;
  90.                 Config.Tristram.PortalLeech = false; // Set to true to open a portal for leechers.
  91.         Scripts.Treehead = false;
  92.         Scripts.Smith = false;
  93.         Scripts.BoneAsh = false;
  94.         Scripts.Countess = false;
  95.                 Config.Countess.KillGhosts = false;
  96.         Scripts.Andariel = true;
  97.         Scripts.Pit = false;
  98.                 Config.Pit.ClearPit1 = false;[code]      
复制代码

[/code]

follower
回复 支持 反对

使用道具 举报

143

主题

1733

帖子

8172

积分

风云使者

Rank: 7Rank: 7Rank: 7

积分
8172

突出贡献

40#
发表于 2018-4-25 07:18:43 | 只看该作者
follower

  1.         // Team MF system
  2.         Config.MFLeader = false; // Set to true if you have one or more MFHelpers. Opens TP and gives commands when doing normal MF runs.

  3.         // Boss/area scripts

  4.         // *** Diablo & Baal ***
  5.         Scripts.DiabloHelper = true; // Chaos helper, kills monsters and doesn't open seals on its own.
  6.                 Config.DiabloHelper.Wait = 240; // Seconds to wait for a runner to be in Chaos. If Config.Leader is set, it will wait only for the leader.
  7.                 Config.DiabloHelper.Entrance = false; // Start from entrance. Set to false to start from star.
  8.                 Config.DiabloHelper.SkipTP = false; // Don't wait for town portal and directly head to chaos. It will clear monsters around chaos entrance and wait for the runner.
  9.                 Config.DiabloHelper.SkipIfBaal = true; // End script if there are party members in a Baal run.
  10.         Scripts.BaalHelper = true;
  11.                 Config.BaalHelper.Wait = 120; // Seconds to wait for a runner to be in Throne
  12.                 Config.BaalHelper.KillNihlathak = false; // Kill Nihlathak before going to Throne
  13.                 Config.BaalHelper.FastChaos = false; // Kill Diablo before going to Throne
  14.                 Config.BaalHelper.DollQuit = false;  // End script if Dolls (Undead Soul Killers) are found.
  15.                 Config.BaalHelper.KillBaal = true; // Kill Baal. If set to false, you must configure Config.QuitList or the bot will wait indefinitely.
  16.                 Config.BaalHelper.SkipTP = false; // Don't wait for a TP, go to WSK3 and wait for someone to go to throne. Anti PK measure.

  17.         // *** act 1 ***
  18.         Scripts.Corpsefire = false;
  19.                 Config.Corpsefire.ClearDen = false;
  20.         Scripts.Mausoleum = false;
  21.                 Config.Mausoleum.KillBloodRaven = false;
  22.                 Config.Mausoleum.ClearCrypt = false;
  23.         Scripts.Rakanishu = false;
  24.                 Config.Rakanishu.KillGriswold = true;
  25.         Scripts.UndergroundPassage = false;
  26.         Scripts.Coldcrow = false;
  27.         Scripts.Tristram = false;
  28.                 Config.Tristram.PortalLeech = false; // Set to true to open a portal for leechers.
  29.         Scripts.Pit = false;
  30.                 Config.Pit.ClearPit1 = true;
  31.         Scripts.Treehead = false;
  32.         Scripts.Smith = false;
  33.         Scripts.BoneAsh = false;
  34.         Scripts.Countess = false;
  35.                 Config.Countess.KillGhosts = false;
  36.         Scripts.Andariel = false;
  37.         Scripts.Cows = false;

  38.         // *** act 2 ***
  39.         Scripts.Radament = false;
  40.         Scripts.Coldworm = false;
  41.                 Config.Coldworm.KillBeetleburst = false;
  42.                 Config.Coldworm.ClearMaggotLair = false; // Clear all 3 levels
  43.         Scripts.AncientTunnels = false;
  44.                 Config.AncientTunnels.OpenChest = false; // Open special chest in Lost City
  45.                 Config.AncientTunnels.KillDarkElder = false;
  46.         Scripts.Summoner = false;
  47.                 Config.Summoner.FireEye = false;
  48.         Scripts.Tombs = false;
  49.         Scripts.Duriel = false;

  50.         // *** act 3 ***
  51.         Scripts.Stormtree = false;
  52.         Scripts.KurastTemples = false;
  53. /*        Scripts.LowerKurast = false;
  54.         Scripts.UKTemples = false;
  55.         Scripts.KTemple1 = false;
  56.         Scripts.KTemple2 = false;
  57.         Scripts.KTemple3 = false;
  58.         Scripts.KTemple4 = false;
  59.         Scripts.KTemple5 = false;
  60.         Scripts.KTemple6 = false;*/
  61.         Scripts.Icehawk = false;
  62.         Scripts.Endugu = false;
  63.         Scripts.Travincal = false;
  64.                 Config.Travincal.PortalLeech = false; // Set to true to open a portal for leechers.
  65.         Scripts.Mephisto = false;
  66.                 Config.Mephisto.MoatTrick = false;
  67.                 Config.Mephisto.KillCouncil = false;
  68.                 Config.Mephisto.TakeRedPortal = true;

  69.         // *** act 4 ***
  70.         Scripts.OuterSteppes = false;
  71.         Scripts.Izual = false;
  72.         Scripts.Hephasto = false;
  73.         Scripts.Vizier = false; // Intended for classic sorc, kills Vizier only.
  74.         Scripts.FastDiablo = false;
  75.         Scripts.Diablo = false;
  76.                 Config.Diablo.Entrance = true; // Start from entrance
  77.                 Config.Diablo.SealWarning = "Leave the seals alone!";
  78.                 Config.Diablo.EntranceTP = "Entrance TP up";
  79.                 Config.Diablo.StarTP = "Star TP up";
  80.                 Config.Diablo.DiabloMsg = "Diablo";
  81.         Scripts.SealLeader = false; // Clear a safe spot around seals and invite leechers in. Leechers should run SealLeecher script. Don't run with Diablo or FastDiablo.

  82.         // *** act 5 ***
  83.         Scripts.Pindleskin = false;
  84.                 Config.Pindleskin.UseWaypoint = false;
  85.                 Config.Pindleskin.KillNihlathak = true;
  86.                 Config.Pindleskin.ViperQuit = false; // End script if Tomb Vipers are found.
  87.         Scripts.Nihlathak = false;
  88.                 Config.Nihlathak.ViperQuit = false; // End script if Tomb Vipers are found.
  89.         Scripts.Eldritch = false;
  90.                 Config.Eldritch.OpenChest = true;
  91.                 Config.Eldritch.KillShenk = true;
  92.                 Config.Eldritch.KillDacFarren = true;
  93.         Scripts.Eyeback = false;
  94.         Scripts.SharpTooth = false;
  95.         Scripts.ThreshSocket = false;
  96.         Scripts.Abaddon = false;
  97.         Scripts.Frozenstein = false;
  98.                 Config.Frozenstein.ClearFrozenRiver = true;
  99.         Scripts.Bonesaw = false;
  100.                 Config.Bonesaw.ClearDrifterCavern = false;
  101.         Scripts.Snapchip = false;
  102.                 Config.Snapchip.ClearIcyCellar = true;
  103.         Scripts.Worldstone = false;
  104.         Scripts.Baal = false;
  105.                 Config.Baal.HotTPMessage = "Hot TP!";
  106.                 Config.Baal.SafeTPMessage = "Safe TP!";
  107.                 Config.Baal.BaalMessage = "Baal!";
  108.                 Config.Baal.SoulQuit = false; // End script if Souls (Undead Soul Killers) are found.
  109.                 Config.Baal.DollQuit = false; // End script if Dolls (Undead Stigyan Dolls) are found.
  110.                 Config.Baal.KillBaal = true; // Kill Baal. Leaves game after wave 5 if false.
复制代码
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|BattleCN ( 陕ICP备05006600号 )

GMT+8, 2025-2-7 12:10 , Processed in 0.050992 second(s), 20 queries .

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表