天天挂茶馆

 找回密码
 立即注册

QQ登录

只需一步,快速开始

微信登录

微信扫码,快速开始

搜索
热搜: C++
查看: 3193|回复: 1

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

[复制链接]

7

主题

28

回帖

8922

积分

VIP会员

积分
8922
发表于 2020-1-13 10:18:46 | 显示全部楼层 |阅读模式
任务目的:查找“西游天下”游戏中的寻路call
游戏地址:http://xy.down.hxage.net/xytx/client/XY_CN.0.551.071_Rtm_Setup.exe
结果呈现:寻找的视频、易语言测试代码。
回复

使用道具 举报

50

主题

149

回帖

2万

积分

VIP会员

积分
25519
发表于 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
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表