魔兽改图吧 关注:1,354贴子:7,979

回复:简单谈谈怎么去掉地图的平台限制

只看楼主收藏回复

留下联系方式,有偿改图给小费


IP属地:重庆96楼2020-07-08 16:48
回复
    大佬留个联系方式


    IP属地:广东来自iPhone客户端97楼2020-10-02 13:35
    回复
      2025-05-25 17:58:01
      广告
      有些整数返回值怎么知道是多少


      IP属地:陕西99楼2020-10-18 12:53
      回复
        大佬 能不能帮忙改个地图啊 这是是我在魔兽对战平台上目前玩的地图《武林奇侠1.60》!!!想单机玩!!


        IP属地:湖北100楼2020-11-14 16:28
        收起回复
          大佬 能不能帮忙改个地图啊 这是是我在魔兽对战平台上目前玩的地图《武林奇侠TD》1.60版!!!想脱机单机模式玩!!昏 好像不能上传地图啊!!!


          IP属地:湖北101楼2020-11-14 16:34
          回复
            现在的地图好像都没什么j文件了?我解压提取了只有
            .doo、.mmp、.shd、.w3a、.w3d、.w3e、.w3i、.wpm和一大堆blp


            IP属地:广东103楼2020-12-05 16:19
            回复
              改了两张图全失败认真检查好多次了。


              IP属地:河南来自Android客户端104楼2021-09-09 20:55
              回复
                大神,我想改魔兽地图《农场小镇》9.22版,是魔兽官方对战平台里面的图,因为平台不能存档,所以我想单机玩。里面代码不多,但是改了之后还是不能创建地图。帮我看看吧。
                这是原来的代码
                endglobals
                native DzAPI_Map_SaveServerValue takes player whichPlayer,string key,string value returns boolean
                native DzAPI_Map_GetServerValue takes player whichPlayer,string key returns string
                native DzAPI_Map_Stat_SetStat takes player whichPlayer,string key,string value returns nothing
                native DzAPI_Map_GetMatchType takes nothing returns integer
                native DzAPI_Map_GetServerValueErrorCode takes player whichPlayer returns integer
                native DzAPI_Map_GetMapLevelRank takes player whichPlayer returns integer
                native DzAPI_Map_GetGuildName takes player whichPlayer returns string
                native DzAPI_Map_GetMapLevel takes player whichPlayer returns integer
                native DzAPI_Map_GetMapConfig takes string key returns string
                function X0 takes player Iz returns boolean
                if DzAPI_Map_GetServerValueErrorCode(Iz)==0 then
                return true
                else
                return false
                endif
                endfunction
                这是我改了的
                endglobals
                function DzAPI_Map_SaveServerValue takes player whichPlayer,string key,string value returns boolean
                return true
                endfunction
                function DzAPI_Map_GetServerValue takes player whichPlayer,string key returns string
                return “”
                endfunction
                function DzAPI_Map_GetGameStartTime takes nothing returns integer
                return 0
                endfunction
                function DzAPI_Map_Stat_SetStat takes player whichPlayer,string key,string value returns nothing
                endfunction
                function DzAPI_Map_GetMatchType takes nothing returns integer
                return “”
                endfunction
                function DzAPI_Map_GetServerValueErrorCode takes player whichPlayer returns integer
                return 0
                endfunction
                function DzAPI_Map_GetMapLevelRank takes player whichPlayer returns integer
                return 0
                endfunction
                function DzAPI_Map_GetGuildName takes player whichPlayer returns string
                return 0
                endfunction
                function DzAPI_Map_GetMapLevel takes player whichPlayer returns integer
                return 0
                endfunction
                function DzAPI_Map_GetMapConfig takes string key returns string
                return 0
                endfunction
                function YM takes player Iw returns boolean
                if DzAPI_Map_GetServerValueErrorCode(Iw)==0 then
                return true
                else
                return true
                endif
                endfunction


                108楼2023-01-08 10:57
                回复
                  2025-05-25 17:52:01
                  广告
                  现在的图和牛逼 我们这种菜鸟是搞不定了


                  IP属地:河南109楼2024-11-16 18:28
                  回复