黃易群俠傳M脫機外掛應用程式黃易神行
1111
1

[發問] 我的祭司常常跟隨斷線

lodestar3789 發表於 2011-3-23 15:57:34 | 只看該作者 回帖獎勵 |正序瀏覽 |
############################
#      網路連線細節        #
############################
pauseCharServer 0
# 在連上交談伺服器之前要暫停幾秒 (視網路 LAG 情況而設定)
pauseMapServer 0
# 在連上地圖伺服器之前要暫停幾秒 (視網路 LAG 情況而設定)
ignoreInvalidLogin 0
# 若設為 1,則 Kore 會忽視 "帳號不存在" 的訊息
secureLogin_requestCode
# 安全登入需求碼(16進位)
# 如果遊戲伺服器要求安全連線,此處輸入安全需求碼(台版目前不需要)

addTableFolders tables/Old
######################搭配迴避技能plugin(avoidSkill.pl)################

avoidSkill 傳送之陣,火柱攻擊 {

# <要避免的技能名稱>

radius 4

# <要避免的技能的半徑範圍格數>

source Player
# <施放者類型,Monster=魔物;Player=玩家。若二者都有則留空白。有分大小寫>

method 0
# <以下數字選一個>
# 0 - 隨機移動至半徑 <avoidSkill_#_radius> 以外 <avoidSkill_#_step> 格的地方
# 1 - 往施法點反方向移動 <avoidSkill_#_step> 格
# 2 - 移動至最接近的施法者
# 3 - 瞬移飛走(免服不適用)
# 4 - 攻擊施法者(只能用在魔物)
# 5 - 使用技能(只能用在魔物)
# (methods 0-1 的選項)

step 7
# <要移動多遠的格數>
# (method 5 的選項)

skill
# <用來對付魔物的技能>
lvl
# <技能等級>

isSelfSkill 0
# 技能是否用在自己身上

maxCastTime
# like normal skill slots
minCastTime
# like normal skill slots
}
avoidSkill AL_WARP {

# <要避免的技能名稱>

radius 4

# <要避免的技能的半徑範圍格數>

source Player
# <施放者類型,Monster=魔物;Player=玩家。若二者都有則留空白。有分大小寫>

method 0
# <以下數字選一個>
# 0 - 隨機移動至半徑 <avoidSkill_#_radius> 以外 <avoidSkill_#_step> 格的地方
# 1 - 往施法點反方向移動 <avoidSkill_#_step> 格
# 2 - 移動至最接近的施法者
# 3 - 瞬移飛走(免服不適用)
# 4 - 攻擊施法者(只能用在魔物)
# 5 - 使用技能(只能用在魔物)
# (methods 0-1 的選項)

step 7
# <要移動多遠的格數>
# (method 5 的選項)

skill
# <用來對付魔物的技能>
lvl
# <技能等級>

isSelfSkill 0
# 技能是否用在自己身上

maxCastTime
# like normal skill slots
minCastTime
# like normal skill slots
}

####################################################################
#                                                                  #
#                   2.鎖定地圖 設定                                #
#                                                                  #
####################################################################
# 註:地圖名稱以 /tables/maps.txt 的英文名稱為準,後面不加 .rsw

############################
#        鎖定地圖          #
############################
lockMap
# 鎖定的地圖名稱  
lockMap_x
#
# 鎖定的 X 座標
lockMap_y
#
# 鎖定的 Y 座標
lockMap_randX
#
# 鎖定的 X 座標的左右幾格範圍內(可省略)
lockMap_randY
#
# 鎖定的 Y 座標的上下幾格範圍內(可省略)
############################
#      存儲點地圖          #
############################
saveMap
# 角色重生點地圖名稱
saveMap_warpToBuyOrSell 0
# 自動買物或賣物啟動時是否用瞬移的方式回城。0 = 用走路的、1 = 用瞬移。
saveMap_warpChatCommand
# 是否使用聊天欄輸入指令來瞬移回城 (部份伺服器適用)
# 填入指令,留空白不開啟此功能

############################
#       其它細節           #
############################
allowedMaps
# 允許活動的地圖(含練功地點、儲存地點、路過的地圖),若無設定則此功能不開啟
allowedMaps_reaction 0
# 若檢測到角色位於非上面設定的地圖時,做何處置?0 = 瞬移回城; 1 = 結束程式

####################################################################
#                                                                  #
#           3.補給(自動倉庫/買物/賣物) 設定                       #
#                                                                  #
####################################################################
# npc 座標資料,請參考 /tables/npcs.txt
# 格式例如: payon 159 96
# /tables/npcs.txt 檔案預設為空白,kore 在經過 npc 時會自動補上
# 使用前,必須先讓 kore 抓到 npc 位置等資料
# 方法:先將人物停在 npc 旁邊,然後開啟 kore

############################
#        自動買物          #
############################

############################
#        自動賣物          #
############################

############################
#        自動存倉          #
############################

