我都是在普隆德拉水池左上 道具店 深處
購買 特殊合金陷阱箱子
存倉
並且設定
useSelf_item 特殊合金陷阱箱子 {
inInventory 特殊合金陷阱 < 10
timeout 3
}
自動使用 記得設定 特殊合金陷阱 不存倉
當然 你也可以設定自動購買
首先
極度簡化版
遊俠陷阱設定秘訣
attackSkillSlot 燃燒陷阱 {
lvl 5
dist 1
timeout 0.1
}
不要懷疑 就這樣而已
因為我是騎狼
所以我連 buff全都沒有設
身上穿 完迴套裝 + 4赤蒼笨拙短劍
再來 雷管巨集 請在macros.txt貼上
簡易版
automacro t1 {
console /目標已死亡/
call {
do sl 2237 @arg("$.pos", 1) @arg("$.pos", 2)
}
}
automacro t2 {
console /使用 燃燒陷阱 失敗/
call {
do sl 2237 @arg("$.pos", 1) @arg("$.pos", 2)
}
}
強化版 (不需要跟簡易版重疊 強化版可以有效避免放置無意義的雷管)
automacro check1 {
console /您 正在詠唱 燃燒陷阱 於 位置 \((\d+), (\d+)\)/
call {
$xx = $.lastMatch1
$yy = $.lastMatch2
$kk = 1
}
}
automacro check2 {
console /您 使用 燃燒陷阱/
call {
$kk = 0
}
}
automacro trap1 {
console /目標已死亡/
var kk == 1
call {
do sl 2237 $xx $yy
}
}
automacro trap2 {
console /使用 燃燒陷阱 失敗/
call {
do sl 2237 $xx $yy
}
}
(如想掛會沉默術的 請愛用 馬爾杜克卡片 當然 如果你LUK含加成100 也是fine)
再來
因為魅影 很機掰.
不對 是因為魅影沒有 雷管 (除非你能被雷管炸到)
所以
不能用這麼白爛的方式掛
於是
就必須設定maxUses
但是 因為有些怪 使用燃燒陷阱的次數 並不一定
所以maxUses 必須設定 小於殺得死的次數
比如
潘貝勒克 血量 24605
我的燃燒 打一次6800 所以大約打4次會死 那你maxUses就必須設3
我貼出我以前掛聖域&&異世界的設定給大家參考
attackSkillSlot 燃燒陷阱 {
lvl 5
dist 1
monsters 鈽鐳巨人
timeout 0.2
maxUses 6
}
attackSkillSlot 燃燒陷阱 {
lvl 5
dist 1
monsters 阿卡布
timeout 0.2
maxUses 5
}
attackSkillSlot 燃燒陷阱 {
lvl 5
dist 1
monsters 埃奇歐,塔塔丘
timeout 0.2
maxUses 4
}
attackSkillSlot 燃燒陷阱 {
lvl 5
dist 1
monsters 潘貝勒克,伊西拉,異型,紅惡魔之眼,變異蜈蚣,變異蜈蚣幼蟲,三角幼獅獸
timeout 0.2
maxUses 3
}
attackSkillSlot 燃燒陷阱 {
lvl 5
dist 1
monsters 小妖精,惡魔之眼,豬籠草
timeout 0.2
maxUses 2
}
attackSkillSlot 燃燒陷阱 {
lvl 5
dist 1
timeout 1
}