标题: 请教kolbot bo的问题 [打印本页] 作者: zhyliu 时间: 2015-7-2 11:53 标题: 请教kolbot bo的问题 sor设置
Scripts.BattleOrders = true;
Config.BattleOrders.Mode =1; // 0 = give BO, 1 = get BO
Config.BattleOrders.Wait = true; // Idle until the player that received BO leaves.
Config.BattleOrders.Getters = [ ]
bar 设置
Scripts.BattleOrders = true;
Config.BattleOrders.Mode =0; // 0 = give BO, 1 = get BO
Config.BattleOrders.Wait = true; // Idle until the player that received BO leaves.
Config.BattleOrders.Getters = []
bo完,sor 没bo上,是不是Config.BattleOrders.Getters = []这里要设置啊。
谢谢作者: jecool 时间: 2015-7-3 13:22
单人mf不用设置,给cta自己会bo。组队没玩,情况未知。作者: zhyliu 时间: 2015-7-3 14:13
我玩HC,想先用BAR bo 再去mf作者: ggwsck 时间: 2015-7-6 13:41
[]里要填上sor的名字,但是bar吼完以后只会呆在act1不动了作者: cropcircle 时间: 2015-7-7 02:27
sor设置
Scripts.BattleOrders = true;
Config.BattleOrders.Mode =1; // 0 = give BO, 1 = get BO
Config.BattleOrders.Wait = false; // Idle until the player that received BO leaves.
Config.BattleOrders.Getters = [ ]
bar 设置
Scripts.BattleOrders = true;
Config.BattleOrders.Mode =0; // 0 = give BO, 1 = get BO
Config.BattleOrders.Wait = false; // Idle until the player that received BO leaves.
Config.BattleOrders.Getters = [\"SorName\"]作者: michael_wong 时间: 2015-7-7 14:52
要填chart在游戏中的名字作者: zhyliu 时间: 2015-7-11 22:06
谢谢