182脚本
⑴ 按键精灵怎么设置自动捡东西
//F1红 F2 F3技能 F8回城卷
VBS dim hp,m,n,a,b,c,d,e,f,g,h,i,j,k,l,q,r
VBS dim ye,zidongzhaoguai,zidongjianwu,xp
VBS m=85:n=10
VBS a="":b="":e="":f="":g="":h="":i="":j="":k="":l="":q="":r=""
VBS c=0:d=0
VBS dim jn1,jn2
VBS jn1=0:jn2=0
UserVar ye=1 选择职业 0近战 1远战
UserVar hp=50 红量<%多少时,补红
UserVar zidongzhaoguai=1 0定点刷怪 1自动刷怪
UserVar zidongjianwu=1 0不自动捡物 1自动捡物
UserVar xp=1 选择使用哪种XP技能,从右到左1,2,3
Rem 机战
Gosub 找怪
Gosub 攻击怪
Gosub 补红
Gosub 捡钱
Gosub 捡熟练度
Gosub 捡流星
Gosub 捡粉红水晶
Gosub 捡蓝水晶x
Gosub 捡聚态水晶
Gosub 检测xp
Gosub 无弹回城
Gosub 拒绝交易
Gosub 同意组队
Gosub 关闭推荐任务
Gosub 关闭导师界面
Delay 32
Goto 机战
Sub 找怪
If zidongzhaoguai=1
VBSCall FindColorEx(85,140,855,480,"303b8",1,0.8,x,y)
If x<0 and y<0
Delay 32
VBS c=c+1
If c>4
Delay 225
MoveTo 510 500
LeftClick 1
Gosub 快速找怪
VBSCall FindColorEx(85,140,855,480,"303b8",1,0.8,x,y)
If x<0 and y<0
Delay 520
MoveTo 100 330
LeftClick 1
Gosub 快速找怪
VBSCall FindColorEx(85,140,855,480,"303b8",1,0.8,x,y)
If x<0 and y<0
Delay 520
MoveTo 510 200
LeftClick 1
Gosub 快速找怪
VBSCall FindColorEx(85,140,855,480,"303b8",1,0.8,x,y)
If x<0 and y<0
Delay 520
MoveTo 920 330
LeftClick 1
Gosub 快速找怪
EndIf
EndIf
EndIf
EndIf
EndIf
EndIf
Return
Sub 攻击怪
VBSCall FindColorEx(479,49,922,399,"303b8",1,0.8,x,y)
If x>=0 and y>=0
VBS c=0
MoveTo x-20 y+20
LeftClick 1
Delay 32
Gosub 攻击
VBSCall FindColorEx(479,339,922,650,"303b8",1,0.8,x,y)
If x>=0 and y>=0
VBS c=0
MoveTo x-20 y-20
LeftClick 1
Delay 32
Gosub 攻击
VBSCall FindColorEx(99,339,479,658,"303b8",1,0.8,x,y)
If x>=0 and y>=0
VBS c=0
MoveTo x+20 y-20
LeftClick 1
Delay 32
Gosub 攻击
VBSCall FindColorEx(83,85,479,399,"303b8",1,0.8,x,y)
If x>=0 and y>=0
VBS c=0
MoveTo x+20 y+20
LeftClick 1
Delay 32
Gosub 攻击
EndIf
EndIf
EndIf
EndIf
Return
Sub 攻击
VBSCall FindColorEx(35,100,920,510,"303b8",1,0.8,x,y)
If x>=0 and y>=0
MoveTo x+n y+m
RightClick 1
Gosub 技能1
Gosub 技能2
Else
VBSCall FindColorEx(35,100,920,510,"303b8",1,0.8,x,y)
If x>=0 and y>=0
MoveTo x+n y+m-n
RightClick 1
EndIf
EndIf
Return
Sub 快速找怪
VBSCall FindColorEx(313,10,315,12,"0",1,0.8,x,y)
If x<0 and y<0
KeyDown 17 1
LeftClick 1
KeyUp 17 1
EndIf
Return
Sub 技能1
IfColor 139 45 ae21 2
Delay 32
VBS jn1=jn1+1
If jn1>=4
KeyPress 113 1
VBS jn1=0
EndIf
EndIf
Return
Sub 技能2
IfColor 139 45 ae21 2
Delay 32
VBS jn2=jn2+1
If jn2>=8
KeyPress 114 1
VBS jn2=0
EndIf
EndIf
Return
Sub 补红
IfColor hp*1.13+121 31 313033 2
KeyPress 112 1
EndIf
Return
Sub 捡钱
If zidongjianwu=1
VBSCall FindColorEx(35,100,920,520,"45b0c9",1,0.8,x1,y1)
If x1>=0 and y1>=0
VBS a=x1:b=y1
VBSCall FindColorEx(a+5,b-50,a+45,b-30,"ffff",1,0.8,x2,y2)
If x2>=0 and y2>=0
MoveTo a b
Delay 32
LeftClick 1
VBS a="":b=""
EndIf
EndIf
EndIf
Return
Sub 捡熟练度
If zidongjianwu=1
VBSCall FindColorEx(35,100,920,520,"ad497f",1,0.8,x1,y1)
If x1>=0 and y1>=0
VBS e=x1:f=y1
VBSCall FindColorEx(e+5,f-50,e+45,f-30,"ffff",1,0.8,x2,y2)
If x2>=0 and y2>=0
MoveTo e f
Delay 32
LeftClick 1
VBS e="":f=""
EndIf
EndIf
EndIf
Return
Sub 捡流星
If zidongjianwu=1
VBSCall FindColorEx(35,100,920,520,"106d21",1,0.8,x1,y1)
If x1>=0 and y1>=0
VBS g=x1:h=y1
VBSCall FindColorEx(g-5,h-25,g+45,h-5,"ffff",1,0.8,x2,y2)
If x2>=0 and y2>=0
MoveTo g h
Delay 32
LeftClick 1
VBS g="":h=""
EndIf
EndIf
EndIf
Return
Sub 捡粉红水晶
If zidongjianwu=1
VBSCall FindColorEx(35,100,920,520,"8b16ab",1,0.8,x1,y1)
If x1>=0 and y1>=0
VBS i=x1:j=y1
VBSCall FindColorEx(i-5,j-30,i+45,j-10,"ffff",1,0.8,x2,y2)
If x2>=0 and y2>=0
MoveTo i j
Delay 32
LeftClick 1
VBS i="":j=""
EndIf
EndIf
EndIf
Return
Sub 捡蓝水晶
If zidongjianwu=1
VBSCall FindColorEx(35,100,920,520,"ffb783",1,0.8,x1,y1)
If x1>=0 and y1>=0
VBS k=x1:l=y1
VBSCall FindColorEx(k-5,l-45,k+45,l-8,"ffff",1,0.8,x2,y2)
If x2>=0 and y2>=0
MoveTo k l
Delay 32
LeftClick 1
VBS k="":l=""
EndIf
EndIf
EndIf
Return
Sub 捡聚态水晶
If zidongjianwu=1
VBSCall FindColorEx(35,100,920,520,"94f729",1,0.8,x1,y1)
If x1>=0 and y1>=0
VBS q=x1:r=y1
VBSCall FindColorEx(q-5,r-30,q+5,r-20,"ffff",1,0.8,x2,y2)
If x2>=0 and y2>=0
MoveTo g h
Delay 32
LeftClick 1
VBS q="":r=""
EndIf
EndIf
EndIf
Return
Sub 检测xp
VBSCall FindColorEx(800,500,900,550,"cdb886",1,0.8,x,y)
If x>=0 and y>=0
Gosub xp1
Gosub xp2
Gosub xp3
EndIf
Return
Sub xp1
If xp=1
MoveTo 935 540
Delay 32
LeftClick 1
EndIf
Return
Sub xp2
If xp=2
MoveTo 881 547
Delay 32
LeftClick 1
EndIf
Return
Sub xp3
If xp=3
MoveTo 812 551
Delay 32
LeftClick 1
EndIf
Return
Sub 无弹回城
If ye=1
VBSCall FindColorEx(575,6,580,10,"101010",1,0.8,x,y)
If x<0 and y<0
Delay 32
VBS d=d+1
If d=6
KeyPress 119 1
EndIf
EndIf
EndIf
Return
Sub 拒绝交易
VBSCall FindColorEx(133,312,135,314,"ffffff",1,0.8,x1,y1)
VBSCall FindColorEx(311,389,313,391,"916e23",1,0.8,x2,y2)
VBSCall FindColorEx(326,233,328,235,"8b6ff",1,0.8,x3,y3)
If x1>=0 and y1>=0 and x2>=0 and y2>=0 and x3>=0 and y3>=0
MoveTo 312 390
Delay 32
LeftClick 1
EndIf
Return
Sub 同意组队
VBSCall FindColorEx(270,232,275,238,"c7ff",1,0.8,x1,y1)
VBSCall FindColorEx(220,393,225,396,"aeff",1,0.8,x2,y2)
If x1>=0 and y1>=0 and x2>=0 and y2>=0
MoveTo 223 394
Delay 32
LeftClick 1
EndIf
Return
Sub 关闭推荐任务
VBSCall FindColorEx(905,236,907,238,"c7ff",1,0.8,x1,y1)
VBSCall FindColorEx(605,234,607,236,"c3ff",1,0.8,x2,y2)
If x1>=0 and y1>=0 and x2>=0 and y2>=0
MoveTo 906 237
Delay 32
LeftClick 1
EndIf
Return
Sub 关闭导师界面
VBSCall FindColorEx(269,180,271,182,"c3f7",1,0.8,x1,y1)
VBSCall FindColorEx(276,175,278,177,"dec7b5",1,0.8,x2,y2)
If x1>=0 and y1>=0 and x2>=0 and y2>=0
MoveTo 270 181
Delay 32
LeftClick 1
EndIf
Return
⑵ 高手请进推荐〖腾讯〗QQ空间脚本代码
高手请进推荐〖腾讯〗QQ空间脚本代码
有谁看的出吗?
document.write('<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><meta http-equiv="Content-Language" content="gb2312" /><meta id="robots" content="all" /><meta id="author" content="Tencent-ISRD" /><meta id="Copyright" content="Tencent" /><meta name="Description" content="Qzone精彩由你而来" /><meta name="Keywords" content="Qzone,QQ空间,Blog,博客,网络日志,播客,腾讯,QQ,Tencent" /><title>Qzone精彩由你而来</title><base href="http://imgcache.qq.com/"></base><style type="text/css">/*利用JS修改的样式表*/</style><style type="text/css">/*样式补充*/.fontRed{color:#ff0000;font-weight: bold;}/*花藤样式*/#flowerpanel{ width: 194px; height: 170px; position: absolute; bottom:28px; text-align: center; background-repeat: no-repeat; }.flowerLevel{ list-style: none; margin: 36px 0 0 58px; padding: 0px; height:100px;}.flowerLevel ol { list-style: none; margin: 0px; padding: 0px; }.flowerLevel li{ float: left; width: 25px; margin-right: 1px; }.flowerLevel ol li { float: none; font:0/0}.flowerLevel .t{ background: url(qzone/images/flower/bg_huateng_linet.gif) no-repeat center top; height: 11px; overflow: hidden; }.flowerLevel .p{ background: url(qzone/images/flower/bg_huateng_line.gif) repeat-y center top; height: 50px; overflow: hidden; font-size: 1px; }.flowerLevel .b{ background: url(qzone/images/flower/bg_huateng_lineb.gif) no-repeat center top; height: 11px; overflow: hidden; margin-bottom:1px }.flowerLevel img{margin-left:2px}.flowerLevel .p img{ position: absolute; bottom: 59px !important; bottom: 0px; margin-left: -4px !important; margin-left: -3px; height: 50px; width: 8px; }.flowerStatus {margin-left:45px;margin-top:2px;color:#000;}.fText{ color: #333333; font: 10px Arial;}/*框架样式*/#mainFrame .sidebar{float:left;overflow-x:hidden}#mainFrame .contentMini{float:left;overflow-x:hidden}#mainFrame .contentFull{float:left;overflow-x:hidden}#frameViewTitle {border:1px solid #ccc;background-color:#e5e5e5;width:110px;margin-left:1px;height:10px;overflow:hidden}#frameViewTips {text-align:center;padding:3px;margin-bottom:3px;}#frameViewTips div{float:left;border:1px solid #999;background-color:#e5e5e5;margin:1px;height:60px;}#frameViewTips div.highlight{background-color:#ff8000;border:1px solid #ce6700}#dragGhostEdge {position: absolute;z-index:99;background-color:#FF9900;font-size:0px}.controlPanel {text-align:left !important;padding-left:18px;}.controlPanel li {text-align:left !important;padding-left:18px;}.controlPanel .split {padding:0px 4px 0px 6px;margin-top:-10px;height:5px;overflow:hidden;margin-bottom:-2px;}.controlPanel .split div {background:url(/qzone_v4/1/line.gif) repeat-x;}.blogEditTips{float:left;width:100% !important;margin:0px !important;height:auto !important;padding:2px}#floatBody{position:absolute;left:0px;top:0px;width:100%;}/*Fix IE CSS Bug*/.mode_table_content{width:100%}.mode_table_mains{width:auto !important;width:100%;}.tButton {margin-top:-1px;float:right;cursor:pointer;}#systemMole_11 .button img{margin-top:2px;}#systemMole_11 .button img.indexmenuoff{margin-top:6px;}</style><link rel="stylesheet" rev="stylesheet" href="qzone_v4/index.css" type="text/css" media="screen" /><link rel="stylesheet" rev="stylesheet" href="" type="text/css" media="screen" id="mozillaCSS"/><link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon" /><script type="text/javascript">document.domain="qq.com";initCSS();</script></head><body id="cbody" style="overflow:hidden"><textarea id="mainTemplet" style="display:none">{blogFullTemplet begin}<div id="index_blog_b" style="height:256px;"><div class="mode_table_mains"><ul><%repeat_0 match="/rss/channel/item" repeat_num="10"%><li><span class="right">评论(<span class="hit" id="cb_<%=@id%>">-</span>)</span><a href="javascript:;" class="blogsort" onClick="openCategory(\'<%=@type%>\');return false" title="点击进入分类">[<%=@categoryName%>]</a><span class="<%=@xmdClass%>"><a href="javascript:;" class="fix" title="<%=@title%> -- 发表于 <%=@pubTimeString%>" onClick="openBlog(\'<%=@archive%>\',\'<%=@id%>\');return false"><nobr><%=@titleWidth%><%=@title%></nobr></a></span></li><%_repeat_0%></ul><span class="clear"></span> </div></div>{end}{blogMiniTemplet begin}<div id="index_blog_s"><div class="center mode_table_mains"><ul class="fixlist"><%repeat_0 match="/rss/channel/item" repeat_num="10"%><li class="fix" title="<%=@title%> -- 发表于 <%=@pubTimeString%>"><span class="<%=@xmdClass%>"><a href="javascript:;" onClick="openBlog(\'<%=@archive%>\',\'<%=@id%>\');return false"><nobr><%=@titleWidth%><%=@title%></nobr></a></span></li><%_repeat_0%></ul></div></div>{end}{blogDetailTemplet begin}<div id="index_blog_c"><div class="mode_table_mains"><span class="hint-top blogEditTips editMode">在自定义编辑状态下,此模快仅显示部分内容,保存后即可完整显示。</span><div id="rssBlog"><%repeat_0 match="/rss/channel/item"%><div><h3><a href="javascript:;" onClick="openCategory(\'<%=@type%>\');return false" class="blogsort">[<span id="cg_<%=@id%>"><%=@categoryName%></span>]</a><a href="<%=@guid%>" onClick="openBlog(\'<%=@archive%>\',\'<%=@id%>\');return false"><span class="<%=@xmdClass%>" style="cursor:pointer"><%=@titleText%></span></a><span id="bHide_<%=@id%>" href="javascript:;" class="bt_blog_side" title="折叠" onclick="blogClose(<%=@id%>);return false" style="cursor:pointer"><span class="none">折叠</span></span><span id="bShow_<%=@id%>" href="javascript:;" class="bt_blog_show" title="展开" onclick="blogOpen(<%=@id%>);return false" style="cursor:pointer;display:none;"><span class="none">展开</span></span></h3><span class="time"><%=@pubTimeString%></span><div><div id="article_<%=@id%>"><div class="article"><%=@description%></div><a href="<%=@guid%>" onClick="openBlog(\'<%=@archive%>\',\'<%=@id%>\');return false" class="pageall">查看全文</a> | <a href="javascript:;" onclick="ToClip(\'<%=@guid%>\');return false" class="pageall">复制本文地址</a> | <a href="javascript:;" onClick="openBlog(\'<%=@archive%>\',\'<%=@id%>\');return false" class="pageall">评论(<span id="cc_<%=@id%>">-</span>)</a></div></div><hr /></div><%_repeat_0%></div></div></div>{end}{infoFullTemplet begin}<div id="index_info_b"><%repeat_0 match="."%><div class="mode_table_menus"><a href="javascript:;" title="" class="indexbh right ownerMode" onclick=enterMall("big")><span>大头贴</span></a><a href="javascript:;" onClick="openChatbox(\'<%=@uin%>\');return false" title="找我就Q我" class="qme right clientMode"><span>Q ME</span></a><a href="javascript:;" style="font-weight:bold" onClick="return switchTab(\'info1\',\'info\')">形象</a> | <a href="javascript:;" onClick="return switchTab(\'info2\',\'info\')">档案</a> | <a href="javascript:;" onClick="return switchTab(\'info3\',\'info\')">统计</a></div><div class="mode_table_mains center" id="info1"><%=@avatar%></div><div class="mode_table_mains center" id="info2" style="display:none"><ul><li>QQ号:<%=@uin%></li><li>昵 称:<%=@nickname%></li><li>年 龄:<%=@age%></li><li>性 别:<%=@sex%></li><li>位 置:<%=@province%> <%=@city%></li><li>说 明:<%=@desc%></li><li>级 别:<span id="gardenerGradeDiv">无<span class="ownerMode">,<a href="javascript:enterMall(\'flower\',true)" class="ownerMode" style="text-decoration:underline">领养植物</a></span></span></li></ul></div><div class="mode_table_mains center" id="info3" style="display:none"><ul><li>今日访问人数:<span id="dayvisit"><%=@dayvisit%></span></li><li>历史访问人数:<span id="visitcount"><%=@visitcount%></span></li><li><B>如果查出空间恶意刷人<BR>气,将给予封闭处理!</B></li><li class="red ownerMode">点击刷新按钮您可以解决:</li><li class="infocolor ownerMode" style="border:0px">1.QQ空间任何页面未更新<br/>2.植物指数显示不正确<br/>3.QQ个人信息中的QQ空间图标未出现 </li><li><a href="javascript:;" title="刷新" class="reloadinfo ownerMode" onclick="refreshQzone(this);"><span>刷新<span></a></li></ul></div><div id="index_info_mood"></div><%_repeat_0%></div>{end}{infoFullMood begin}<%repeat_0 match="item" repeat_num="1"%><div class="mode_table_title_guest"><a href="javascript:;" title="写心情" onclick="writeEmotion();return false" class="indexmood right ownerMode"><span>写</span></a><a href="javascript:;"onclick="showEmotionPage();return false">心情<img src="qzone/images/mood/e<%=@expression%>.gif" width="20" height="20" /><img src="qzone/images/mood/m<%=@expression%>.gif" width="40" height="20" /></a></div><div class="mode_table_main" style="height:96px;line-height: 160%;overflow:hidden"><%=@emtionContent%></div><div class="mode_sign"><a href="javascript:;" onclick="showEmotionPage();return false" class="bt_pen right">心路历程</a><a href="javascript:;" onclick="showEmotionContent(\'<%=@id%>\');return false"></span>评论(<span class="hit"><%=@comment%></span>)</div><%_repeat_0%>{end}{infoMiniTemplet begin}<div id="index_info_s"><%repeat_0 match="."%><div class="mode_table_menus"><a href="javascript:;" title="大头贴" class="indexbh right ownerMode" onclick=enterMall("big")><span>大头贴</span></a><a href="javascript:;" onClick="openChatbox(\'<%=@uin%>\');return false" title="找我就Q我" class="qme right clientMode"><span>Q ME</span></a><a href="javascript:;" style="font-weight:bold" onClick="return switchTab(\'info1\',\'info\')">形象</a> | <a href="javascript:;" onClick="return switchTab(\'info2\',\'info\')">档案</a> | <a href="javascript:;" onClick="return switchTab(\'info3\',\'info\')">统计</a></div><div class="mode_table_mains center" id="info1"><%=@avatar%></div><div class="mode_table_mains center" id="info2" style="display:none"><ul><li>QQ号:<%=@uin%></li><li>昵 称:<%=@nickname%></li><li>年 龄:<%=@age%></li><li>性 别:<%=@sex%></li><li>位 置:<%=@province%> <%=@city%></li><li>说 明:<%=@desc%></li><li>级 别:<span id="gardenerGradeDiv">无<span class="ownerMode">,<a href="javascript:enterMall(\'flower\',true)" class="ownerMode" style="text-decoration:underline">领养植物</a></span></span></li></ul></div><div class="mode_table_mains center" id="info3" style="display:none"><ul><li>今日访问人数:<span id="dayvisit"><%=@dayvisit%></span></li><li>历史访问人数:<span id="visitcount"><%=@visitcount%></span></li><li><B>如果查出空间恶意刷人<BR>气,将给予封闭处理!</B></li><li class="red ownerMode">点击刷新按钮您可以解决:</li><li class="infocolor ownerMode" style="border:0px;">1.QQ空间任何页面未更新<br/>2.植物指数显示不正确 <br/>3.QQ个人信息中的QQ空间图标未出现</li><li><a href="javascript:;" title="刷新" class="reloadinfo ownerMode" onclick="refreshQzone(this);"><span>刷新<span></a></li></ul></div><%_repeat_0%></div>{end}{moodTemplet begin}<div id="index_mood_s"><%repeat_0 match="item" repeat_num="1"%><div id="moodTitle" class="mode_table_title_guest"><span onclick="showEmotionPage();">心情<img src="qzone/images/mood/e<%=@expression%>.gif" width="20" height="20" /><img src="qzone/images/mood/m<%=@expression%>.gif" width="40" height="20" /></span></div><div class="mode_table_main" style="line-height: 180%;height:89px;overflow:hidden"><%=@emtionContent%></div><div class="mode_sign"><a href="javascript:;" onclick="showEmotionPage();return false" class="bt_pen right">心路历程</a><a href="javascript:;" onclick="showEmotionContent(\'<%=@id%>\');return false">评论(<span class="hit"><%=@comment%></span>)</a></div><%_repeat_0%></div>{end}{homeFullTemplet begin}<div id="index_home_b"><div class="center pic350260"><iframe id="homeFrame" width="613" height="389" style="position:relative;left:-182;top:-65" allowTransparency="true" scrolling="no" border="0" frameborder="0"></iframe></div></div>{end}{homeMiniTemplet begin}<div id="index_home_s"><div class="center"><img onClick="guide(6)" class="button" src="qzone/client/home_simple.gif" alt="simple" width="169" height="110" style="cursor:pointer"></div></div>{end}{interactionTemplet begin}<div id="index_interacts"><div class="mode_menu2"><a id="buddyLeft" href="javascript:;" class="menuleftoff" onClick="return switchTab(\'buddy1\',\'buddy\',\'l\')">最近访客</a><a id="buddyRight"href="javascript:;" class="menurighton" onClick="return switchTab(\'buddy2\',\'buddy\',\'r\')">好友收藏</a><div class="clear"></div></div><div id="buddy1" class="center mode_table_mains" style="display:none"></div><div id="buddy2" class="center mode_table_mains"></div></div>{end}{myVisitor begin}<ul class="fixlist"><%repeat_0 match="visitor" repeat_num="10"%><li><a href="javascript:;" onClick="openChatbox(\'<%=@uin%>\');return false" title="找我就Q我" class="qme right"><span>Q ME</span></a> <nobr class="fix"><a href="http://user.qzone.qq.com/<%=@uin%>" target="_blank" title="<%=@nick%>"><%=@nick%></a></nobr></li><%_repeat_0%></ul>{end}{myCollection begin}<ul class="fixlist"><%repeat_0 match="/buddy" repeat_num="5"%><li style="width:99%;overflow:hidden"><a href="javascript:;" title="找我就Q我" class="qme right" onClick="openChatbox(\'<%=@uin%>\');return"><span>Q ME</span></a><a href="http://user.qzone.qq.com/<%=@uin%>" target="_blank" class="guestname"><%=@nick%></a><br><nobr><%=@describer%></nobr></li><%_repeat_0%></ul>{end}{photoMiniTemplet begin}<div id="index_photo_s" style="height:114px"><table class="centerTable"><tr><td valign="center">__PIC__</td></tr></table></div>{end}{photoFullTemplet begin}<div id="index_photo_b"><table class="centerTable" style="height:259px"><tr><td valign="center">__PIC__</td></tr></table></div>{end}{msgMiniTemplet begin}<div id="index_guestbook_s"><div class="center mode_table_mains"><%repeat_0 match="channel"%><p title="主人寄语: <%=@description%>" onclick="guide(4)" style="cursor:pointer"><nobr class="fix" style="cursor:hand"><%=@description%></nobr></p><%_repeat_0%><ul class="fixlist"><%repeat_0 match="channel/item" repeat_num="4"%><li class="fix"><a href="javascript:;" onClick="guidebutton(4);return false" title="<%=@author%> 发表于 <%=@pubDate_l%>"><%=@title%></a></li><%_repeat_0%></ul></div></div>{end}{msgFullTemplet begin}<div id="index_guestbook_b"><div class="center mode_table_mains" style="OVERFLOW: hidden; HEIGHT: 56px"><%repeat_0 match="channel"%><p title="<%=@description%>" onclick="guide(4)" style="cursor:pointer"><b>主人寄语:</b> <%=@description%></p><%_repeat_0%></div><div class="mode_table_title_guest" style="padding:6px;"><a class="bt_appear right" href="javascript:;" onclick="guide(4);return false">发表留言</a>最新留言</div><div class="center mode_table_mains"><ul class="fixlist"><%repeat_0 match="channel/item" repeat_num="6"%><li style="margin-top:4px;padding-bottom:2px;"><span class="num time right" title=" <%=@pubDate_l%> "><%=@pubDate_s%></span><nobr class="fix"><a href="http://user.qzone.qq.com/<%=@uin%>" target="_blank" class="guestname"><%=@author%></a>:<a href="javascript:;" onClick="guidebutton(4);return false" title="<%=@title%>"><%=@title%></a></nobr></li><%_repeat_0%></ul></div></div>{end}{musicFullTemplet begin}<div id="index_music_b"><div class="mode_table_mains"><%repeat_0 match="/idol"%><div style="width:155px;height:152px;overflow:hidden;text-align:center;float:left"><img class="left" src="<%=@url%>" alt="album" onload="adjustSize(this,150,150)"/></div><ul class="mode_menu2"><p class="left" onclick="openMusicUrl(\'idol\')" style="cursor:pointer">我的偶像</p><p><span class="right"><a href="javascript:;" title="顶" class="vote_u"><span>顶</span></a><span class="num"><%=@good%></span><a href="javascript:;" title="砸" class="vote_d"><span>砸</span></a><span class="num"><%=@bad%></span></span></p><div class="clear"></div></ul><ul id="idol_b_explain" class="fixlist"><li title="姓名:<%=@name%>" class="fix">姓名: <%=@name%></li><li title="身高:<%=@height%>厘米" class="fix">身高: <%=@height%> 厘米</li><li title="星座:<%=@astro_cn%>" class="fix">星座: <%=@astro_cn%>座</li><li title="体重:<%=@weight%>公斤" class="fix">体重: <%=@weight%> 公斤</li></ul><ul id="idol_b_content" class="fixlist" style="height:80px"><%repeat_1 match="topic" repeat_num="4"%><li class="fix"><a href="javascript:;" title="<%=@title%> -- 评论(<%=@answer%>)"><%=@title%></a></li><%_repeat_1%></ul><%_repeat_0%><%repeat_0 match="/album"%><ol id="list_b" class="fixlist"><li class="mode_table_title_guest mode_menu2" onClick="openMusicUrl(\'coll\')" style="cursor:pointer"><p class="left">·音乐收藏</p><p><span class="right"><a href="javascript:;" title="顶" class="vote_u"><span>顶</span></a><span class="num"><%=@good%></span><a href="javascript:;" title="砸" class="vote_d"><span>砸</span></a><span class="num"><%=@bad%></span></span></p><div class="clear"></div></li><%repeat_1 match="song" repeat_num="3"%><li onClick="openMusicUrl(\'coll\')"><a href="javascript:;" class="time right fix"><%=@singer%></a><nobr class="fix"><div class="num"><%=index%></div><a href="javascript:;" title="<%=@name%>"><%=@name%></a></nobr></li><%_repeat_1%></ol><%_repeat_0%><%repeat_0 match="/rank"%><ol id="top_b" class="fixlist"><li class="mode_table_title_guest mode_menu2"><p class="left" onClick="openMusicUrl(\'rank\')" style="cursor:pointer">·劲歌榜</p><p><span class="right"><a href="javascript:;" title="顶" class="vote_u"><span>顶</span></a><span class="num"><%=@good%></span><a href="javascript:;" title="砸" class="vote_d"><span>砸</span></a><span class="num"><%=@bad%></span></span></p><div class="clear"></div></li><%repeat_1 match="song" repeat_num="3"%><li onClick="openMusicUrl(\'rank\')"><a href="javascript:;" class="time right fix"><%=@singer%></a><nobr class="fix"><div class="num"><%=index%></div><img src="qzone/images/client/icon_<%=@trend_icon%>.gif" alt="<%=@trend_alt%>" width="7" height="7" /><a href="javascript:;" title="<%=@name%>"><%=@name%></a></nobr></li><%_repeat_1%></ol><%_repeat_0%></div></div>{end}{musicMiniTemplet begin}<div id="index_music_list"><%repeat_0 match="/data/album"%><div class="mode_menu2"><p class="left fix" title = "<%=@name%>"><nobr>· <%=@name%></nobr></p><p><span class="right"><a href="javascript:;" title="顶" class="vote_u"><span>顶</span></a><span class="num"><%=@good%></span><a href="javascript:;" title="砸" class="vote_d"><span>砸</span></a><span class="num"><%=@bad%></span></span></p><div class="clear"></div></div><div class="center mode_table_mains"><ol class="fixlist"><%repeat_1 match="/data/album/song" repeat_num="10"%><li onClick="openMusicUrl(\'coll\')" title="<%=@name%> - <%=@singer%>"><a href="javascript:;" class="time right"><nobr class="fix" style="width:40px;cursor:hand"><%=@singer%></nobr></a><nobr class="fix"><div class="num"><%=index%></div><a href="javascript:;"><%=@name%></a></nobr></li><%_repeat_1%></ol></div><%_repeat_0%></div>{end}{musicTopMod begin}<div id="index_music_top"><%repeat_0 match="."%><div class="mode_menu2"><p class="left fix" title = "<%=@name%>"><nobr>· <%=@name%></nobr></p><p><span class="right"><a href="javascript:;" title="顶" class="vote_u"><span>顶</span></a><span class="num"><%=@good%></span><a href="javascript:;" title="砸" class="vote_d"><span>砸</span></a><span class="num"><%=@bad%></span></span></p><div class="clear"></div></div><div class="center mode_table_mains"><ol class="fixlist"><%repeat_1 match="song" repeat_num="10"%><li onClick="openMusicUrl(\'rank\')"><a href="javascript:;" class="time right fix"><%=@singer%></a><nobr class="fix"><div class="num"><%=index%></div><img src="qzone/images/client/icon_<%=@trend_icon%>.gif" alt="<%=@trend_alt%>" width="7" height="7" /><a href="javascript:;" title="<%=@name%>"><%=@name%></a></nobr></li><%_repeat_1%></ol></div><%_repeat_0%></div>{end}{musicIdolMod begin}<div id="index_music_idol"><%repeat_0 match="."%><div class="mode_menu2"><p class="left fix" onclick="openMusicUrl(\'idol\')" style="cursor:pointer"><nobr>· <%=@name%></nobr></p><p><span class="right"><a href="javascript:;" title="顶" class="vote_u"><span>顶</span></a><span class="num"><%=@good%></span><a href="javascript:;" title="砸" class="vote_d"><span>砸</span></a><span class="num"><%=@bad%></span></span></p><div class="clear"></div></div><div id="idol_explain" class="mode_table_mains"><div style="width:110px;height:100px;overflow:hidden;text-align:center;float:left"><img class="left" src
⑶ 传奇1.76脚本!《高分求助》
发个战士和道士的:这是1。76复古玛雅版本的脚本,开三倍 战士24小时50OW-600W经验 道士400W-500W 经验 记得给分哦
战士如下
$衣服="战神盔甲(男)"
$武器="裁决之杖"
$项链="绿色项链"
$左手镯="死神手套"
$右手镯="死神手套"
$头盔="黑铁头盔"
$左戒指="珊瑚戒指"
$右戒指="珊瑚戒指"
$符毒="护身符(大)"
$宝石="千里传音(小)"
<全局脚本开始>
<全局脚本结束>
<挂机脚本开始>
<回城>
关闭全局脚本
躲避PKER关闭
停止战斗
如果[3,333,333][距离]>200
那么使用[回城卷]
否则跳转到<总控>
如果[回城卷][数量]<1
那么走到[3,333,333]
等待[3000]毫秒
跳转到<回城>
<总控>
如果[自己][HP]<200
那么调用<低血恢复>
如果[待存物品][数量]>0
那么调用<自动存物>
如果[待售物品][数量]>0
那么调用<自动售物>
如果[自己][衣服][名称]<>"$衣服" && [$衣服][数量]>0
那么装备[$衣服]到[衣服]
如果[自己][衣服][持久]<[自己][衣服][最大持久]
那么调用<衣服修理>
如果[自己][武器][名称]<>"$武器" && [$武器][数量]>0
那么装备[$武器]到[武器]
如果[自己][武器][持久]<[自己][武器][最大持久]
那么调用<武器修理>
如果[自己][头盔][名称]<>"$头盔" && [$头盔][数量]>0
那么装备[$头盔]到[头盔]
如果[自己][头盔][持久]<[自己][头盔][最大持久]
那么调用<头盔修理>
如果[自己][项链][名称]<>"$项链" && [$项链][数量]>0
那么装备[$项链]到[项链]
如果[自己][项链][持久]<[自己][项链][最大持久]
那么调用<项链修理>
如果[自己][左手镯][名称]<>"$左手镯" && [$左手镯][数量]>0
那么装备[$左手镯]到[左手镯]
如果[自己][左手镯][持久]<[自己][左手镯][最大持久]
那么调用<左手镯修理>
如果[自己][右手镯][名称]<>"$右手镯" && [$右手镯][数量]>0
那么装备[$右手镯]到[右手镯]
如果[自己][右手镯][持久]<[自己][右手镯][最大持久]
那么调用<右手镯修理>
如果[自己][左戒指][名称]<>"$左戒指" && [$左戒指][数量]>0
那么装备[$左戒指]到[左戒指]
如果[自己][左戒指][持久]<[自己][左戒指][最大持久]
那么调用<左戒指修理>
如果[自己][右戒指][名称]<>"$右戒指" && [$右戒指][数量]>0
那么装备[$右戒指]到[右戒指]
如果[自己][右戒指][持久]<[自己][右戒指][最大持久]
那么调用<右戒指修理>
调用<药品购买>
调用<杂物购买>
<出发>
系统显示[准备出发]
开启全局脚本
躲避PKER开启
<战斗>
找到NPC[盟重传送员3,340,340]
对话[传送小姐]
选择[蜈蚣洞口]
走到门点[3,139,86]
边打边走到[D601,149,55]
边打边走到[D610,30,15]
走到门点[D611,32,40]
边打边走到[D603,185,82]
边打边走到[D602,45,22]
边打边走到[D605,48,27]
边打边走到[D605,45,133]
边打边走到[D605,178,116]
边打边走到[D605,48,27]
边打边走到[D605,45,133]
边打边走到[D605,178,116]
开始战斗
跳转到<战斗>
<衣服修理>
系统显示[衣服修理]
找到NPC[张家布衣老板,0149,23,20]
随机移动[0149,23,20]
对话[张家布衣老板]
如果[自己][衣服][名称]="$衣服"
那么特修[衣服]
否则特修[$衣服]装备到[衣服]
返回
<武器修理>
系统显示[武器修理]
找到NPC[铁匠铺老板,0159,5,9]
随机移动[0159,5,9]
对话[铁匠铺老板]
如果[自己][武器][名称]="$武器"
那么特修[武器]
否则特修[$武器]装备到[武器]
返回
<头盔修理>
系统显示[头盔修理]
找到NPC[老张头盔店,0149,8,5]
随机移动[0149,8,5]
对话[老张头盔店]
如果[自己][头盔][名称]="$头盔"
那么特修[头盔]
否则特修[$头盔]装备到[头盔]
返回
<项链修理>
系统显示[项链修理]
找到NPC[项链店老板,0158,4,21]
随机移动[0158,4,21]
对话[项链店老板]
如果[自己][项链][名称]="$项链"
那么特修[项链]
否则特修[$项链]装备到[项链]
返回
<左手镯修理>
系统显示[修理左手镯]
找到NPC[手镯店老板,0158,16,11]
随机移动[0158,16,11]
对话[手镯店老板]
如果[自己][左手镯][名称]="$左手镯"
那么特修[左手镯]
否则特修[$左手镯]装备到[左手镯]
返回
<右手镯修理>
系统显示[修理右手镯]
找到NPC[手镯店老板,0158,16,11]
随机移动[0158,16,11]
对话[手镯店老板]
如果[自己][右手镯][名称]="$右手镯"
那么特修[右手镯]
否则特修[$右手镯]装备到[右手镯]
返回
<左戒指修理>
系统显示[修理左戒指]
找到NPC[戒指店老板,0158,11,16]
随机移动[0158,11,16]
对话[戒指店老板]
如果[自己][左戒指][名称]="$左戒指"
那么特修[左戒指]
否则特修[$左戒指]装备到[左戒指]
返回
<右戒指修理>
系统显示[修理右戒指]
找到NPC[戒指店老板,0158,11,16]
随机移动[0158,11,16]
对话[戒指店老板]
如果[自己][右戒指][名称]="$右戒指"
那么特修[右戒指]
否则特修[$右戒指]装备到[右戒指]
返回
<杂物购买>
系统显示[购买杂物]
找到NPC[流浪汉,3,346,334]
随机移动[3,338,336]
对话[流浪汉]
买够[回城卷]1个
返回
<药品购买>
系统显示[购买药品]
找到NPC[药店老板,3,361,335]
随机移动[3,361,335]
对话[药店老板]
买够[超级金创药]18个
买够[超级魔法药]6个
返回
<自动存物>
找到NPC[悦来客栈老板,3,305,373]
随机移动[3,305,373]
对话[悦来客栈老板]
自动存物
返回
<自动售物>
如果[待售衣服][数量]>0
那么找到NPC[张家布衣老板,0149,23,20]
那么随机移动[0149,23,20]
那么对话[张家布衣老板]
那么自动售物[衣服]
如果[待售武器][数量]>0
那么找到NPC[铁匠铺老板,0159,5,9]
那么随机移动[0159,5,9]
那么对话[铁匠铺老板]
那么自动售物[武器]
如果[待售头盔][数量]>0
那么找到NPC[老张头盔店,0149,8,5]
那么随机移动[0149,8,5]
那么对话[老张头盔店]
那么自动售物[头盔]
如果[待售项链][数量]>0
那么找到NPC[项链店老板,0158,4,21]
那么随机移动[0158,4,21]
那么对话[项链店老板]
那么自动售物[项链]
如果[待售手镯][数量]>0
那么找到NPC[手镯店老板,0158,16,11]
那么随机移动[0158,16,11]
那么对话[手镯店老板]
那么自动售物[手镯]
如果[待售戒指][数量]>0
那么找到NPC[戒指店老板,0158,11,16]
那么随机移动[0158,11,16]
那么对话[戒指店老板]
那么自动售物[戒指]
如果[待售药品][数量]>0
那么找到NPC[药店老板,3,361,335]
那么随机移动[3,361,335]
那么对话[药店老板]
那么自动售物[药品]
如果[待售杂物][数量]>0
那么找到NPC[流浪汉,3,346,334]
那么随机移动[3,346,334]
那么对话[流浪汉]
那么自动售物[杂物]
返回
<低血恢复>
走到附近[3,333,333]
<血量判断>
如果[自己][HP]<[自己][MAXHP]
那么等待[2000]毫秒
那么跳转到<血量判断>
否则返回
<挂机脚本结束>
道士的 如下
$衣服="重盔甲(女)"
$武器="命运之刃"
$项链="幽灵项链"
$左手镯="死神手套"
$右手镯="死神手套"
$头盔="记忆头盔"
$左戒指="珊瑚戒指"
$右戒指="珊瑚戒指"
$符毒="护身符(大)"
$宝石="千里传音(大)"
$马牌="三倍经验勋章"
<全局脚本开始>
<全局脚本结束>
<挂机脚本开始>
<回城>
关闭全局脚本
躲避PKER关闭
停止战斗
如果[3,333,333][距离]>200
那么使用[回城卷]
否则跳转到<总控>
如果[回城卷][数量]<1
那么走到[3,333,333]
等待[3000]毫秒
跳转到<回城>
<总控>
如果[自己][HP]<80
那么调用<低血恢复>
如果[待售物品][数量]>0
那么调用<自动售物>
如果[自己][衣服][名称]<>"$衣服" && [$衣服][数量]>0
那么装备[$衣服]到[衣服]
如果[自己][衣服][持久]<[自己][衣服][最大持久]
那么调用<衣服修理>
如果[自己][武器][名称]<>"$武器" && [$武器][数量]>0
那么装备[$武器]到[武器]
如果[自己][武器][持久]<[自己][武器][最大持久]
那么调用<武器修理>
如果[自己][头盔][名称]<>"$头盔" && [$头盔][数量]>0
那么装备[$头盔]到[头盔]
如果[自己][头盔][持久]<[自己][头盔][最大持久]
那么调用<头盔修理>
如果[自己][项链][名称]<>"$项链" && [$项链][数量]>0
那么装备[$项链]到[项链]
如果[自己][项链][持久]<[自己][项链][最大持久]
那么调用<项链修理>
如果[自己][左手镯][名称]<>"$左手镯" && [$左手镯][数量]>0
那么装备[$左手镯]到[左手镯]
如果[自己][左手镯][持久]<[自己][左手镯][最大持久]
那么调用<左手镯修理>
如果[自己][右手镯][名称]<>"$右手镯" && [$右手镯][数量]>0
那么装备[$右手镯]到[右手镯]
如果[自己][右手镯][持久]<[自己][右手镯][最大持久]
那么调用<右手镯修理>
如果[自己][左戒指][名称]<>"$左戒指" && [$左戒指][数量]>0
那么装备[$左戒指]到[左戒指]
如果[自己][左戒指][持久]<[自己][左戒指][最大持久]
那么调用<左戒指修理>
如果[自己][右戒指][名称]<>"$右戒指" && [$右戒指][数量]>0
那么装备[$右戒指]到[右戒指]
如果[自己][右戒指][持久]<[自己][右戒指][最大持久]
那么调用<右戒指修理>
如果[自己][符毒][名称]<>"$符毒" && [$符毒][数量]>0
那么装备[$符毒]到[符毒]
如果[自己][符毒][持久]<[自己][符毒][最大持久]
如果[自己][马牌][名称]<>"$马牌" && [$马牌][数量]>0
那么装备[$三倍经验勋章]到[马牌]
如果[自己][马牌][持久]<[自己][马牌][最大持久]
那么调用<符毒修理>
调用<药品购买>
调用<杂物购买>
<出发>
系统显示[准备出发]
开启全局脚本
躲避PKER开启
<战斗>
走到门点[3,305,324]
走到门点[D710,25,21]
边打边走到[D712,0,0]
边打边走到[D713,0,0]
边打边走到[D714,0,0]
边打边走到[D715,154,61]
边打边走到[D715,52,108]
边打边走到[D715,273,92]
边打边走到[D715,373,192]
边打边走到[D715,200,192]
边打边走到[D715,85,218]
边打边走到[D715,23,323]
边打边走到[D715,154,61]
边打边走到[D715,373,192]
开始战斗
跳转到<战斗>
<衣服修理>
系统显示[衣服修理]
找到NPC[张家布衣老板,0149,23,20]
随机移动[0149,23,20]
对话[张家布衣老板]
如果[自己][衣服][名称]="$衣服"
那么特修[衣服]
否则特修[$衣服]装备到[衣服]
返回
<武器修理>
系统显示[武器修理]
找到NPC[铁匠铺老板,0159,5,9]
随机移动[0159,5,9]
对话[铁匠铺老板]
如果[自己][武器][名称]="$武器"
那么特修[武器]
否则特修[$武器]装备到[武器]
返回
<头盔修理>
系统显示[头盔修理]
找到NPC[老张头盔店,0149,8,5]
随机移动[0149,8,5]
对话[老张头盔店]
如果[自己][头盔][名称]="$头盔"
那么特修[头盔]
否则特修[$头盔]装备到[头盔]
返回
<项链修理>
系统显示[项链修理]
找到NPC[项链店老板,0158,4,21]
随机移动[0158,4,21]
对话[项链店老板]
如果[自己][项链][名称]="$项链"
那么特修[项链]
否则特修[$项链]装备到[项链]
返回
<左手镯修理>
系统显示[修理左手镯]
找到NPC[手镯店老板,0158,16,11]
随机移动[0158,16,11]
对话[手镯店老板]
如果[自己][左手镯][名称]="$左手镯"
那么特修[左手镯]
否则特修[$左手镯]装备到[左手镯]
返回
<右手镯修理>
系统显示[修理右手镯]
找到NPC[手镯店老板,0158,16,11]
随机移动[0158,16,11]
对话[手镯店老板]
如果[自己][右手镯][名称]="$右手镯"
那么特修[右手镯]
否则特修[$右手镯]装备到[右手镯]
返回
<左戒指修理>
系统显示[修理左戒指]
找到NPC[戒指店老板,0158,11,16]
随机移动[0158,11,16]
对话[戒指店老板]
如果[自己][左戒指][名称]="$左戒指"
那么特修[左戒指]
否则特修[$左戒指]装备到[左戒指]
返回
<右戒指修理>
系统显示[修理右戒指]
找到NPC[戒指店老板,0158,11,16]
随机移动[0158,11,16]
对话[戒指店老板]
如果[自己][右戒指][名称]="$右戒指"
那么特修[右戒指]
否则特修[$右戒指]装备到[右戒指]
返回
<杂物购买>
系统显示[购买杂物]
找到NPC[流浪汉,3,346,334]
随机移动[3,346,334]
对话[流浪汉]
买够[回城卷]1个
买够[随机传送卷]2个
返回
<符毒修理>
系统显示[修理符毒]
找到NPC[流浪汉,3,346,334]
随机移动[3,346,334]
对话[流浪汉]
如果[自己][符毒][名称]="$符毒"
那么特修[符毒]
否则特修[$符毒]装备到[符毒]
如果[自己][马牌][名称]="$马牌"
那么特修[三倍经验勋章]
否则特修[$三倍经验勋章]装备到[马牌]
返回
<药品购买>
系统显示[购买药品]
找到NPC[药店老板,3,361,335]
随机移动[3,361,335]
对话[药店老板]
买够[超级魔法药]15个
买够[超级金创药]2个
返回
<自动存物>
找到NPC[悦来客栈老板,3,305,373]
随机移动[3,305,373]
对话[悦来客栈老板]
自动存物
<自动售物>
如果[待售项链][数量]>0
那么找到NPC[项链店老板,0158,4,21]
那么随机移动[0158,4,21]
那么对话[项链店老板]
那么自动售物[项链]
如果[待售手镯][数量]>0
那么找到NPC[手镯店老板,0158,16,11]
那么随机移动[0158,16,11]
那么对话[手镯店老板]
那么自动售物[手镯]
如果[待售戒指][数量]>0
那么找到NPC[戒指店老板,0158,11,16]
那么随机移动[0158,11,16]
那么对话[戒指店老板]
那么自动售物[戒指]
如果[待售药品][数量]>0
那么找到NPC[药店老板,3,361,335]
那么随机移动[3,361,335]
那么对话[药店老板]
那么自动售物[药品]
如果[待售武器][数量]>0
那么找到NPC[铁匠铺老板,0159,5,9]
那么随机移动[0159,5,9]
那么对话[铁匠铺老板]
那么自动售物[武器]
如果[待售头盔][数量]>0
那么找到NPC[老张头盔店,0149,8,5]
那么随机移动[0149,8,5]
那么对话[老张头盔店]
那么自动售物[头盔]
如果[待售衣服][数量]>0
那么找到NPC[张家布衣老板,0149,23,20]
那么随机移动[0149,23,20]
那么对话[张家布衣老板]
那么自动售物[衣服]
返回
<低血恢复>
走到附近[3,333,333]
<血量判断>
如果[自己][HP]<[自己][MAXHP]
那么等待[2000]毫秒
那么跳转到<血量判断>
否则返回
<挂机脚本结束>
⑷ 武易传奇脱机脚本
看你要什么样的脚本了!http://bbs.514.net/dispbbs.asp?boardID=2&ID=172067&page=1 去这里看一般的都有别人写的! 呵呵!
挖矿脚本:
触发器:如果HP<20%,那么跳转到脚本标记<回城>
<脚本开始>
如果包裹空位<=6
那么跳转到标记<回城>
如果HP<40%
那么跳转到标记<回城>
如果当前地图名=[废矿矿区入口] 并且 [武器]位置的持久<2 并且 物品[鹤嘴锄]的数量>=2个
那么装备[鹤嘴锄]到[武器]
那么等待[1500]毫秒
如果当前地图名=[废矿矿区入口] 并且 [武器]位置的持久>1
那么跳转到标记<挖矿>
<回城>
如果当前地图名=[盟重省]
那么跳转到标记<走比奇>
如果当前地图名=[比奇省-交易专用]
那么跳转到标记<卖矿石>
使用[回城卷]
等待[1000]毫秒
如果当前地图名=[比奇省-交易专用]
那么跳转到标记<出去>
<出去>
走到(废矿矿区入口,24,182)
走到门点(废矿矿区入口,24,182)到达地图(比奇省-交易专用,664,214)
等待[1000]毫秒
<卖矿石>
走到(比奇省-交易专用,645,604)
找到[比奇村武器店](比奇省-交易专用[0],649,602)
与[比奇村武器店]对话
等待[1000]毫秒
选择[卖武器]
等待[1000]毫秒
自动卖掉[矿石]类别物品
自动卖掉[矿石]类别物品
自动卖掉[矿石]类别物品
等待[1000]毫秒
结束对话
<买武器>
如果物品[鹤嘴锄]的数量>=2个
那么跳转到标记<修武器>
走到(比奇省-交易专用,645,604)
找到[比奇村武器店](比奇省-交易专用[0],649,602)
与[比奇村武器店]对话
等待[1000]毫秒
选择[买武器]
等待[1000]毫秒
选择购买[鹤嘴锄]
等待[1000]毫秒
买够2个鹤嘴锄
买够2个鹤嘴锄
等待[1000]毫秒
结束对话
<修武器>
走到(比奇省-交易专用,645,604)
找到[比奇村武器店](比奇省-交易专用[0],649,602)
与[比奇村武器店]对话
等待[1000]毫秒
卸下[武器]位置的装备
等待[1000]毫秒
选择[修理武器]
等待[1000]毫秒
修理[鹤嘴锄]
修理[鹤嘴锄]
等待[1000]毫秒
装备[鹤嘴锄]到[武器]
装备[鹤嘴锄]到[武器]
等待[1000]毫秒
修理[鹤嘴锄]
修理[鹤嘴锄]
等待[1000]毫秒
结束对话
<比奇城>
走到(比奇省-交易专用,638,609)
找到[超级直通车三号](比奇省-交易专用[0],634,611)
与[超级直通车三号]对话
等待[1000]毫秒
选择[比奇城]
等待[1000]毫秒
<卖药品>
走到(比奇省-交易专用,321,287)
找到[比奇城药店老板](比奇省-交易专用[0],324,291)
与[比奇城药店老板]对话
等待[1000]毫秒
选择[卖药品]
等待[1000]毫秒
自动卖掉[药品]类别物品
自动卖掉[药品]类别物品
自动卖掉[药品]类别物品
等待[1000]毫秒
结束对话
<买药品>
走到(比奇省-交易专用,321,287)
找到[比奇城药店老板](比奇省-交易专用[0],324,291)
与[比奇城药店老板]对话
选择[买药品]
等待[1000]毫秒
买够5个强效金创药
买够5个强效金创药
买够2个超级金创药
买够2个超级金创药
等待[1000]毫秒
结束对话
<走盟重>
如果金币<=5500000
那么跳转到标记<去比奇省>
走到(比奇省-交易专用,330,273)
找到[超级直通车一号](比奇省-交易专用[0],334,266)
等待[500]毫秒
与[超级直通车一号]对话
等待[500]毫秒
选择[盟重]
等待[1500]毫秒
<买回城卷>
如果物品[回城卷]的数量>=2个
那么跳转到标记<去客栈>
走到(盟重省,340,336)
找到[盟重杂货店老板](盟重省[3],346,334)
与[盟重杂货店老板]对话
等待[500]毫秒
选择[好了,我已经看过了现在我]
等待[500]毫秒
选择[购买卷轴]
等待[500]毫秒
选择[回城卷1000]
等待[500]毫秒
如果物品[回城卷]的数量<1个
那么跳转到标记<买回城卷>
结束对话
<去客栈>
走到(盟重省,329,328)
找到[三级商店传送员](盟重省[3],327,328)
与[三级商店传送员]对话
等待[500]毫秒
选择[客栈]
等待[1000]毫秒
<仓库一层捆金条>
走到(仓库一层,6,10)
找到[盟重仓库员](仓库一层[0145],9,12)
与[盟重仓库员]对话
等待[500]毫秒
选择[捆各种卷书和药水]
等待[500]毫秒
选择[交换金条]
等待[500]毫秒
选择[交换]
等待[500]毫秒
选择[交换]
等待[500]毫秒
选择[交换]
等待[500]毫秒
选择[交换]
等待[500]毫秒
选择[交换]
等待[500]毫秒
选择[交换]
等待[500]毫秒
选择[交换]
等待[500]毫秒
选择[交换]
等待[500]毫秒
选择[交换]
等待[500]毫秒
选择[交换]
等待[500]毫秒
选择[交换]
等待[500]毫秒
选择[交换]
等待[500]毫秒
选择[交换]
等待[500]毫秒
选择[交换]
等待[500]毫秒
选择[交换]
等待[500]毫秒
结束对话
<金条包>
走到(仓库一层,9,4)
等待[1000]毫秒
走到门点(仓库一层,9,3)到达地图(仓库二层,8,8)
等待[1000]毫秒
走到(仓库二层,9,8)
找到[神鹰佩商人](仓库二层[0146],4,11)
与[神鹰佩商人]对话
等待[500]毫秒
选择[了解金条包.]
等待[500]毫秒
选择[金条换成金条包.]
等待[500]毫秒
选择[交换.]
等待[500]毫秒
选择[交换.]
等待[500]毫秒
选择[交换.]
结束对话
<存放物品>
走到(仓库二层,6,8)
等待[500]毫秒
走到门点(仓库二层,7,8)到达地图(仓库一层,9,4)
等待[500]毫秒
使用[随机传送卷]
等待[1000]毫秒
走到(仓库一层,7,12)
找到[盟重仓库员](仓库一层[0145],9,12)
与[盟重仓库员]对话
等待[1000]毫秒
选择[存放物品]
等待[500]毫秒
自动存物
等待[500]毫秒
结束对话
使用[回城卷]
等待[1500]毫秒
<走比奇>
走到(盟重省,329,332)
找到[盟重三号超级直](盟重省[3],338,327)
与[盟重三号超级直]对话
等待[500]毫秒
选择[比奇城]
等待[1500]毫秒
<去比奇省>
走到(比奇省-交易专用,330,273)
找到[超级直通车一号](比奇省-交易专用[0],334,266)
等待[500]毫秒
与[超级直通车一号]对话
等待[500]毫秒
选择[比奇省]
等待[1500]毫秒
<买回城>
如果物品[回城卷]的数量>=2个
那么跳转到标记<买随机>
走到(比奇省-交易专用,639,612)
找到[比奇村杂货店老](比奇省-交易专用[0],643,611)
与[比奇村杂货店老]对话
等待[500]毫秒
选择[购买卷轴]
等待[500]毫秒
选择[回城卷]
等待[500]毫秒
如果物品[回城卷]的数量<1个
那么跳转到标记<买回城>
结束对话
<买随机>
如果物品[随机传送卷包]的数量>=1个
那么跳转到标记<出发>
走到(比奇省-交易专用,639,612)
找到[比奇村杂货店老](比奇省-交易专用[0],643,611)
与[比奇村杂货店老]对话
等待[500]毫秒
选择[购买卷轴]
等待[500]毫秒
选择[随机传送卷包]
等待[500]毫秒
结束对话
<出发>
如果包裹空位<=15
那么跳转到标记<卖矿石>
走到(比奇省-交易专用,664,213)
走到门点(比奇省-交易专用,664,213)到达地图(废矿入口,0,0)
等待[1000]毫秒
使用[随机传送卷]
等待[1000]毫秒
<挖矿>
自动挖矿
⑸ 跪求传奇世界43级男道士挂机脚本(普通地图和炼狱各一)
普通地图不要挂。你把号挂炼狱里。脚本的话我这没有道士的,请问你会不会修改脚本?我这有个万能的。
⑹ 机战按键精灵近战挂机脚本,在教教我怎么用。我不懂按键精灵
我刚玩没几天 复制一个给你 希望有用~~~~~~~~~
1.首先要选择职业 0近战 1远战
2.要把显示人物名字的选项关闭
3.可以使用带加PW的4号核心
4.脚本支持两个技能 放的时候最好一个用PW的 一个用EN的
5.XP技能从右到左1,2,3 根据喜好自己修改用哪种XP 默认1
6.F1红 F2 F3技能 F8回城卷
7.最好关闭与按键无关的其他软件 避免出现游戏变卡 影响脚本正常运行
//F1红 F2 F3技能 F8回城卷
VBS dim hp,m,n,a,b,c,d,e,f,g,h,i,j,k,l,q,r
VBS dim ye,zidongzhaoguai,zidongjianwu,xp
VBS m=85:n=10
VBS a="":b="":e="":f="":g="":h="":i="":j="":k="":l="":q="":r=""
VBS c=0:d=0
VBS dim jn1,jn2
VBS jn1=0:jn2=0
UserVar ye=1 选择职业 0近战 1远战
UserVar hp=50 红量<%多少时,补红
UserVar zidongzhaoguai=1 0定点刷怪 1自动刷怪
UserVar zidongjianwu=1 0不自动捡物 1自动捡物
UserVar xp=1 选择使用哪种XP技能,从右到左1,2,3
Rem 机战
Gosub 找怪
Gosub 攻击怪
Gosub 补红
Gosub 捡钱
Gosub 捡熟练度
Gosub 捡流星
Gosub 捡粉红水晶
Gosub 捡蓝水晶x
Gosub 捡聚态水晶
Gosub 检测xp
Gosub 无弹回城
Gosub 拒绝交易
Gosub 同意组队
Gosub 关闭推荐任务
Gosub 关闭导师界面
Delay 32
Goto 机战
Sub 找怪
If zidongzhaoguai=1
VBSCall FindColorEx(85,140,855,480,"303b8",1,0.8,x,y)
If x<0 and y<0
Delay 32
VBS c=c+1
If c>4
Delay 225
MoveTo 510 500
LeftClick 1
Gosub 快速找怪
VBSCall FindColorEx(85,140,855,480,"303b8",1,0.8,x,y)
If x<0 and y<0
Delay 520
MoveTo 100 330
LeftClick 1
Gosub 快速找怪
VBSCall FindColorEx(85,140,855,480,"303b8",1,0.8,x,y)
If x<0 and y<0
Delay 520
MoveTo 510 200
LeftClick 1
Gosub 快速找怪
VBSCall FindColorEx(85,140,855,480,"303b8",1,0.8,x,y)
If x<0 and y<0
Delay 520
MoveTo 920 330
LeftClick 1
Gosub 快速找怪
EndIf
EndIf
EndIf
EndIf
EndIf
EndIf
Return
Sub 攻击怪
VBSCall FindColorEx(479,49,922,399,"303b8",1,0.8,x,y)
If x>=0 and y>=0
VBS c=0
MoveTo x-20 y+20
LeftClick 1
Delay 32
Gosub 攻击
VBSCall FindColorEx(479,339,922,650,"303b8",1,0.8,x,y)
If x>=0 and y>=0
VBS c=0
MoveTo x-20 y-20
LeftClick 1
Delay 32
Gosub 攻击
VBSCall FindColorEx(99,339,479,658,"303b8",1,0.8,x,y)
If x>=0 and y>=0
VBS c=0
MoveTo x+20 y-20
LeftClick 1
Delay 32
Gosub 攻击
VBSCall FindColorEx(83,85,479,399,"303b8",1,0.8,x,y)
If x>=0 and y>=0
VBS c=0
MoveTo x+20 y+20
LeftClick 1
Delay 32
Gosub 攻击
EndIf
EndIf
EndIf
EndIf
Return
Sub 攻击
VBSCall FindColorEx(35,100,920,510,"303b8",1,0.8,x,y)
If x>=0 and y>=0
MoveTo x+n y+m
RightClick 1
Gosub 技能1
Gosub 技能2
Else
VBSCall FindColorEx(35,100,920,510,"303b8",1,0.8,x,y)
If x>=0 and y>=0
MoveTo x+n y+m-n
RightClick 1
EndIf
EndIf
Return
Sub 快速找怪
VBSCall FindColorEx(313,10,315,12,"0",1,0.8,x,y)
If x<0 and y<0
KeyDown 17 1
LeftClick 1
KeyUp 17 1
EndIf
Return
Sub 技能1
IfColor 139 45 ae21 2
Delay 32
VBS jn1=jn1+1
If jn1>=4
KeyPress 113 1
VBS jn1=0
EndIf
EndIf
Return
Sub 技能2
IfColor 139 45 ae21 2
Delay 32
VBS jn2=jn2+1
If jn2>=8
KeyPress 114 1
VBS jn2=0
EndIf
EndIf
Return
Sub 补红
IfColor hp*1.13+121 31 313033 2
KeyPress 112 1
EndIf
Return
Sub 捡钱
If zidongjianwu=1
VBSCall FindColorEx(35,100,920,520,"45b0c9",1,0.8,x1,y1)
If x1>=0 and y1>=0
VBS a=x1:b=y1
VBSCall FindColorEx(a+5,b-50,a+45,b-30,"ffff",1,0.8,x2,y2)
If x2>=0 and y2>=0
MoveTo a b
Delay 32
LeftClick 1
VBS a="":b=""
EndIf
EndIf
EndIf
Return
Sub 捡熟练度
If zidongjianwu=1
VBSCall FindColorEx(35,100,920,520,"ad497f",1,0.8,x1,y1)
If x1>=0 and y1>=0
VBS e=x1:f=y1
VBSCall FindColorEx(e+5,f-50,e+45,f-30,"ffff",1,0.8,x2,y2)
If x2>=0 and y2>=0
MoveTo e f
Delay 32
LeftClick 1
VBS e="":f=""
EndIf
EndIf
EndIf
Return
Sub 捡流星
If zidongjianwu=1
VBSCall FindColorEx(35,100,920,520,"106d21",1,0.8,x1,y1)
If x1>=0 and y1>=0
VBS g=x1:h=y1
VBSCall FindColorEx(g-5,h-25,g+45,h-5,"ffff",1,0.8,x2,y2)
If x2>=0 and y2>=0
MoveTo g h
Delay 32
LeftClick 1
VBS g="":h=""
EndIf
EndIf
EndIf
Return
Sub 捡粉红水晶
If zidongjianwu=1
VBSCall FindColorEx(35,100,920,520,"8b16ab",1,0.8,x1,y1)
If x1>=0 and y1>=0
VBS i=x1:j=y1
VBSCall FindColorEx(i-5,j-30,i+45,j-10,"ffff",1,0.8,x2,y2)
If x2>=0 and y2>=0
MoveTo i j
Delay 32
LeftClick 1
VBS i="":j=""
EndIf
EndIf
EndIf
Return
Sub 捡蓝水晶
If zidongjianwu=1
VBSCall FindColorEx(35,100,920,520,"ffb783",1,0.8,x1,y1)
If x1>=0 and y1>=0
VBS k=x1:l=y1
VBSCall FindColorEx(k-5,l-45,k+45,l-8,"ffff",1,0.8,x2,y2)
If x2>=0 and y2>=0
MoveTo k l
Delay 32
LeftClick 1
VBS k="":l=""
EndIf
EndIf
EndIf
Return
Sub 捡聚态水晶
If zidongjianwu=1
VBSCall FindColorEx(35,100,920,520,"94f729",1,0.8,x1,y1)
If x1>=0 and y1>=0
VBS q=x1:r=y1
VBSCall FindColorEx(q-5,r-30,q+5,r-20,"ffff",1,0.8,x2,y2)
If x2>=0 and y2>=0
MoveTo g h
Delay 32
LeftClick 1
VBS q="":r=""
EndIf
EndIf
EndIf
Return
Sub 检测xp
VBSCall FindColorEx(800,500,900,550,"cdb886",1,0.8,x,y)
If x>=0 and y>=0
Gosub xp1
Gosub xp2
Gosub xp3
EndIf
Return
Sub xp1
If xp=1
MoveTo 935 540
Delay 32
LeftClick 1
EndIf
Return
Sub xp2
If xp=2
MoveTo 881 547
Delay 32
LeftClick 1
EndIf
Return
Sub xp3
If xp=3
MoveTo 812 551
Delay 32
LeftClick 1
EndIf
Return
Sub 无弹回城
If ye=1
VBSCall FindColorEx(575,6,580,10,"101010",1,0.8,x,y)
If x<0 and y<0
Delay 32
VBS d=d+1
If d=6
KeyPress 119 1
EndIf
EndIf
EndIf
Return
Sub 拒绝交易
VBSCall FindColorEx(133,312,135,314,"ffffff",1,0.8,x1,y1)
VBSCall FindColorEx(311,389,313,391,"916e23",1,0.8,x2,y2)
VBSCall FindColorEx(326,233,328,235,"8b6ff",1,0.8,x3,y3)
If x1>=0 and y1>=0 and x2>=0 and y2>=0 and x3>=0 and y3>=0
MoveTo 312 390
Delay 32
LeftClick 1
EndIf
Return
Sub 同意组队
VBSCall FindColorEx(270,232,275,238,"c7ff",1,0.8,x1,y1)
VBSCall FindColorEx(220,393,225,396,"aeff",1,0.8,x2,y2)
If x1>=0 and y1>=0 and x2>=0 and y2>=0
MoveTo 223 394
Delay 32
LeftClick 1
EndIf
Return
Sub 关闭推荐任务
VBSCall FindColorEx(905,236,907,238,"c7ff",1,0.8,x1,y1)
VBSCall FindColorEx(605,234,607,236,"c3ff",1,0.8,x2,y2)
If x1>=0 and y1>=0 and x2>=0 and y2>=0
MoveTo 906 237
Delay 32
LeftClick 1
EndIf
Return
Sub 关闭导师界面
VBSCall FindColorEx(269,180,271,182,"c3f7",1,0.8,x1,y1)
VBSCall FindColorEx(276,175,278,177,"dec7b5",1,0.8,x2,y2)
If x1>=0 and y1>=0 and x2>=0 and y2>=0
MoveTo 270 181
Delay 32
LeftClick 1
EndIf
Return
⑺ RO单机版怎么增加脚本
打开NWeiss8里面有一个script的文件!
首先要知道你想做的NPC用途!
如果shop商人,那么打开一个shop的文件夹,你会看到一个shop商人的文件!
打开它:你会发现有类似:
// Prontera
prontera.dwm,73,134,8 shop "牛奶商人" 90,519:25
prontera.dwm,104,49,8 shop "水果商人" 102,512:15,513:15
prontera.dwm,48,58,8 shop "蔬菜商人" 91,515:15,516:15,535:15
prontera.dwm,64,125,8 shop "肉品商人" 87,517:55,528:60
prontera.dwm,58,182,8 shop "卖花少女" 96,712:2,744:2000
prontera.dwm,113,42,8 shop "卖花少女" 90,712:2,744:2000
这些数据!
简单说明:
(prontera.dwm),(73,134),(8) (shop "牛奶商人") (90,519:25)
(地图明)(坐标)(人物图象代码)(商人名称)(货物代码)
新手通用方法:
把前面数据复制:prontera.dwm,113,42,8 shop "卖花少女"90,519:25
在下面新建一行,把上面复制的东西黏贴下去
把货物代码修改成你想买的东西就行!
注意:有时候坐标也会影响的哦!自己看着办吧!
如果你想做的NPC是用来添加脚本的!!
最简单的方法!
找一个没什么用的NPC脚本来替代!
就是把一个NPC的脚本删除把你想放的脚本放进去!
⑻ 服务器脚本怎么设置进入尸王殿的方法
1. 尸王殿在矿区,在传奇里进入矿区有两个点。我们这次讲的是从比奇城右上角那一点进去
2. 进入矿区后有两个坐标,148,88和127,139此两个坐标如果能刷出僵尸(就是从土里钻出来的那种僵尸)那么直接踩着这个洞穴就能进尸王殿了!
3. 这两点要是没有就往右边走,到了废矿区东部,东部只有一个点能进入尸王殿138,107
4. 如果依然没有刷出洞底僵尸,那就只能继续碰运气走了。走到矿区一层这个图,这个图有一个点106,182能进尸王殿,如果能刷出洞底僵尸那就恭喜你,如果不行那就继续
5. 继续走。这期间要走很多小道,当你走到废矿区南部这个图时,这个图有两个点60,132和137,127.同样道理。能刷出洞底僵尸就能到了,如果还是没能刷出来那就很遗憾!那就得去另外一个矿区了地图了。此图点较大!
6. 此图较大,小编就直接上图。进入方法同上,我就不作过多解释了!
尸王殿详细进入方法以及小秘密
总结:进尸王殿要有一定运气,由于每个坐标点刷出的怪不一定是洞底僵尸,所以有一定概率无功而返。要有这样的心理准备才行!当这个坐标点刚好刷出了洞底僵尸,那就百分百能进了。
⑼ 传奇如何设置破秒杀属性,破无敌属性,和破防爆属性,或者脚本
你是开服的还是耍服的。如果你是开服的就把叫版本提供商把脚本改下。耍服的就只能联系GM了
⑽ 新飞飞按键精灵脚本
dim hw
Plugin hw=Window.MousePoint()
Plugin Window.Active(hw)
Plugin Window.Move(hw,0,0)
Plugin fontID1=kkSoft.mCreateFontData("宋体",9,12,12,6,400)
If fontID1=-1
MessageBox "创建字库失败"
EndIf
While true
//-------------------------屏幕清理--------------------------
Delay 3000
MoveTo 182,97
Delay 500
LeftClick 1
Delay 100
MoveTo 15,466
Delay 500
LeftClick 1
Delay 500
MoveTo 0,0
Delay 100
//----------------------去除环境影响-----------
KeyDown 27,1
Delay 100
KeyUp 27,1
Delay 100
KeyDown 27,1
Delay 100
KeyUp 27,1
Delay 100
KeyDown 33,1
Delay 2000
KeyUp 33,1
Delay 100
//---------------------加状态-----------------------
Plugin BGKM5.KeyClick(hw,53)
Delay 3000
Plugin BGKM5.KeyClick(hw,58)
Delay 3000
//--------------------时间判断赋值---------------------
t1=now
t2=now
Dim n=0
mystring=""
//---------------到达升级场所--------------------------
Rem 升级之路
Plugin mystring=kkSoft.mOCRText(495,33,565,57,fontID1,"AAD7FD",0.5,"")
//MessageBox mystring
Plugin BGKM5.KeyClick(hw,49)
Delay 100
Plugin BGKM5.KeyClick(hw,50)
Delay 1000
While mystring=""
Delay 1000
Plugin mystring=kkSoft.mOCRText(495,33,565,57,fontID1,"AAD7FD",0.5,"")
Delay 5000
Plugin BGKM5.KeyClick(hw,49)
Delay 100
EndWhile
//MessageBox mystring
//--------------------开始打怪-------------------------
While true
Rem 打怪
If DateDiff("n",t1,now)>15
Plugin BGKM5.KeyClick(hw,53)
Delay 3000
//Plugin BGKM5.KeyClick(hw,48)
//Delay 800
t1=now
EndIf
//----------------判断时间,重新登陆,以免被罚-------------------
If DateDiff("n",t2,now)>20
Goto Relogin
EndIf
Delay 100
//走路方向的判断
If n<6
Plugin BGKM5.KeyClick(hw,9)
Delay 100
//Plugin BGKM5.KeyClick(hw,50)
//Delay 3000
n=n+1
Else
n=0
KeyDown 37,1
Delay 800
KeyUp 37,1
Plugin BGKM5.KeyClick(hw,49)
Delay 100
//Plugin BGKM5.KeyClick(hw,50)
//Delay 3000
EndIf
IfColor 540,65,5b6ddc,1
Delay 10
Goto 打怪
EndIf
//---------------------判断怪物是否有血需要继续攻击-------------
mystring=""
Plugin mystring=kkSoft.mOCRText(495,33,565,57,fontID1,"AAD7FD",0.5,"")
While mystring<>""
Delay 100
Plugin BGKM5.KeyClick(hw,50)
Delay 2000
//KeyPress 32,1
//Delay 500
//------------加血
IfColor 175,83,32240f,2
Plugin BGKM5.Keyclick(hw,54)
Delay 1000
EndIf
//-------判断是否死亡
IfColor 144,83,32230f,2
Goto 判断死亡
EndIf
For 2
Plugin mystring=kkSoft.mOCRText(495,33,565,57,fontID1,"AAD7FD",0.5,"")
Delay 10
If mystring<>""
Goto 继续打怪
EndIf
EndFor
Rem 继续打怪
//MessageBox mystring
EndWhile
// MessageBox mystring
//-------------------------加血--------------------
IfColor 175,83,32240f,2
Plugin BGKM5.Keyclick(hw,54)
Delay 100
EndIf
//------------------------判断是否死亡---------------------
Rem 判断死亡
IfColor 144,83,32230f,2
Plugin BGKM5.Keyclick(hw,54)
Delay 4000
//--------------------试加血后再次判断
IfColor 144,83,32230f,2
MoveTo 515,390
Delay 1000
LeftClick 1
Delay 100
LeftClick 1
Delay 60000
MoveTo 0,0
Delay 100
//-----------------复活后加血
Plugin BGKM5.KeyClick(hw,54)
Delay 100
Plugin BGKM5.KeyClick(hw,54)
Delay 8000
//---------------判断药瓶是否存在,没有停机挂机--------------
IfColor 146,83,32230f,2
Delay 1000
EndScript
EndIf
Goto 升级之路
EndIf
EndIf
//---------------------------加蓝---------------------
IfColor 143,98,32240f,2
Plugin BGKM5.KeyClick(hw,55)
Delay 10
EndIf
//-------------------------加宠物血------------------
IfColor 125,112,32240f,2
Plugin BGKM5.KeyClick(hw,57)
Delay 0
EndIf
Delay 600
//-----------------------------捡东西----------------------
Plugin BGKM5.KeyClick(hw,56)
Delay 100
EndWhile
//---------------------------重新登陆----------------------
Rem Relogin
Delay 15000
MoveToS 730,750
Delay 300
LeftClick 1
Delay 300
MoveToS 725,625
Delay 300
LeftClick 1
Delay 15000
Plugin BGKM5.KeyClick(hw,xx)
Delay 300
Plugin BGKM5.KeyClick(hw,xx)
Delay 300
Plugin BGKM5.KeyClick(hw,xx)
Delay 300
Plugin BGKM5.KeyClick(hw,xx)
Delay 300
Plugin BGKM5.KeyClick(hw,xx)
Delay 300
Plugin BGKM5.KeyClick(hw,xx)
Delay 300
Plugin BGKM5.KeyClick(hw,xx)
Delay 2000
Plugin BGKM5.KeyClick(hw,13)
Delay 100
Delay 10000
Plugin BGKM5.KeyClick(hw,13)
Delay 8000
EndWhile