天天挂茶馆

三十 发表于 2020-1-13 10:18:46

继续练手,查找“西游天下”游戏中的寻路call

任务目的:查找“西游天下”游戏中的寻路call
游戏地址:http://xy.down.hxage.net/xytx/client/XY_CN.0.551.071_Rtm_Setup.exe
结果呈现:寻找的视频、易语言测试代码。

1100 发表于 2020-3-22 23:49:29

function SceneMap_GotoDirectly()
        if true ==thePlayerSelf:isOnFittingState() then
                --试穿状态下不能移动
                return
        end
        if (g_isCurScene) then
                local coordinatex,coordinatey;
                coordinatex, coordinatey = SceneMap_Board:GetMouseScenePos();
                theMinimap:autoRunToTarget(coordinatex, coordinatey, true, "");
        end
end
页: [1]
查看完整版本: 继续练手,查找“西游天下”游戏中的寻路call