与子同袍的水货们吧 关注:21贴子:1,049
  • 14回复贴,共1

【资源帖】放一些好玩的东西

只看楼主收藏回复

大扇子舞镇楼


IP属地:北京1楼2013-11-05 19:40回复
    调高高的宏,记得一定要站在空旷的地方。

    /script
    local N=GetClientPlayer()
    local a,b=N.GetTarget()
    local D=GetTargetHandle(a,b)
    SetTarget(1,0)
    OnAddOnUseSkill(7301,1)
    SetTarget(a,b)


    IP属地:北京2楼2013-11-05 19:42
    回复
      终止自己读条的宏
      PVP骗打断专用
      /script GetClientPlayer().StopCurrentAction()


      IP属地:北京4楼2013-11-05 19:44
      回复
        自动选中目标的宏
        太好用了不多说
        /script y0n = y0n or false
        if y0n then
        y0n=false;OutputMessage("MSG_SYS","自动选定→关\n")
        else
        y0n=true;OutputMessage("MSG_SYS","自动选定→开\n")
        end
        RegisterEvent("NPC_ENTER_SCENE",function()
        if not y0n then return end
        local n=GetNpc(arg0)
        if n.szName=="龙胆蛇" or n.szName=="血玉" or n.szName=="冥花连舞" or n.szName=="阴性血玉" or n.szName=="维提吠达特天罚剑" or n.szName=="诡异的物体" then
        SetTarget(TARGET.NPC,arg0)
        end
        end)
        【龙胆蛇、血玉等名称可替换】


        IP属地:北京5楼2013-11-05 19:45
        回复
          跳大扇子舞的插件
          http://bbs.duowan.com/thread-28176978-1-1.html
          方法:
          下载附件文件后,放置到JX3\bin\zhcn\data\source\player\F1\动作,剑三此文件夹下。重启客户端后,在表情动作中选择说话即可表演。


          IP属地:北京6楼2013-11-05 19:49
          回复
            http://bbs.duowan.com/thread-28330285-1-1.html
            苍山洱海占卜


            IP属地:北京7楼2014-01-03 14:51
            回复
              春节任务砸罐子的宏
              /script
              bZiDongZa = bZiDongZa or false
              bZiDongZa2 = bZiDongZa2 or false
              if not bZiDongZa then
              Output("自动砸开启\n")
              bZiDongZa = true
              else
              Output("自动砸关闭\n")
              bZiDongZa = false
              end
              if not bZiDongZa2 then
              RegisterEvent("NPC_ENTER_SCENE", function()
              if not bZiDongZa then return end
              bZiDongZa2 = true
              if GetNpc(arg0).szName == "年兽陶罐" and GetCharacterDistance(GetClientPlayer().dwID,arg0) / 64 <= 4 then
              SetTarget(3,arg0)
              local dwID , Type = Target_GetTargetData()
              if(GetNpc(dwID).szName == "年兽陶罐") then
              OnUseItem(1,1)
              end
              end
              frame_CloseMessageBox("PlayerMessageBoxCommon")
              end)
              end
              function frame_CloseMessageBox(szName)
              local frame = Station.Lookup("Topmost/MB_" .. szName)
              if frame then
              local btn = frame:Lookup("Wnd_All/Btn_Option1")
              if btn and btn:IsEnabled() then
              btn.fnAction(1)
              CloseMessageBox(szName)
              end
              end
              end
              注:锤子放在背包的第一行第二个
              再注:宏点击一下直接开启,点击第二下关闭,不用一直点


              IP属地:北京8楼2014-01-13 13:51
              收起回复
                之前的龙门飞剑宏
                第一步:做宏
                /script hy1n = hy1n or false
                if hy1n then
                hy1n=false;OutputMessage("MSG_SYS","连击【龙门助手】,加速,用力,不要停!OY,就是这样,好样的!\n")
                else
                hy1n=true;OutputMessage("MSG_SYS","连击【龙门助手】,加速,用力,不要停!OY,就是这样,好样的!\n")
                end
                /script
                local player = GetClientPlayer()
                local listBuff = player.GetBuffList() or {}
                mem = mem or {}
                for _, v in pairs(listBuff) do
                if v.dwID==5046 and (not mem["5046"] or GetLogicFrameCount() - mem["5046"] >=16) then
                OnAddOnUseSkill(7819,1)
                mem["5046"] = GetLogicFrameCount()
                end
                if v.dwID==5047 and (not mem["5047"] or GetLogicFrameCount() - mem["5047"] >=16) then
                OnAddOnUseSkill(7820,1)
                mem["5047"] = GetLogicFrameCount()
                end
                if v.dwID==5048 and (not mem["5048"] or GetLogicFrameCount() - mem["5048"] >=16) then
                OnAddOnUseSkill(7821,1)
                mem["5048"] = GetLogicFrameCount()
                end
                end
                第二步:轻功踩石头【自己各种大轻功石头上转吧,蓄力三次你就进去了】
                第三步:成功进入龙卷风的内部后你会发现( ⊙o⊙ )哇【跟外面看一模一样....】
                咳咳,正题.....
                这时候快速ESC点击宏管理,然后就用你的右手【此处注意是右手,左手你可以释放了,去做它该做的事情】一直点那个宏直到你拿到钥匙.
                第四步:拿你的[真·龙门飞剑],去世界换妹子去,


                IP属地:北京9楼2014-01-13 13:52
                回复
                  http://jx3.duowan.com/1310/244729910263.html
                  试炼之地攻略


                  IP属地:北京10楼2014-01-17 00:11
                  回复
                    http://tieba.baidu.com/p/2765977246
                    475\480配装效果对比图! 饰品均为 PVP的,凑够命中即可


                    IP属地:北京11楼2014-01-17 10:23
                    回复
                      元宵节跳花灯的宏
                      http://tieba.baidu.com/p/2866337222?see_lz=1
                      除了宏你还需要一个按键工具,这个有很多,我用的是剑三宏助手V1.1。把宏放在设定的按键上。
                      因为双击w才会进入大轻功状态,开按键后你手速不可能超过按键,所以你要先双击w按住w不放进入大轻功状态,再开启按键。
                      然后宏就会自动选中目标。之后你只需要左手按住w并按空格飞跃向花灯,再按空格跳出宏就会自动选择你面前的最近的花灯或风筝。同时你的右手要拿鼠标右键旋转视角调整方向,试几次就能掌握。
                      下面上宏,要YYL超级宏1.1.7版,怎么用超级宏不用我教了吧。
                      #name 花灯
                      #Icon 5373
                      /if [notar]
                      /tab [tar:风筝|花灯·竹梦|花灯,tmfront]npc,距离最近
                      /end
                      本来是要一边大轻功一边手动选中花灯的,现在把选中花灯的工作交给宏,按宏的工作交给按键工具。自己只要手动控制大轻功按住w按空格鼠标调整视角就行。


                      IP属地:北京12楼2014-02-19 14:13
                      回复
                        这层楼就插一张图,据说图里有很大的秘密


                        IP属地:北京14楼2014-02-26 17:34
                        回复