// Battle orders script - Use this for 2+ characters (for example BO barb + sorc)
Scripts.BattleOrders = false;
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 = []; // List of players to wait for before casting Battle Orders (mode 0). All players must be in the same area as the BOer.
角色腳本內有此功能但不知是否就是BO使用? 作者: pengpeng 时间: 2016-10-14 15:23
这个这个。。。作者: shaylin3 时间: 2016-11-28 12:39
研究成功過 以下舉例法師帶野蠻
野蠻
// Battle orders script - Use this for 2+ characters (for example BO barb + sorc)
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的腳色ID"]; // List of players to wait for before casting Battle Orders (mode 0). All players must be in the same area as the BOer.
法師
// Battle orders script - Use this for 2+ characters (for example BO barb + sorc)
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 = ["BO野蠻ID"]; // List of players to wait for before casting Battle Orders (mode 0). All players must be in the same area as the BOer.作者: copy 时间: 2016-11-28 13:50
shaylin3 发表于 2016-11-28 12:39
研究成功過 以下舉例法師帶野蠻
野蠻
// Battle orders script - Use this for 2+ characters (for example ...