############################
#        自動取倉          #
############################
# 需先開啟自動存倉,才能自動取倉
# 可設定多組,自行複製區塊貼上
# 無設定,代表關閉此功能
getAuto {
  # getAuto 後面接物品名稱
minAmount
# 身上攜帶量小於此數目取倉
maxAmount
# 取出身上攜帶量大於此數目
passive 0
# 是否只在存倉時,才取出這個物品
# 預設只要低於 minAmount,kore 就會去取倉,若設為 1,會忍耐到存倉條件到達才去取
# 視情況使用,通常取倉都是取補品、箭矢,可能沒辦法忍耐到存倉條件到達
}
#getAuto 黃色藥水 {
minAmount 0
maxAmount 0
passive 0
}
#getAuto 白色藥水 {
minAmount 0
maxAmount 0
passive 0
}
#getAuto 集中藥水 {
minAmount 0
maxAmount 0
passive 0
}
####################################################################
#                                                                  #
#                      4.攻擊(打怪) 設定                           #
#                                                                  #
####################################################################
attackAuto 0
# 攻擊模式,0 = 不攻擊魔物; 1 = 受魔物攻擊時才攻擊; 2 = 自動攻擊魔物,即使是非主攻怪
attackUseWeapon 0
# 是否使用武器攻擊(使用法術攻擊的話請設為 0)
attackAuto_inLockOnly 2
# 是否只在鎖定地圖進行攻擊
# 0 = 任何地圖都會進行攻擊; 1 = 在鎖定地圖以外的地圖若受魔物攻擊才會反擊回去
# 2 = 不允許進行任何鎖定地圖以外的攻擊行動 (直接衝到鎖定地圖,不論中途是否被魔物追擊)

############################
#         攻擊距離         #
############################
# 肉搏系 1.5 ~ 2.5
# 法術系 8~9
# 弓手系 9~13
attackDistance 1.5
# 最小可攻擊距離
attackMaxDistance 2.5
# 最大可攻擊距離
attackDistanceAuto 0
# 是否自動偵測最佳攻擊距離並自動寫入 config.txt

############################
#      弓手 / 法師         #
############################
runFromTarget 9
# 是否與目標魔物保持距離
runFromTarget_dist 0 #9
# 要與目標魔物保持的距離(格)
attackCheckLOS 0
# 是否判斷魔物與角色中有無障礙物阻礙攻擊
# 會增加判斷時間,此時怪可能已被其它玩家搶去,但在複雜地形的地圖,可避免卡住
attackCanSnipe 0
# 是否允許跨牆或高低差打怪
autoMakeArrows 0
# 是否自動製造箭矢(相關檔案為 /control/arrowcraft.txt)

############################
#        自動坐下          #
############################
# 坐下回血回魔設定
# 「高於」不能少於「低於」(會一坐不起),都設 0 代表關閉功能
sitAuto_hp_lower 0
# HP 低於此 % 數,坐下休息
sitAuto_hp_upper 0
# HP 高於此 % 數,站起繼續
sitAuto_sp_lower 0
# SP 低於此 % 數,坐下休息
sitAuto_sp_upper 0
# SP 高於此 % 數,站起繼續
sitAuto_over_50 0
# 負重量超過 50% 時是否要強制坐著
sitAuto_idle 0
# 發呆過久時是否要坐下

############################
#      魔物路由        #
############################
attackMaxRouteDistance 100
# 計算攻擊路由的距離
attackMaxRouteTime 2
# 計算攻擊路由的時間(秒),超過自動放棄改鎖定別隻
attackMinPlayerDistance 1
# 以魔物為中心多少格範圍內有其他玩家時,Koer 放棄攻擊 (防搶怪)
attackMinPortalDistance 20
# 以魔物為中心多少格範圍內有傳點時,放棄鎖定 (防不小心進入傳點陷入迴圈)

############################
#         其它細節         #
############################
attackAuto_party 1
# 是否攻擊隊友正在攻擊的魔物
attackAuto_onlyWhenSafe 0
# 是否只在別人的視線範圍外才進行攻擊
attackAuto_followTarget 0
# 是否攻擊已經鎖定玩家對象的魔物
attackNoGiveup 0
# 永不放棄模式,若設為 1 則就算 Kore 無法傷害目標也會繼續攻擊 (吃王或肉盾用)
attackLooters 1
# 是否優先攻擊撿了戰利品的魔物(例如波利吃了東西,優先鎖定它)
attackChangeTarget 1
# 是否變換攻擊目標。0:否; 1:是; 2:在對目前的目標魔物獲得 LOS (Line Of Sight) 時,找找看有沒有更好的攻擊目標。
aggressiveAntiKS 0
# 若被別人搶怪,是否自動放棄攻擊,改打別隻

####################################################################
#                                                                  #
#                       5.裝備 (武防) 設定                         #
#                                                                  #
####################################################################
# 請注意裝備名稱,是用指令 i eq 所看到的
# 包含所插卡片,洞數,都必須一字不差
# 可於 kore 視窗上打 conf logConsole 1,開啟終端機訊息紀錄
# 然後下指令 i eq,會多出 /logs/console.txt 紀錄檔,複製裡面的文字即可
# 完畢後再打指令 conf logConsole 0 關閉終端機訊息紀錄
# 右手武器(右邊裝飾品)是指遊戲中人物角色的觀點
# 若以玩家的觀點,右手武器是在畫面中的左邊

