//人形系
aa=1
Delay 10
Goto 攻击
ElseIf gj2=2
Goto 妖兽系1
ElseIf gj2=3
Goto 幽冥系1
ElseIf gj2=4
Goto 鳞皇系1
ElseIf gj2=5
Goto 天空系1
ElseIf gj2=6
Goto 金属系1
ElseIf gj2=7
Goto 五毒系1
ElseIf gj2=8
Goto 元素系1
ElseIf gj2=9
Goto 木魔系1
Else
Goto stat
EndIf
Rem 妖兽系1
Delay 10
VBSCall FindPic(355,17,600,80,"Attachment:\妖兽系1024.bmp",0.9,x,y)
//区域找图 0,0,1024,768为区域范围 "神盾.bmp"为图片名(路径) 0.9为找图的相似度 x,y为找到图片后的坐标变量
If x>=0 and y>=0
Delay 10
//妖兽系
aa=2
Delay 10
Goto 攻击
ElseIf gj2=1
Goto 人形系1
ElseIf gj2=3
Goto 幽冥系1
ElseIf gj2=4
Goto 鳞皇系1
ElseIf gj2=5
Goto 天空系1
ElseIf gj2=6
Goto 金属系1
ElseIf gj2=7
Goto 五毒系1
ElseIf gj2=8
Goto 元素系1
ElseIf gj2=9
Goto 木魔系1
Else
Goto stat
EndIf
Rem 幽冥系1
Delay 10
VBSCall FindPic(355,17,600,80,"Attachment:\幽冥系1024.bmp",0.9,x,y)
//区域找图 0,0,1024,768为区域范围 "神盾.bmp"为图片名(路径) 0.9为找图的相似度 x,y为找到图片后的坐标变量
If x>=0 and y>=0
Delay 10
//幽冥系
aa=3
Delay 10
Goto 攻击
ElseIf gj2=1
Goto 人形系1
ElseIf gj2=2
Goto 妖兽系1
ElseIf gj2=4
Goto 鳞皇系1
ElseIf gj2=5
Goto 天空系1
ElseIf gj2=6
Goto 金属系1
ElseIf gj2=7
Goto 五毒系1
ElseIf gj2=8
Goto 元素系1
ElseIf gj2=9
Goto 木魔系1
Else
Goto stat
EndIf
Rem 鳞皇系1
Delay 10
VBSCall FindPic(355,17,600,80,"Attachment:\鳞皇系1024.bmp",0.9,x,y)
//区域找图 0,0,1024,768为区域范围 "神盾.bmp"为图片名(路径) 0.9为找图的相似度 x,y为找到图片后的坐标变量
If x>=0 and y>=0
Delay 10
//鳞皇系
aa=4
Delay 10
Goto 攻击
ElseIf gj2=1
Goto 人形系1
ElseIf gj2=2
Goto 妖兽系1
ElseIf gj2=3
Goto 幽冥系1
ElseIf gj2=5
Goto 天空系1
ElseIf gj2=6