[@验证2级密码]
{
#if
isnewhuman
#act
break
#if
equal T0
#act
mapmove xinren 66 66
messagebox 请设置2级密码
break
#IF
equal T1 <$machineid>
#act
sendmsg 6 机器码匹配!不需要验证
mapmove 3 333 333
break
#if
not equal T1 <$machineid>
#ACT
openmerchantbigdlg 3 11 1 4 0 -50 0 0 0 0
changemodeex 10 600
changemodeex 2 600
senddelaymsg 请在%s秒内输入2级密码,否则会被T下线 60 249 1 @T下线
#say
\ \ \ \ \ \ \ \ \ \ \ \ \
<ImgEx:3:3:3:3:552:18/@EXIT>
\ \
< 慕儿师姐:/SCOLOR=250>\
< 少侠你好,欢迎回到《金庸群侠传-OL》/SCOLOR=250>\ \
< 由于系统检测,本次登录的地址不是经常登录的地址!/SCOLOR=146>\
< 请60秒内验证二级密码后,进入游戏!否则将提下线!/SCOLOR=146>\
<> <inputtext:1:73:10:140:16:249:2:255:8:12:二级密码必须为4-6汉字长度:请输入二级密码:251>\
<> <ImgEx:3:13:12:13:0:-10:1/@换机器验证二级>
[@T下线]
#if
#act
messagebox 你在60秒内未验证2级密码,已被T下线
kick
[@换机器验证二级]
#act
sendmsg 6 --------------<$npcinput(1)>
#if
equal <$npcinput(1)>
#act
messagebox 请输入你的2级密码
break
#if
not equal T0 <$npcinput(1)>
#act
inc n$错误次数 1
messagebox 2级密码不对
break
#if
large n$错误次数 3
#act
goto @2级密码输入超过最大3次
#if
equal T0 <$npcinput(1)>
#act
mov T1 <$machineid>
messagebox 2级密码验证通过
changemodeex 10 1
changemodeex 2 1
CLEARDELAYGOTO 1
mapmove 3 333 333
break
[@2级密码输入超过最大3次]
#if
#act
messagebox 你2级密码输入超过最大3次,已被T下线
kick
}