按键精灵如何处理随机出现的事件。
答案:3 悬赏:0 手机版
解决时间 2021-04-06 08:20
- 提问者网友:骑士
- 2021-04-05 18:03
按键精灵如何处理随机出现的事件。按键精灵如何处理随机事件。使用按键精灵自动打BOSS过程中,BOSS的血降到一定的量,会出现小怪,扛不住,跑出BOSS地图,再进来就没小怪了,但是小怪又是随机出现。如何设置出现小怪就跑,没有出现小怪就继续打BOSS?
最佳答案
- 五星知识达人网友:归鹤鸣
- 2021-04-05 18:18
等待就是写delay, 比如delay 2000 表示等待2000毫秒(2秒)
全部回答
- 1楼网友:躲不过心动
- 2021-04-05 20:13
找颜色功能的界面
- 2楼网友:琴狂剑也妄
- 2021-04-05 19:01
rem a
findpic 0,0,1024,900,"attachment:\a.bmp",0.9,ax,ay
findpic 0,0,1024,900,"attachment:\b.bmp",0.9,bx,by
findpic 0,0,1024,900,"attachment:\c.bmp",0.9,cx,cy
findpic 0,0,1024,900,"attachment:\d.bmp",0.9,dx,dy
findpic 0,0,1024,900,"attachment:\e.bmp",0.9,ex,ey
if ax > 0 and ay > 0 then
rem a1
findpic 0,0,1024,900,"attachment:\c1.bmp",0.9,cax,cay
findpic 0,0,1024,900,"attachment:\c2.bmp",0.9,cbx,cby
findpic 0,0,1024,900,"attachment:\c3.bmp",0.9,ccx,ccy
if cax > 0 and cay > 0 then
elseif cbx > 0 and cby > 0 then
elseif ccx > 0 and ccy > 0 then
·······
end if
goto a1
elseif bx > 0 and by > 0 then
rem a2
findpic 0,0,1024,900,"attachment:\b1.bmp",0.9,bax,bay
findpic 0,0,1024,900,"attachment:\b2.bmp",0.9,bbx,bby
findpic 0,0,1024,900,"attachment:\b3.bmp",0.9,bcx,bcy
if bax > 0 and bay > 0 then
elseif bbx > 0 and bby > 0 then
elseif bcx > 0 and bcy > 0 then
·······
end if
goto a2
elseif cx > 0 and cy > 0 then
······
elseif dx > 0 and dy > 0 then
······
elseif ex > 0 and ey > 0 then
······
end if
goto a
个人愚见,不知帮到你木有
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