############################
#      自動切換武器        #
############################
# 依據魔物的不同,自動切換合適屬性的武器,以增加練功效率
# 請注意裝備(物品)名稱,是用指令 i eq 所看到的,必須一字不差
autoSwitch_default_rightHand
# 預設右手武器名稱
# 若不符合其它設定的魔物,則以預設裝備去攻擊
autoSwitch_default_leftHand
# 預設左手武器或盾牌名稱
autoSwitch_default_arrow
# 預設箭矢名稱
# 注意:至於雙手武器,或沒有盾牌的,請複製武器名稱至 'leftHand'
# 要用空手攻擊,請在 rightHand 後填入 "[NONE]" (雙引號不用打)
# 範例:
# autoSwitch 綠草,紅草,黃草,白草,藍草,光芒草,黑菇,紅菇 {
#  rightHand [NONE]
#  distance 1.5
# }
autoSwitch {
  # 花括號前接魔物名稱(多組逗號隔開)
rightHand
# 右手武器
leftHand
# 左手武器或盾牌(若弓則左右手裝備名稱相同)
arrow
# 箭矢
distance 1.5
# 攻擊距離(格)
useWeapon 0
# 若這個選項為 1,即使 attackUseWeapon(是否使用武器攻擊)設0,仍會使用武器攻擊
# 具體用途:法師/祭司平常用魔法攻擊,但遇到不怕魔法的魔物,則把手仗切換成武器攻擊
}
############################
#       自動裝備           #
############################
# 自動裝備設定,未中文化註解部份,請參考 attackSkillSlot 區塊
# 免服趴了會噴裝(商城裝噴回裝備欄),自動裝備可讓 BOT 自動裝備回去
equipAuto {
topHead
# 頭上
midHead
# 頭中
lowHead
# 頭下
leftHand 獵人之弓
# 左手武器或盾牌
rightHand 獵人之弓
# 右手武器
leftAccessory
# 左裝飾品(角色觀點),玩家看到的畫面是右邊
rightAccessory
# 右裝飾品(角色觀點),玩家看到的畫面是左邊
robe
# 披風
armor +4 哥夫內的鎧甲
# 衣服
shoes
# 鞋子
arrow
# 箭矢
monsters
weight
whileSitting
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive 卸除武器狀態
whenFollowing
spirit
aggressives
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
}

####################################################################
#                                                                  #
#                  6.物品 (撿取、使用) 設定                        #
#                                                                  #
####################################################################
############################
#       物品撿取           #
############################
itemsTakeAuto 0
# 打死魔物後撿取掉落物功能:0 = 不撿取; 1 = 打死所有魔物後再撿東西; 2 = 打完一隻馬上撿
itemsTakeAuto_party 0
# 是否也撿取隊友打死魔物後掉落的物品
itemsGatherAuto 0
# 是否撿取地上的無主物品
# 0 = 不撿; 1 = 先打死正在攻擊你的魔物,然後才撿;2 = 先撿,再打魔物
itemsMaxWeight 49
# 負重量到達此%數,便不再撿取物品 (超過 90% 無法攻擊)
itemsMaxWeight_sellOrStore 89
# 負重量到達此%數,便會啟動自動賣物或存倉功能 (超過 50% 無法回血、回魔)
itemsMaxNum_sellOrStore 99
# 物品種類數到達此數,便會啟動自動賣物或存倉功能
cartMaxWeight
# 手推車到達此重量便不再將物品欄內物品加入手推車(相關檔案 items_control.txt)
itemsTakeAuto_new 1
# 若物品一直撿取失敗,則嘗試將此選項打開看看(對遠攻系較有用)

############################
#       自動使用物品       #
############################
# 補血、補魔、料理、覺醒...等物品
# 以下區塊為使用在自己身上的物品的設定,未中文化註解部份,請參考 attackSkillSlot 區塊
# 可設定多組物品,請自行複製區塊貼上
# 人物狀態名稱,請參考 /tables/skillsstatus.txt
# 不良狀態名稱,如中毒,請參考 skillsailments.txt
# hp 與 sp 若無特別指定為 %,例如 50%,則數值代表實際數值
# hp 與 sp 的指定,可以用 > 大於 < 小於 之邏輯運算式,例如 < 1000 滴血
# 範例
# useSelf_item 覺醒藥水 {
#   whenStatusInactive 覺醒藥水狀態   
# }

