問題: 我的補師不停地對我的刺客施展治癒術, 血滿了還是一樣,而且只要主人不在地圖視線內,補師就會自動放棄跟隨,請問各位大大到底是什麽地方出問題了嗎?我用的版本是7660,沒有巨集,以下是我的設定:
partySkill 治癒術 {
lvl 10
notPartyOnly 1
target xxx
target_hp < 90%
}
partySkill 天使之賜福 {
lvl 10
notPartyOnly 1
target xxx
target_whenStatusInactive 天使之賜福狀態
stopWhenHit 0
notWhileSitting 0
target_timeout 120
}
partySkill 加速術 {
lvl 10
notPartyOnly 1
target xxx
target_whenStatusInactive 加速術狀態
stopWhenHit 1
notWhileSitting 0
target_timeout 120
}
partySkill 霸邪之陣 {
lvl 10
notPartyOnly 1
target xxx
maxAttempts 1
stopWhenHit 1
target_whenStatusInactive 霸邪之陣狀態
target_timeout 5
}
partySkill 神威祈福 {
lvl 5
notPartyOnly 1
target xxx
target_whenStatusInactive 神威祈福狀態
stopWhenHit 0
notWhileSitting 0
target_timeout 10
}
--------------------------------------------分割線------------------------------------------------
follow 1
# 是否開啟跟隨模式
followTarget xxx
# 跟隨目標 (主人,玩家名稱)
followEmotion 1
# 若主人秀出表情符號,是否也跟著用表情符號
followEmotion_distance 4
# 在距離幾格內偵測到主人有表情符號,才會跟著用表情符號
followFaceDirection 0
# 是否永遠面向主人
followDistanceMax 2
# 跟隨的最長距離
followDistanceMin 1
# 跟隨的最短距離
followLostStep 50
# 跟丟主人時,往主人最後出現的方位走幾步以嘗試尋找主人
followSitAuto 0
# 是否自動跟著主人坐下
followBot 0
# 主人是否也是 Bot
|