导航

    江湖客栈

    • 注册
    • 登录
    • 搜索
    1. 主页
    2. 客官不可以
    客
    • 资料
    • 关注
    • 粉丝
    • 主题
    • 帖子
    • 最佳
    • 群组

    客官不可以

    @客官不可以

    0
    声望
    2
    帖子
    27
    资料浏览
    0
    粉丝
    0
    关注
    注册时间 最后登录

    客官不可以 关注

    客官不可以 发布的帖子

    • RE: 【3.30更新】运镖流程,可配置疗伤、回内力、是否使用唐诗剑法、等待技能 CD、执行次数

      @Bob-cn 大神,请教一下,死亡了2次就不复活,需要手动复活,怎么设置无限复活。
      还有手动复活后无法继续使用脚本,这个怎么设置一下

      发布在 流程精华区
      客
      客官不可以
    • 自动押镖 死亡复活1-2次就停止运行

      自动押镖 死亡复活1-2次就停止运行,需要手动复活,但是复活后又不能运行,要手动完成这个任务才能继续使用流程,
      请教一下怎么设置:死亡后可以无限复活自动打,还有手动复活怎么才能继续押镖流程
      [if] (EscortHpThreshold) == null
      ($EscortHpThreshold) = 90
      [if] (EscortMpThreshold) == null
      ($EscortMpThreshold) = 70
      [if] (EscortTangshi) == null
      ($EscortTangshi) = 不使用
      [if] (EscortWaitCDExp) == null
      ($EscortWaitCDExp) = ^none
      #select ($EscortHpThreshold) = 疗伤,当气血低于百分比,100|90|80|70|60|50|40|30|20|10,(EscortHpThreshold)
      #select ($EscortMpThreshold) = 打坐,当内力低于百分比,100|90|80|70|60|50|40|30|20|10,(EscortMpThreshold)
      #select ($EscortTangshi) = 唐诗剑法,使用|不使用,(EscortTangshi)
      #input ($EscortWaitCDExp) = 等待CD的技能sid,(EscortWaitCDExp)
      #input ($repeat) = 重复次数,1
      #config
      ($hpPer) = (EscortHpThreshold)/100
      ($mpPer) = (EscortMpThreshold)/100
      ($jianfa) = (:kf_jian)
      @renew
      ($num) = 0
      [while] (num) < (repeat)
      @tidyBag
      jh fam 0 start;go west[2];go south[2]
      select {林震南};biao {r林震南}
      // 确定已接到任务
      [while] true
      ($go) = null
      task yunbiao {r林震南} start ok
      @tip 客户好像不见了|你现在就($go)吧
      [if] (go) == 出发
      [break]
      // 不断向东
      [while] true
      [if] (:hpPer) < (hpPer)
      @liaoshang
      [if] (:mpPer) < (mpPer)
      @dazuo
      [if] (EscortTangshi) == 使用
      cha none;enable sword tangshijianfa
      @cd (EscortWaitCDExp)
      go east
      @until {r的尸体}? == null && (:room) != 运镖-城门
      [if] (:room) == 运镖-青石大道
      [if] (EscortTangshi) == 使用
      $wait 5000
      cha none;enable sword (jianfa)
      kill {r蒙面大盗}?
      @until {r蒙面大盗}? == null || (:combating) == true
      @until {r蒙面大盗}? == null || (:combating) == false
      [if] (:living) == true
      [continue]
      relive
      @renew
      jh fam 0 start;go west[2];go south[2]
      select {林震南};biao {r林震南}
      task yunbiao {r林震南} begin
      [else]
      @tip 你推着镖银风尘仆仆地来到($map),只要把镖银交给($name)就完成了。
      select {(name)};task yunbiao {(name)} give
      [break]
      ($num) = (num) + 1
      $to 练功房;dazuo

      发布在 天字上房
      客
      客官不可以