本篇收录 6 节4,203 字与表格内容
查看本篇的全部关联 使用前,先确认这些设置
- 需要造狼、原客户端recall 8行为与对应坑位,目标名a~n须匹配。
- 核对原脚本两处相对目标(2,8)、(8,8),切勿把另两份的中心与起点混用。
来源脚本供研究参考,未在当前游戏环境运行验证。
01用途与执行流程
以召唤狼协助逐个引怪,使用recall 8响应脱战,再造狼继续的旧经验坑脚本。
以下流程以法师15级经验坑:造狼版(78,64)为例;其他配置与修改见本页版本区别,各份完整程序分别使用。
- 中心78,64、起点78,64,重置变量索引后转换两处相对点并造狼4次。
- 遍历字母目标,进入名为berserk的子程序;其实际操作是recall 8与造狼,不是狂暴。
- MP低于200时冥思;回调依战斗、区域与经验提示结束循环。
02这份代码的适用限制
03版本区别
三稿分别在78,64、42,42、60,42,第三稿起点60,40;造狼、逐个引怪与recall8脱战结构相同,坐标分别保留。
04法师15级经验坑:造狼版(78,64) · 完整代码
109 行原文
%public_bc
log::%b你被%+通緝了 !!
retry:0.75:(你發出的命令過多了, 每秒超過3個, 超過的命令將被拒絕)
#call:pause:%h<600
%var a
78,64
%var a0
78,64
%var c
a
b
c
d
e
f
g
h
i
j
k
l
m
n
%var e
(2,8)
(8,8)
%scene begin
::%za
::%zc
::%zp
::%ze
0.5::sing Ready... Gooooo!!!
run %va0
toreal %va e f
loop4
5:wolf_bc:cast wolf on
endloop
jump main
%scene main
#5:consider_bc:consider %vc
2:meditate_bc:meditate
1::kill %vf
::%if
15:meditate_bc:
loop7
do(true)
1:kill_bc:kill %vc
enddo
call berserk
if(%m < 200)
30:meditate_bc:meditate
endif
::%ic
endloop
%scene berserk
do(true)
5:recall_bc:recall 8
5:recall_bc:
5:wolf_bc:cast wolf on
enddo
return
%scene meditate
30:meditate_bc:meditate
return
%scene pause
2:drink_bc:drink potion
return
%bc time_bc
next:0.34:%b這場征戰已經持續了%+
%bc consider_bc
next:0.34:你用挑釁的眼光上下打量著%*
retry:3:這裡沒有這種生%*
%bc kill_bc
break:0.34:你喝道%*
next:0.34:你正忙著%*
next::這裡沒有任何生%*
%bc wolf_bc
next:0.5:%*但是什麼事也沒發生%*
retry:0.5:%*你上一個動作沒有完成%*
retry:0.5:%*你正忙著呢%*
next:0.5:%*魔狼開始跟蹤你%*
call:meditate:%*你的法力不夠%*
%bc run_bc
retry:1:你剛剛才轉換過區域,請稍待一會兒再試 !
retry:1:你正忙著%*
next::你正在戰鬥中。
next::你在原地跳了跳。
next::你進入區域%$, 位置在%*
%bc recall_bc
retry:1:你正忙著%*
retry:1:你上一個動作沒有%*
retry:1:你剛剛才轉換過區域%*
next::你現在正在戰鬥中%*
break::你已經不適合再去新手教學區了。
break::你還沒有愛的小屋呢。
break::你進入區域%*
break::你並不在戰鬥%*
break::(你在收益時間外%*
break::(你得到%*
%bc meditate_bc
retry::你正忙%*
next:2:你的精神還沒有恢復平靜,不能冥思。
next::你深深地吸了一口氣%*
next::你現在精神正好,不需要冥思。
next::你從冥思中醒來 !
next::戰鬥中無法冥思 !
next::你現在身體狀況太差了%*
%bc drink_bc
next::你咕嘟咕嘟地喝下一瓶%*05法师15级经验坑:造狼版(42,42) · 完整代码
109 行原文
%public_bc
log::%b你被%+通緝了 !!
retry:0.75:(你發出的命令過多了, 每秒超過3個, 超過的命令將被拒絕)
#call:pause:%h<600
%var a
42,42
%var a0
42,42
%var c
a
b
c
d
e
f
g
h
i
j
k
l
m
n
%var e
(2,8)
(8,8)
%scene begin
::%za
::%zc
::%zp
::%ze
0.5::sing Ready... Gooooo!!!
run %va0
toreal %va e f
loop4
5:wolf_bc:cast wolf on
endloop
jump main
%scene main
#5:consider_bc:consider %vc
2:meditate_bc:meditate
1::kill %vf
::%if
15:meditate_bc:
loop7
do(true)
1:kill_bc:kill %vc
enddo
call berserk
if(%m < 200)
30:meditate_bc:meditate
endif
::%ic
endloop
%scene berserk
do(true)
5:recall_bc:recall 8
5:recall_bc:
5:wolf_bc:cast wolf on
enddo
return
%scene meditate
30:meditate_bc:meditate
return
%scene pause
2:drink_bc:drink potion
return
%bc time_bc
next:0.34:%b這場征戰已經持續了%+
%bc consider_bc
next:0.34:你用挑釁的眼光上下打量著%*
retry:3:這裡沒有這種生%*
%bc kill_bc
break:0.34:你喝道%*
next:0.34:你正忙著%*
next::這裡沒有任何生%*
%bc wolf_bc
next:0.5:%*但是什麼事也沒發生%*
retry:0.5:%*你上一個動作沒有完成%*
retry:0.5:%*你正忙著呢%*
next:0.5:%*魔狼開始跟蹤你%*
call:meditate:%*你的法力不夠%*
%bc run_bc
retry:1:你剛剛才轉換過區域,請稍待一會兒再試 !
retry:1:你正忙著%*
next::你正在戰鬥中。
next::你在原地跳了跳。
next::你進入區域%$, 位置在%*
%bc recall_bc
retry:1:你正忙著%*
retry:1:你上一個動作沒有%*
retry:1:你剛剛才轉換過區域%*
next::你現在正在戰鬥中%*
break::你已經不適合再去新手教學區了。
break::你還沒有愛的小屋呢。
break::你進入區域%*
break::你並不在戰鬥%*
break::(你在收益時間外%*
break::(你得到%*
%bc meditate_bc
retry::你正忙%*
next:2:你的精神還沒有恢復平靜,不能冥思。
next::你深深地吸了一口氣%*
next::你現在精神正好,不需要冥思。
next::你從冥思中醒來 !
next::戰鬥中無法冥思 !
next::你現在身體狀況太差了%*
%bc drink_bc
next::你咕嘟咕嘟地喝下一瓶%*06法师15级经验坑:造狼版(60,42) · 完整代码
109 行原文
%public_bc
log::%b你被%+通緝了 !!
retry:0.75:(你發出的命令過多了, 每秒超過3個, 超過的命令將被拒絕)
#call:pause:%h<600
%var a
60,42
%var a0
60,40
%var c
a
b
c
d
e
f
g
h
i
j
k
l
m
n
%var e
(2,8)
(8,8)
%scene begin
::%za
::%zc
::%zp
::%ze
0.5::sing Ready... Gooooo!!!
run %va0
toreal %va e f
loop4
5:wolf_bc:cast wolf on
endloop
jump main
%scene main
#5:consider_bc:consider %vc
2:meditate_bc:meditate
1::kill %vf
::%if
15:meditate_bc:
loop7
do(true)
1:kill_bc:kill %vc
enddo
call berserk
if(%m < 200)
30:meditate_bc:meditate
endif
::%ic
endloop
%scene berserk
do(true)
5:recall_bc:recall 8
5:recall_bc:
5:wolf_bc:cast wolf on
enddo
return
%scene meditate
30:meditate_bc:meditate
return
%scene pause
2:drink_bc:drink potion
return
%bc time_bc
next:0.34:%b這場征戰已經持續了%+
%bc consider_bc
next:0.34:你用挑釁的眼光上下打量著%*
retry:3:這裡沒有這種生%*
%bc kill_bc
break:0.34:你喝道%*
next:0.34:你正忙著%*
next::這裡沒有任何生%*
%bc wolf_bc
next:0.5:%*但是什麼事也沒發生%*
retry:0.5:%*你上一個動作沒有完成%*
retry:0.5:%*你正忙著呢%*
next:0.5:%*魔狼開始跟蹤你%*
call:meditate:%*你的法力不夠%*
%bc run_bc
retry:1:你剛剛才轉換過區域,請稍待一會兒再試 !
retry:1:你正忙著%*
next::你正在戰鬥中。
next::你在原地跳了跳。
next::你進入區域%$, 位置在%*
%bc recall_bc
retry:1:你正忙著%*
retry:1:你上一個動作沒有%*
retry:1:你剛剛才轉換過區域%*
next::你現在正在戰鬥中%*
break::你已經不適合再去新手教學區了。
break::你還沒有愛的小屋呢。
break::你進入區域%*
break::你並不在戰鬥%*
break::(你在收益時間外%*
break::(你得到%*
%bc meditate_bc
retry::你正忙%*
next:2:你的精神還沒有恢復平靜,不能冥思。
next::你深深地吸了一口氣%*
next::你現在精神正好,不需要冥思。
next::你從冥思中醒來 !
next::戰鬥中無法冥思 !
next::你現在身體狀況太差了%*
%bc drink_bc
next::你咕嘟咕嘟地喝下一瓶%*↗来源与版本
飞梦/17KOK、渔夫与2001年典藏版出现数值或机制冲突时,以飞梦所记相应服务器的后续有效规则为正文依据;同站更新按明确生效日期处理。旧规则保留年代与服别,未明日期的差异就近说明;原资料对照用于追溯。