useSelf_item 黃色藥草,魔物飼料,紅色藥草,肉,牛奶,蕃薯,蘋果,黃色藥草,紅色藥草,魔物飼料,紅色藥水,赤色藥水,黃色藥水,初學者專用藥水 {
  # 括號前面接物品名稱
hp < 70%
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
# 不在某個狀態
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit
inLockOnly
notWhileSitting
notInTown
timeout 0
disabled
inInventory
manualAI
}
useSelf_item 白色藥水 {
  # 括號前面接物品名稱
hp < 50%
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive 暈眩狀態
# 不在某個狀態
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit
inLockOnly
notWhileSitting
notInTown
timeout 0
disabled
inInventory
manualAI
useSelf_item 覺醒藥水 {
        hp
        sp
        homunculus_hp
        homunculus_sp
        homunculus_dead
        onAction
        whenStatusActive
        whenStatusInactive 覺醒藥水狀態
        whenFollowing
        spirit
        aggressives
        monsters
        notMonsters
        stopWhenHit 0
        inLockOnly 1
        notWhileSitting 0
        notInTown 0
        timeout  
        disabled 0
        inInventory
        manualAI 0
}

useSelf_item 黃色藥草,魔物飼料,紅色藥草,肉,牛奶,蕃薯,蘋果,初學者專用藥水,569,紅蘿蔔,赤色藥水,黃色藥水 {
hp < 80%
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
}
####################################################################
#                                                                  #
#                       7.技能(魔法) 設定                          #
#                                                                  #
####################################################################
# 技能名稱對應 /tables/skills.txt,必須一字不差
# 技能消耗 sp 可查詢 /tables/skillssp.txt,此為 kore 計算攻擊策略用

############################
#       一次性 攻擊        #
############################
# 你可以複製 & 貼上任何區塊許多次。
# 所以假如你想要設定兩個以上的攻擊技能,只要再複製 attackSkillSlot 區塊再修改即可。
# 注意:為了保持區塊完整性,請將同一技能的設定寫在花括號 { 與 } 之間。
# 例如:
#attackSkillSlot SM_BASH {
lvl 10
dist
monsters
...
...
}
# attackSkillSlot 神聖之光 {
#  lvl 1
#  dist 10
#  monsters 波波利,魔菇,樹精
#  ...
#  ...
# }

}

############################
#         連續技           #
############################

# 以下區塊為施展連續技時要設定的 (例:冰凍->雷鳴)
#attackComboSlot {
afterSkill
# 在什麼技能之後接著施展
waitBeforeUse
# 施展之前先使用什麼技能
dist
# 施法距離
isSelfSkill 0
# 本技能是否為使用在自己身上的技能
target_deltaHp
# 目標魔物的 HP 改變量(大多皆為負值)
}


############################
#      輔助技 (自己)       #
############################
useSelf_skill_smartHeal 1
# 自己補血時自動調整治癒術等級以節省SP
# 以下區塊為施展在自己身上的輔助技能。
#
# 因伺服器有 LAG 問題,導致在偵測狀態上有延遲,
# 為避免連續施放,浪費 SP,請適當加上 timeout 參數。
#
# 範例-1:"當「不在」加速狀態時,給自己加速"
# useSelf_skill 加速術 {
#   lvl 10
#   whenStatusInactive 加速術狀態
#   notWhileSitting 1
#   timeout 10
# }
#
# 範例-2:"「在」詛咒狀態,用天賜解"
# useSelf_skill 天使之賜福 {
#   lvl 1
#   whenStatusActive 詛咒狀態
#   timeout 1
# }
#
# 範例-3:"當 HP小於 75% 對自己補血,但不是祭司,要靠裝備"
# useSelf_skill 治癒術 {
#    lvl 1
#    hp < 75%
#    equip_leftHand +4 熾天使之弓
#    equip_rightHand +4 熾天使之弓
#    stopWhenHit 1
#    # 正被怪物攻擊時不使用,先把怪清掉
# }
#
# 範例-4:"當 HP < 30% 且被怪物圍毆超過 3 隻,順移逃離"
# 註:免服只有服事系能瞬移,消耗 sp 500。
# useSelf_skill 瞬間移動 {
#    livl 1
#    hp < 30%
#    sp > 500
#    aggressives > 3
# }
# 範例-5:當「不在」心神凝聚狀態時,使用等級10的心神凝聚"
#     useSelf_skill 心神凝聚 {
#     lvl 10
#     whenStatusInactive 心神凝聚狀態
# }
# 「TO 自己」輔助技能區塊可用的選項,
# 完全同前面的對怪物技能 attackSkillSlot 區塊,
# 僅有區塊名稱 useSelf_skil 不同,若需要其它選項,請參考前面。
#
######## 自訂 輔助技 ( 自己) ########
useSelf_skill AL_HEAL {
lvl 10
maxCastTime 0
minCastTime 0
hp < 90%
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
}
useSelf_skill 瞬間移動 {
l        ivl 1
        hp < 30%
        sp > 500
        aggressives > 4
}

useSelf_skill 加速術 {
lvl 10
whenStatusInactive 加速術狀態
notWhileSitting 1
timeout 230
}

useSelf_skill 天使之賜福 {
lvl 1
whenStatusActive 詛咒狀態
timeout 1
}
useSelf_skill 天使之賜福 {
lvl 10
whenStatusInactive 天使之賜福狀態
notWhileSitting 1
timeout 230
}
useSelf_skill 天使之障壁 {
lvl 10
whenStatusInactive 天使之障壁狀態
notWhileSitting 1
timeout 300
}
useSelf_skill 聖母之祈福 {
lvl 10
whenStatusInactive 聖母之祈福狀態
notWhileSitting 1
timeout 100
}
useSelf_skill 速度激發 {
lvl 5
sp > 50
whenStatusInactive 速度激發狀態
inLockOnly 1
notWhileSitting 1
timeout 120
}
useSelf_skill 無視體型攻擊 {
lvl 5
sp > 50
whenStatusInactive 無視體型攻擊狀態
inLockOnly 1
notWhileSitting 1
timeout 50
}
useSelf_skill 極限攻擊 {
lvl 5
sp > 50
whenStatusInactive 極限攻擊狀態
inLockOnly 1
notWhileSitting 1
timeout
}
useSelf_skill 野蠻凶砍 {
lvl 5
sp > 50
whenStatusInactive 野蠻凶砍狀態
inLockOnly 1
notWhileSitting 1
timeout 80
}
useSelf_skill 大聲吶喊 {
lvl 1
whenStatusInactive 大聲吶喊狀態
notWhileSitting 1
timeout 290
}
useSelf_skill 雙手劍攻擊速度增加 {
lvl 10
whenStatusInactive 雙手劍攻擊速度增加狀態
notWhileSitting 1
timeout 290
}
useSelf_skill 心神凝聚 {
lvl 10
whenStatusInactive 心神凝聚狀態
notWhileSitting 1
timeout 230
}

