|
发表于 2018-10-18 18:32:12
|
显示全部楼层
huashan_cut_act=function()
DeleteTimer('perform')
exe('unwield '..GetVariable('fightweapon')..';wield '..GetVariable('recoverweapon')..';wield '..GetVariable('fightweapon'))
exe('lian force 10')
for i=1,5 do
exe('halt;get ling pai from corpse '..i)
exe('qie corpse '..i)
end
end
exe('unwield '..GetVariable('fightweapon')..';wield '..GetVariable('recoverweapon')..';wield '..GetVariable('fightweapon')) 是我的换武器命令,你可以自己设置
下边的 lian force 10 是我自己加的 我不领悟 做任务过程中自己lian force 只full 内功 |
|