fc忍者龙剑传吧 关注:671贴子:7,715
  • 20回复贴,共1

fc忍龙3 快速出刀 滚墙 非tas 教程 超简单

只看楼主收藏回复

不知道我火星了没有 会的大神表喷哈 在其他地方看到的 拿出来给吧友


1楼2014-10-11 12:26回复
    用那个fceux 模拟器哈,然后忍龙rom。


    2楼2014-10-11 12:27
    回复
      cht = {
      left = {
      {right=true, A=true},
      {left=true},
      {left=true, A=true},
      {right=true, A=true},
      {left=true},
      {left=true}
      },
      right = {
      {left=true, A=true},
      {right=true},
      {right=true, A=true},
      {left=true, A=true},
      {right=true},
      {right=true}
      },
      quick = {
      {B=true},
      {},
      {},
      {},
      {},
      {},
      {},
      {},
      {up=true, A=true}
      }
      }
      v = 1
      pos = "right"
      emu.message("Ready.");
      while (true) do
      local t = joypad.get(1)
      if (t.up or t.select) then
      if (t.select) then pos="quick" end
      joypad.set(1, cht[pos][v]);
      v = v + 1
      if (v>table.getn(cht[pos])) then v=1 end
      else
      v = 1
      if (t.left) then
      pos = "left"
      elseif (t.right) then
      pos = "right"
      end
      end
      emu.frameadvance()
      end


      3楼2014-10-11 12:27
      回复
        3l是代码 一定要一点不剩全都复制过去


        4楼2014-10-11 12:27
        回复
          新建文本文档 把那个3l的粘贴上 之后运行忍龙 然后载入 lua脚本 把新建文本载入进去就可以了


          5楼2014-10-11 12:30
          收起回复
            之后按上就是跳了 贴墙就能滚墙 贴墙的过程中按住跳和出刀连发就能墙上快速出刀


            6楼2014-10-11 12:31
            回复
              还有快速出刀 运行脚本之后 设置下按键


              7楼2014-10-11 12:32
              回复
                把选择键设置成 o或者y 因为用着顺手 嘿嘿 这个就照个人喜好了


                8楼2014-10-11 12:33
                回复
                  如果有不明白的地方请问我


                  9楼2014-10-11 12:34
                  收起回复
                    自己顶


                    10楼2014-10-12 08:14
                    回复
                      请问如何解决上了脚本后,不能站着发忍术问题


                      12楼2014-10-13 11:46
                      收起回复
                        请看我的ID。


                        IP属地:广东来自Android客户端14楼2014-10-26 08:22
                        收起回复
                          出个手机视频


                          来自Android客户端15楼2015-11-14 23:35
                          回复