找回密码
 注册
搜索
查看: 291|回复: 4

华山任务内力打空导致无法qie corpse的问题

[复制链接]
门派:天龙寺
发表于 2019-3-25 18:55:42 | 显示全部楼层 |阅读模式
理相不好的时候,做hs2导致内力打空,无法装备武器,qie corpse的时候发呆了,今天我就遇上了。也给别的师弟新手们提醒一下,我这里有个解决办法:运行iset,把木剑勾选上。
打开weapon.lua
weaponWieldCut=function()
for p in pairs(Bag) do
            if Bag[p].kind and weaponKind[Bag[p].kind] and weaponKind[Bag[p].kind]=="cut" then
                   if not (Bag[p].kind == "staff" and weaponUsave[p]) then
                      for q in pairs(Bag) do
                          if Bag[q].kind == "staff" and weaponUsave[q] then
                                 exe('unwield '.. Bag[q].fullid )
                              end
                      end
                      exe('wield mu jian')
                   end
                end
        end
        checkWield()
end
防止拿木剑做任务,在岳灵珊那里也修改一下:
打开huashan.lua
huashan_yls=function()
    DeleteTriggerGroup("huashan_yls")
    create_trigger_t('huashan_yls1','^(> )*(这里没有这个人。|你身上没有这样东西。|这人好象不是你杀的吧?|你的令牌呢|你还没有去找恶贼,怎么就来祭坛了?)','','huashan_yls_fail')
    create_trigger_t('huashan_yls2','^(> )*岳灵珊在你的令牌上写下了一个 (一|二) 字。','','huashan_yls_ask')
        create_trigger_t('huashan_yls3','^(> )*这好象不是你领的令牌吧?','','huashan_yls_lingpai')
    SetTriggerOption("huashan_yls1","group","huashan_yls")
    SetTriggerOption("huashan_yls2","group","huashan_yls")
        SetTriggerOption("huashan_yls3","group","huashan_yls")
    return exe('unwield mu jian;give head to yue lingshan;hp')            ----这里加上unwield mu jian
end
如果身上出现木剑过多的情况,就在门派区说一下,我在把判断木剑过多的情况下,自动丢弃的代码发上来,运行了一天,我目前没有发现木剑过多的情况。
门派:天龙寺
发表于 2019-3-25 19:28:19 | 显示全部楼层
我暂时没发现,我是一直打勾买木剑的。
门派:少林派
发表于 2019-3-25 19:43:06 | 显示全部楼层
我也是买mu jian,稍微改下机器人
http://www.sjever.net/bbs/forum. ... d=211494&extra=
门派:天龙寺
 楼主| 发表于 2019-3-25 19:49:36 | 显示全部楼层
理相死20,内力经常打空,自从这news出来后,才碰上这情况。
门派:少林派
发表于 2019-3-25 19:51:58 | 显示全部楼层
zhaoziyu@tj 发表于 2019-3-25 19:49
理相死20,内力经常打空,自从这news出来后,才碰上这情况。

我也今天也出了一次,死20,打半天有个60秒
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|书剑永恒MUD ( 闽ICP备14012032号|闽公网安备 35050202000162号 )

GMT+8, 2025-8-8 12:28 , Processed in 0.039787 second(s), 21 queries .

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表