############################
#      輔助技 (隊友)       #
############################
# 以下區塊為施展至隊友身上的法術技能的設定,部分屬性設定請參考 attackSkillSlot 區塊
partySkill 治癒術 {
        lvl 10
        maxCastTime 0
        minCastTime 0
        hp
        sp
        homunculus_hp
        homunculus_sp
        homunculus_dead
        onAction
        whenStatusActive
        whenStatusInactive
        whenFollowing
        spirit
        aggressives
        monsters
        notMonsters
        stopWhenHit 0
        inLockOnly 0
        notWhileSitting 0
        notInTown 0
        timeout 0
        disabled 0
        manualAI 0
        target
        target_hp < 95%
        target_isJob
        target_isNotJob
        target_whenStatusActive
        target_whenStatusInactive
        target_aggressives
        target_monsters
        target_timeout 0
        target_deltaHp
        target_dead 0
        inInventory
        isSelfSkill 0
}
partySkill 聖母之祈福 {
        lvl 5
        maxCastTime 0
        minCastTime 0
        hp
        sp
        homunculus_hp
        homunculus_sp
        homunculus_dead
        onAction
        whenStatusActive
        whenStatusInactive
        whenFollowing
        spirit
        aggressives
        monsters
        notMonsters
        stopWhenHit 0
        inLockOnly 0
        notWhileSitting 0
        notInTown 0
        timeout 0
        disabled 0
        manualAI 0
        target 超初培育
        target_hp
        target_hp
        target_isJob
        target_isNotJob
        target_whenStatusActive
        target_whenStatusInactive 聖母之祈福狀態
        target_aggressives
        target_monsters
        target_timeout 100
        target_deltaHp
        target_dead 0
        inInventory
        isSelfSkill 0
}
partySkill 聖母之頌歌 {
        lvl 5
        maxCastTime 0
        minCastTime 0
        hp
        sp
        homunculus_hp
        homunculus_sp
        homunculus_dead
        onAction
        whenStatusActive
        whenStatusInactive
        whenFollowing
        spirit
        aggressives
        monsters
        notMonsters
        stopWhenHit 0
        inLockOnly 0
        notWhileSitting 0
        notInTown 0
        timeout 0
        disabled 0
        manualAI 0
        target 超初培育
        target_hp
        target_hp
        target_isJob
        target_isNotJob
        target_whenStatusActive
        target_whenStatusInactive 聖母之頌歌狀態
        target_aggressives
        target_monsters
        target_timeout 90
        target_deltaHp
        target_dead 0
        inInventory
        isSelfSkill 0
}
partySkill 加速術 {
        lvl 10
        maxCastTime 0
        minCastTime 0
        hp
        sp
        homunculus_hp
        homunculus_sp
        homunculus_dead
        onAction
        whenStatusActive
        whenStatusInactive
        whenFollowing
        spirit
        aggressives
        monsters
        notMonsters
        stopWhenHit 0
        inLockOnly 0
        notWhileSitting 0
        notInTown 0
        timeout 0
        disabled 0
        manualAI 0
        target
        target_hp
        target_hp
        target_isJob
        target_isNotJob
        target_whenStatusActive
        target_whenStatusInactive 速度提昇
        target_aggressives
        target_monsters
        target_timeout 220
        target_deltaHp
        target_dead 0
        inInventory
        isSelfSkill 0
}
partySkill 天使之賜福 {
        lvl 10
        maxCastTime 0
        minCastTime 0
        hp
        sp
        homunculus_hp
        homunculus_sp
        homunculus_dead
        onAction
        whenStatusActive
        whenStatusInactive
        whenFollowing
        spirit
        aggressives
        monsters
        notMonsters
        stopWhenHit 0
        inLockOnly 0
        notWhileSitting 0
        notInTown 0
        timeout 0
        disabled 0
        manualAI 0
        target
        target_hp
        target_hp
        target_isJob
        target_isNotJob
        target_whenStatusActive
        target_whenStatusInactive 天使之賜福狀態
        target_aggressives
        target_monsters
        target_timeout 210
        target_deltaHp
        target_dead 0
        inInventory
        isSelfSkill 0
}

