- 如果表达式 (1>0) 为真,则循环执行
- 如果表达式 (delaytime>28000) 为真,则
- 跳转到标记 start
- 条件结束
- i=i+1
- 调用外部VBScript子程序 cpix=得到指定点的颜色(xx,yy)
- dr=abs(color0(2)-cint("&H"&right(cpix,2)))
- dg=abs(color0(1)-cint("&H"&mid(cpix,3,2)))
- db=abs(color0(0)-cint("&H"&left(cpix,2)))
- avcolor=int((dr+db+dg)/3)
- ddcolor=abs(dr-avcolor)+abs(dg-avcolor)+abs(db-avcolor)
- 如果表达式 (ddcolor>40 or dr+dg+db>150) 为真,则
- 跳转到标记 over5
- 条件结束
- 循环结束
- 标记 over5
- //WOW的国际惯例,五区恶魔之翼,战士 佳宝
- //有兴趣和问题的朋友请QQ留言:13268115,欢迎举报BUG。
- //起杆
- 鼠标移到 xx+50 , yy+50
- 延时100毫秒
- 鼠标移到 xx , yy
- 按住<Shift>
- 右键单击
- 弹起<Shift>
- 延时2000毫秒
- //WOW的国际惯例,五区恶魔之翼,战士 佳宝
- //有兴趣和问题的朋友请QQ留言:13268115,欢迎举报BUG。
- //判断BUFF时间,到了五分钟运行一次自动加BUFF的宏
- 如果表达式 (datediff("s",starttime,now)>303 and fishertime<>0) 为真,则
- 按住<Alt>
- 按键<O>
- 弹起<Alt>
- 延时6000毫秒
- starttime=now
- dela=0
- 条件结束
- 跳转到标记 start
- 标记 over
- //WOW的国际惯例,五区恶魔之翼,战士 佳宝
- //有兴趣和问题的朋友请QQ留言:13268115,欢迎举报BUG。
- // BY 灰烬燃烧
- // 2007-5-16