口袋改版资源吧 关注:242,519贴子:1,538,478
  • 9回复贴,共1

刚刚看见一个原版脚本,修改了下

只看楼主收藏回复

原脚本:
#org 0x1FFA07
msgbox 0x81FFA83 0x2
end
#org 0x1FFA83
= 只有在烟囱山山顶\n才能买到当地的特产。\p给宝可梦吃的话,它会很高兴的。


来自Android客户端1楼2021-07-07 19:24回复
    看见这个脚本,突然想到代币盒剧情,于是我对它进行了修改


    来自Android客户端2楼2021-07-07 19:24
    回复
      2025-08-08 21:29:27
      广告
      不感兴趣
      开通SVIP免广告
      #dynamic 0x00
      #org @start
      checkflag 0x200
      if 0x0 goto @yes1
      msgbox @msg2 0x2
      return
      #org @yes1
      msgbox 0x81FFA83 0x2
      checkitem 0x26 0x1
      compare 0x800D 0x1
      if 0x1 goto @yes2
      end
      #org @yes2
      applymovement 0x3 @raw1
      waitmovement 0x0
      msgbox @msg1 0x5
      compare 0x800D 0x1
      if 0x1 goto @yes3
      release
      msgbox @msg3 0x2
      end
      #org @yes3
      applymovement 0x3 @raw2
      waitmovement 0x0
      call @start
      removeitem 0x26 0x1
      giveitem 0x44 0x1 0x0
      end
      #org 0x1FFA83
      = 只有在烟囱山山顶\n才能买到当地的特产。\p给宝可梦吃的话,它会很高兴的。
      #org @msg1
      = 你竟然有釜炎仙贝!\l可以给我1个吗?\l我会给你点好东西的
      #org @msg2
      = 感谢你的釜炎仙贝!
      #org @msg3
      = 那…好吧
      #org @raw1
      #raw 0x56
      #raw 0x14
      #raw 0x14
      #raw 0xFE
      #org @raw2
      #raw 0x4F
      #raw 0x14
      #raw 0x14
      #raw 0xFE


      来自Android客户端3楼2021-07-07 19:25
      回复
        啊,漏了一行,请在giveitem后加入:setflag 0x200


        来自Android客户端4楼2021-07-07 19:26
        回复
          emmm,刚刚的随机拾取脚本被贴吧吃了,我有点担心这个也没


          来自Android客户端5楼2021-07-07 19:43
          回复
            #dynamic 0x00
            #org @start
            checkflag 0x200
            if 0x0 goto @yes1
            msgbox @msg2 0x2
            return
            #org @yes1
            msgbox 0x81FFA83 0x2
            checkitem 0x26 0x1
            compare 0x800D 0x1
            if 0x1 goto @yes2
            end
            #org @yes2
            applymovement 0x3 @raw1
            waitmovement 0x0
            msgbox @msg1 0x5
            compare 0x800D 0x1
            if 0x1 goto @yes3
            release
            msgbox @msg3 0x2
            end
            #org @yes3
            removeitem 0x26 0x1
            giveitem 0x44 0x1 0x0
            call @start
            end
            #org 0x1FFA83
            = 只有在烟囱山山顶\n才能买到当地的特产。\p给宝可梦吃的话,它会很高兴的。
            #org @msg1
            = 你竟然有釜炎仙贝!\l可以给我1个吗?\l我会给你点好东西的
            #org @msg2
            = 感谢你的釜炎仙贝!
            #org @msg3
            = 那…好吧
            #org @raw1
            #raw 0x56
            #raw 0x14
            #raw 0x14
            #raw 0xFE


            来自Android客户端6楼2021-07-07 19:49
            收起回复
              3l没了


              IP属地:天津来自手机贴吧7楼2021-07-07 19:50
              收起回复
                #dynamic 0x00
                #org @start
                checkflag 0x200
                if 0x0 goto @yes1
                msgbox @msg2 0x2
                return
                #org @yes1
                msgbox 0x81FFA83 0x2
                checkitem 0x26 0x1
                compare 0x800D 0x1
                if 0x1 goto @yes2
                end
                #org @yes2
                applymovement 0x3 @raw1
                waitmovement 0x0
                msgbox @msg1 0x5
                compare 0x800D 0x1
                if 0x1 goto @yes3
                release
                msgbox @msg3 0x2
                end
                #org @yes3
                applymovement 0x3 @raw2
                waitmovement 0x0
                call @start
                removeitem 0x26 0x1
                giveitem 0x44 0x1 0x0
                setflag 0x200
                end
                #org 0x1FFA83
                = 只有在烟囱山山顶\n才能买到当地的特产。\p给宝可梦吃的话,它会很高兴的。
                #org @msg1
                = 你竟然有釜炎仙贝!\l可以给我1个吗?\l我会给你点好东西的
                #org @msg2
                = 感谢你的釜炎仙贝!
                #org @msg3
                = 那…好吧
                #org @raw1
                #raw 0x56
                #raw 0x14
                #raw 0x14
                #raw 0xFE
                #org @raw2
                #raw 0x4F
                #raw 0x14
                #raw 0x14
                #raw 0xFE


                来自Android客户端8楼2022-01-16 13:59
                回复