partySkill 天使之賜福 {
        lvl 10
        maxCastTime 0
        minCastTime 0
        hp
        sp
        homunculus_hp
        homunculus_sp
        homunculus_dead
        onAction
        whenStatusActive
        whenStatusInactive
        whenFollowing
        spirit
        aggressives
        monsters
        notMonsters
        stopWhenHit 0
        inLockOnly 0
        notWhileSitting 0
        notInTown 0
        timeout 0
        disabled 0
        manualAI 0
        target
        target_hp
        target_hp
        target_isJob
        target_isNotJob
        target_whenStatusActive
        target_whenStatusInactive 詛咒狀態
        target_aggressives
        target_monsters
        target_timeout 210
        target_deltaHp
        target_dead 0
        inInventory
        isSelfSkill 0
}

partySkill 復活術 {
        lvl 4
        maxCastTime 0
        minCastTime 0
        hp
        sp
        homunculus_hp
        homunculus_sp
        homunculus_dead
        onAction
        whenStatusActive
        whenStatusInactive
        whenFollowing
        spirit
        aggressives
        monsters
        notMonsters
        stopWhenHit 0
        inLockOnly 0
        notWhileSitting 0
        notInTown 0
        timeout 0
        disabled 0
        manualAI 0
        target
        target_hp
        target_hp
        target_isJob
        target_isNotJob
        target_whenStatusActive
        target_whenStatusInactive
        target_aggressives
        target_monsters
        target_timeout 0
        target_deltaHp
        target_dead 1
        inInventory
        isSelfSkill 0
}

############################
#         自動唸咒         #
############################
autoSpell
# 自動唸咒 <技能名稱>
# 假如你有賢者自動念咒技能的話,可使用這個選項來設定 Kore 會自動地詠唱的技能。
# 本選項要與 useSelf_skill 設定自動念咒做搭配。
# 例如:
# autoSpell 冰箭術
#
# useSelf_skill 自動念咒 {
# lvl 10
# timeout 10
# whenStatusInactive 自動念咒
# notWhileSitting 1
# }

####################################################################
#                                                                  #
#                      8.移動(路徑) 設定                           #
#                                                                  #
####################################################################

############################
#         隨機走動         #
############################
route_randomWalk 0
# 是否隨機走動
# 0 = 不隨機走動; 1 = 地圖中隨機走動
# 2 = 地圖中隨機走動但刻意避開地圖內玩家施放的傳點
# 若使用瞬移找怪,則此選項要設為 0
route_randomWalk_inTown 0
# 是否要在城鎮內隨機走動

############################
#        瞬移移動          #
############################
route_teleport 0
# 是否使用連續瞬移來加速到鎖定地圖
route_teleport_minDistance 150
# 距離鎖定地圖多少距離時開始用走的
route_teleport_maxTries 8
# 在同一地圖上最多瞬移幾次都沒靠近鎖定地圖就放棄,開始用走的
route_teleport_notInMaps
# 設定不用瞬移加速移動的地圖名(多個用逗號分隔)
# 註:有些地圖無法瞬移,或用走的反而比較快

############################
#     陣亡後移動策略       #
############################
autoMoveOnDeath 0
# 死亡回重生點後是否要馬上自動移動到鎖定地圖
# 0 = 先坐著等血/等魔、1 = 立即自動移動到鎖定地圖
autoMoveOnDeath_x
# 死亡回重生點後馬上自動移動至重生地點的座標 X
# 註:座標可在遊戲中打指令 /where 查詢
autoMoveOnDeath_y
# 死亡回重生點後馬上自動移動至重生地點的座標 Y
autoMoveOnDeath_map
# 死亡回重生點後馬上自動移動至某地圖(例如移動至旅館地圖,回血較快)

############################
#         不明地圖         #
############################
# 指 /tables/maps.txt 中沒有資料紀錄的地圖
# 或 RO 改版,而舊版的 kore 沒有對應資料
route_escape_unk●嚴禁張貼廣告●nMap 1
# 若處在不明地圖,是否嘗試脫困 (被傳送或誤走到不明地圖)
route_escape_reachedNoPortal 1
# (不明,說明書無資料)
route_escape_randomWalk 1
# 是否以隨機走動來脫困
route_escape_shout
# 是否以公頻大喊來脫困(輸入內容)

############################
#         其它細節         #
############################
route_randomWalk_maxRouteTime 75
# 隨機走動計算路由最大時間
route_maxWarpFee
# 願意付給 npc 來移動地圖的最高 zeny 價錢,留空白代表無上限
# 當 npc 索取價格高於這個數目,kore 會計算其它節省路徑,例如用走路的
# 有些地圖一定要靠 npc 才能到達,計算其它節省路徑可能會卡住
route_maxNpcTries 5
# 距離 NPC 多少距離(格)內才開啟對話 (有些地圖需靠 NPC 移動)
route_step 15
# 路徑計算一次移動幾格(預設值 15,不設定也是 15)

