level 1
亡灵饿狼
楼主
rx, ry = findColorInRegionFuzzy(0xad3418, 50, 61, 101, 612, 617);
if rx ~= -1 and ry ~= -1 then
touchDown(1,787,583);
touchUp(1, 787,583)
else
dialog("未找到符合条件的坐标");
end --在该区域找到符合条件的点则点击购买
启动调试出现:
2: attempt to call global 'findColorInRegionFuzzy' (a nil value)
Stack Traceback:
2: in main chunk 求大神帮修改下
2014年12月10日 02点12分
1
if rx ~= -1 and ry ~= -1 then
touchDown(1,787,583);
touchUp(1, 787,583)
else
dialog("未找到符合条件的坐标");
end --在该区域找到符合条件的点则点击购买
启动调试出现:
2: attempt to call global 'findColorInRegionFuzzy' (a nil value)
Stack Traceback:
2: in main chunk 求大神帮修改下