|
本帖最後由 tctw02594 於 2023-7-4 13:51 編輯
//要有船(5级钓鱼可以买)
//-1000善恶执行脚本
//子時2刻開刷
var a=CheckTime(0,1,0,6);
if(a==1)
{
if(60488,2,1)
{
if(60490,2,1)
{
if(60492,2,1)
{
GOBIRTHPLACE()
JUMPTO(110);
GiveEventMap(110,2);
}
}
}
}
if(60488,1,0)
{
GOBIRTHPLACE()
JUMPTO(2801);
DoEvent(2801,1008,1009);
GOBIRTHPLACE()
JUMPTO(4000);
DoEvent(4000,196,197,198);
GOBIRTHPLACE()
JUMPTO(5000);
DoEvent(5000,410,411,412);
}
if(60490,1,0)
{
var a=GetMap();
Log(a);
if(a==1516)
{
GiveEventMap(1516,1);
GiveEventMap(1516,2);
}else
{
if(a!=9803 && a!=9802 && a!=9801)
{
Moveto(9804,847,4811);
GoOutSea(1);//出海
Move(5000,15);
cmd(1,2,3,4);
Delay(2000);
}
a=GetMap();
if(a==9803)
{
Move(5000,15);
Delay(2000);
}
a=GetMap();
if(a==9802)
{
Move(5000,15);
Delay(2000);
}
a=GetMap();
if(a==9801)
{
Move(3672,8328);
Delay(2000);
GoLand(0);
Delay(2000);
}
}
}
if(60492,1,0)
{
GOBIRTHPLACE()
JUMPTO(10852);
DoEvent(10852,3,4,5);
End();
}
LOOP();
|
|