####################################################################
#                                                                  #
#                        9.瞬移迴避 設定                           #
#                                                                  #
####################################################################
# 以下設定,若數值為 0 或空白,代表該項忽略
teleportAuto {
hp
# HP 百分比在多少以下時瞬移 (0 = 關閉)
sp
# SP 百分比在多少以下時瞬移
idle
# 發呆時是否要瞬移
portal
# 靠近地圖傳點時是否要瞬移
search
# 是否開啟瞬移找怪功能(相關檔案 mon_control.txt)
minAggressives
# 被多少隻以上的魔物攻擊時瞬移
minAggressivesInLock
# 在鎖定地圖被多少隻以上的魔物攻擊時瞬移
onlyWhenSafe
# 是否只在沒人看見時瞬移
maxDmg
# 被魔物一次攻擊多少 HP 以上時瞬移
maxDmgInLock
# 在鎖定地圖被魔物一次攻擊多少 HP 以上時瞬移
deadly
# 再被攻擊一次就會死亡的話是否就瞬移
useSkill
# 0 = 使用蒼翅蝴翅瞬移; 1 = 使用技能瞬移(會耗 SP 的)
# 2 = 使用技能瞬移(若有其他玩家附近在就會耗 SP)
# 3 = 使用技能瞬移(完全不耗 SP 的)
useChatCommand
# 是否用對話欄輸入指令來進行瞬移(部分伺服器可以,填入指令)
allPlayers
# 0 = 關閉; 1 = 畫面中只要有玩家出現就瞬移
# 2 = 畫面中只要有非隊友的玩家出現就瞬移
atkCount
# 最多打怪多少下,超過次數不管怪有沒有死都飛走
atkMiss
# 打怪 Miss 最多幾下就飛走
unstuck
# 嘗試以瞬移解決走路呆住問題
dropTarget
# 若無法接近或傷害魔物的話就瞬移
dropTargetKS
# 是否為了防止搶到他人的怪而放棄該怪飛走
attackedWhenSitting
# 坐下休息時若被魔物攻擊是否要飛走
totalDmg
# 被同一隻魔物打超過多少 HP 就飛走
totalDmgInLock
# 在鎖定地圖被同一隻魔物打超過多少 HP 就飛走
equip_leftAccessory
# 瞬移時左邊飾品格配備的裝備名稱
equip_rightAccessory
# 瞬移時右邊飾品格配備的裝備名稱
lostHomunculus
# 失去人工生命體時是否要瞬移
lostTarget
# 失去攻擊目標時是否要瞬移
useItemForRespawn
# 是否使用物品回城,例如:蝴蝶翅膀
}

####################################################################
#                                                                  #
#                    10.其它功能(不常用) 設定                      #
#                                                                  #
####################################################################

############################
#         肉盾模式         #
############################
tankMode
# 是否開啟肉盾模式
tankModeTarget
# 要幫擋的目標玩家名稱
tankersList
# 設定可幫你擋怪且可打他正在打的怪的隊友名字 (多個用逗號分隔)

############################
#         跟隨模式         #
############################
follow
# 是否開啟隨模式 (組隊、帶新手、帶女伴男伴等用途)
followTarget
# 跟隨目標 (主人,玩家名稱)
followEmotion 1
# 若主人秀出表情符號,是否也跟著用表情符號
followEmotion_distance 4
# 在距離幾格內偵測到主人有表情符號,才會跟著用表情符號
followFaceDirection 0
# 是否永遠面向主人
followDistanceMax 1
# 跟隨的最長距離
followDistanceMin 1
# 跟隨的最短距離
followLostStep 2
# 跟丟主人時,往主人最後出現的方位走幾步以嘗試尋找主人
followSitAuto 0
# 是否自動跟著主人坐下
followBot 1
# 主人是否也是 Bot
收藏收藏 分享分享 讚 幹 分享分享 FB分享
回覆

使用道具 舉報


lodestar3789 當前離線
UID
1603319
熱心
108 值
嘉獎
0 次
違規
0 次
在線時間
50 小時
經驗
105 點
積分
328
精華
0
最後登錄
2018-8-6
閱讀權限
25
註冊時間
2010-12-12
論壇幣
43 幣
聯合幣
6 枚
幸運鑽
0 顆
招待卷
0 點
查看詳細資料
Rank: 3
lodestar3789 2011-3-23 22:39:13
# Server connection timeouts
master 12
# 登入主伺服器逾時(秒)
gamelogin 12
# 登入遊戲伺服器逾時(秒)
charlogin 12
# 登入角色伺服器逾時(秒)
maplogin 12
# 登入地圖伺服器逾時(秒)
play 40
# 當斷線時,等待幾秒後重連
reconnect 3
# 重新連線逾時(秒)


# Activate AI after x seconds after the map's loaded

ai 1
# AI啟動延遲時間(秒)
ai_move_retry 0.5
# 嘗試移動時間(秒)
ai_move_giveup 5
# 移動放棄時間(秒)

# Send the attack packet every x seconds, if it hasn't been send already

ai_attack 0.5
# 攻擊延遲(間隔)時間(秒)
ai_homunculus_attack 1

# Check for monsters to attack every x seconds
ai_attack_auto 0.5
# 自動攻擊偵測間隔(秒)

# Give up attacking a monster if it can't be reached within x seconds
ai_attack_giveup 12
# 攻擊放棄時間(秒)

# If you've just killed a monster, and there are no aggressives,
# and you're not picking up any items, wait x seconds before doing
# anything else.
ai_attack_waitAfterKill 0  #@0.7
# 戰鬥後暫停時間(秒)
ai_attack_unstuck 2.75
ai_attack_unfail 5

# When your monster died, start checking for loot after x seconds
ai_items_take_start 0 #0.4
# 戰鬥後偵測可撿取物品間隔時間(秒)

