战网中国

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz

facelist

您需要登录后才可以留言 登录 | 立即注册


aswq1234ma 2017-9-18 21:34
使用kolbot問題 D2BS is not responding... starting profile 如何设置操作系统,我的是XP
zilinx 2017-9-12 17:36
元斌: 前輩你好
目前設置的8人拓荒感覺還是有點力不從心
隊長腳本
var ChannelConfig = {
        /* Override default values for JoinChannel, FirstJoinMessage, AnnounceG ...
覺得力不從心?
不是很清楚目前碰到的難處!
看起來似乎是可以跑的狀態,問題是在於常吃小雞嗎?
依個人想法,並不建議開荒跑這麼多人.....
1.電腦負擔大
2.小雞機率高
3.開荒系統出問題機率也高(crash)

這系統,個人準備兩種腳本。
1.過關(任務)用
2.升級和MF用

在 ..\d2bs\kolbot\libs\config\人物檔 裡,有所有角色的基本模板。
在技能設置的下面,有角色的特殊技能的設置,若要新增一個開荒模組裡沒有的角色人物,
例如.....
1.複製一個開荒的角色設定檔,更名。
2.開啟該檔案,將原本角色的[Class specific config]挖掉,改為對應角色使用
3.修改 [AutoBuild System],將腳本檔案改為該角色用
4.新增角色的 Profile ,將該 Profile name 加入 D2BotFollow.dbj
5.新增 Profile 的對應角色檔案至 _CustomConfig.js
6.各角色檔加入新增的角色名


/* Attack config
       
* -1To disable an attack, set it to -1
       
* Skills MUST be POSITIVE numbers. For reference see http://pastebin.com/baShRwWM
       
*/
Config.AttackSkill[0] = -1; // Preattack skill.
Config.AttackSkill[1] = 0; // Primary skill to bosses.
Config.AttackSkill[2] = -1; // Primary aura to bosses
Config.AttackSkill[3] = 0; // Primary skill to others.
Config.AttackSkill[4] = -1; // Primary aura to others.
Config.AttackSkill[5] = -1; // Secondary skill if monster is immune to primary.
Config.AttackSkill[6] = -1; // Secondary aura.

// Low mana skills - these will be used if main skills can't be cast.
Config.LowManaSkill[0] = -1; // Timed low mana skill.
Config.LowManaSkill[1] = -1; // Untimed low mana skill.

/* Advanced Attack config. Allows custom skills to be used on custom monsters.
* Format: "Monster Name": [timed skill id, untimed skill id]
* Multiple entries are separated by commas
*/
Config.CustomAttack = {
                        //"Monster Name": [-1, -1]
                      };

Config.BossPriority = true;        // Set to true to attack Unique/SuperUnique monsters first when clearing
Config.ClearType = 0;        // Monster spectype to kill in level clear scripts (ie. Mausoleum). 0xF = skip normal, 0x7 = champions/bosses, 0 = all


// Class specific config
Config.AvoidDolls = false;        // Try to attack Soul Killers from a greater distance with hammerdins.
Config.Vigor = true;        // Swith to Vigor when running
Config.Charge = true;        // Use Charge when running
Config.Redemption = [0, 0];        // Switch to Redemption after clearing an area if under designated life or mana. Format: [lifepercent, manapercent]

// AutoBuild System ( See /d2bs/kolbot/libs/config/Builds/README.txt for instructions )
Config.AutoBuild.Enabled = true;        // This will enable or disable the AutoBuild system
Config.AutoBuild.Template = "BlessedHammer";        // The name of the build associated with an existing

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

GMT+8, 2024-5-19 20:39 , Processed in 0.063025 second(s), 9 queries .

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

返回顶部