# Stop checking for loot x seconds after it has begun checking.
ai_items_take_end 0.5  #@1.2
# 戰鬥後無可撿取物品時多久結束撿取動作(秒)

# When standing near an item, send the 'take' packet every x seconds until
# the item has been taken.
ai_take 0.2
# 撿取物品間隔時間(秒)

# Give up if unable to pickup item after x seconds
ai_take_giveup 3
# 撿取物品放棄時間(秒)
ai_items_gather_giveup 3
# 撿取無主物品放棄時間(秒

# Every x seconds, check items for gathering
ai_items_gather_auto 1  #@3
#撿取無主物品偵測間隔(秒)

# Only gather items that have been more than x seconds on screen
ai_items_gather_start 3
# 撿取無主物品延遲時間(秒)

ai_follow_lost_end 1
# 往跟隨目標消失方向持續行走時間(秒)
ai_getInfo 1
# 獲取訊息間隔時間(秒)
ai_thanks_set 5
# 遠端遙控自動回應時間(秒)
ai_dealAuto 3
# 回應交易延遲時間(秒)
ai_dealAutoCancel 5

ai_partyAutoDeny 3
# 拒絕組隊延遲時間(秒)
ai_guildAutoDeny 3
# 拒絕公會延遲時間(秒)
ai_dead_respawn 3
# 死亡後重新開始延遲時間(秒)
ai_wipe_old 200
# 訊息清除間隔時間(秒)
ai_wipe_check 30
# 訊息清除偵測間隔(秒)


# Send the sit/stand packet at most every x second
ai_sit 1
# 可切換坐下(站起)狀態之偵測間隔(秒)
ai_sit_idle 10
# 發呆多久自動坐下(秒)
ai_stand_wait 0
# 站起延遲時間(秒)
ai_sit_wait 0
# 坐下延遲時間(秒)



ai_skill_use_giveup 0.5
# 使用技能放棄時間(秒)
ai_item_use_auto 0.1
# 自動使用物品間隔時間(秒)
ai_item_equip_auto 0.75
# 自動裝備偵測間隔(秒)

ai_equipAuto_skilluse_giveup 5
ai_equip_giveup 2

ai_teleport_away 3
# 瞬移逃離偵測間隔(秒)
ai_teleport_idle 1
# 發呆多久自動瞬移(秒)
ai_teleport_portal 3
# 遇傳點瞬移偵測間隔(秒)
ai_teleport_hp 3
# HP低於設定值瞬移偵測間隔(秒)
ai_teleport_safe_force 120
# 強制成為安全狀態時間(秒)

ai_teleport_retry 0.5
ai_teleport_delay 0.5

# You probably don't ever have to change the following timeouts.
ai_route_calcRoute 0.5 #@1
# 計算路徑持續時間(秒) - 預設為計算路徑一秒後
ai_route_npcTalk 10
# 路徑中需與npc談話延遲時間(秒)

ai_buyAuto 5
# 自動買物偵測間隔(秒)
ai_buyAuto_giveup 15
# 自動買物放棄時間(秒)
ai_buyAuto_wait 2
# 自動買物延遲時間(秒)
ai_buyAuto_wait_buy 5
# 自動買物間隔時間(秒)

ai_sellAuto 2
# 自動賣物延遲時間(秒)
ai_sellAuto_giveup 15
# 自動賣物放棄時間(秒)
ai_storageAuto 2
# 自動存物延遲(間隔)時間(秒)
ai_storageAuto_giveup 15
# 自動存物放棄時間(秒)
#delay between sending cart item add/get packets
ai_cartAuto 0.15
# 自動手推車偵測間隔(秒)



# delay between checking if we need to do any cartAuto functions
ai_cartAutoCheck 2
ai_avoidcheck 0.5
# 閃避GM,特定人物,技能偵測間隔(秒)
ai_shop 4
ai_npcTalk 8

# delay before starting escape sequence
ai_route_escape 8
# 伺服器同步逾時(秒)

# Don't change the following timeouts!
ai_sync 12
# 伺服器同步逾時(秒)

injectSync 5
# X-Mode溝通同步逾時(秒)
injectKeepAlive 12
# X-Mode溝通維持時間(秒)
welcomeText 4
# X-Mode顯示歡迎詞延遲時間(秒)
patchserver 120
##############################

請問大大發生甚麼問題了 這是我的timeouts
常常試者找尋主人位址
然後couldn't find monster 就斷線..
這是更新op 根 timeouts的問題嗎..
請有經驗的大大給小弟一個意見^^
回覆

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 註冊


手機版 | Archiver | 外掛聯合國

GMT+8, 2024-9-23 05:17 , Processed in 0.067324 second(s), 19 queries , Memcache On.

版權說明:
  本站不會製作、經銷、代理外掛程式。僅免費提供外掛程式下載前之掃毒及掃木馬等安全檢測驗證,協助會員遠離盜號危險程式。本站所有資料均來自網際網路收集整理,說明文字暨下載連結轉載自原程 式開發站。站上出現之公司名稱、遊戲名稱、程式等,商標及著作權,均歸各公司及程式原創所有,本站程式所有權歸外掛聯合國所有。本程式所有權歸外掛聯合國所有.......

回頂部
第二步?
第三步?