📄 npc_gvg_roomswitch.txt
字号:
//=========================================================================
// 从主人房间回来的开关
// callfunc "RoomSwitch",X,Y;
// 汉化和修正 : FPE
// Jathena++ 论坛:http://www.foxofice.net/bbs
//-------------------------------------------------------------------------
function script RoomSwitch {
mes "有小控制杆。";
mes "要拉下吗?";
next;
if(select("拉","不拉")==1) {
set '@dummy,getmapxy('@map$,'@dummy,'@dummy,1); //'@map$以外的都是虚设的
warp '@map$,getarg(0),getarg(1);
end;
}
return;
}
//==========================================
// 露依纳
//------------------------------------------
aldeg_cas01.gat,123,223,0 script #RoomSwitch_L1 111,{
callfunc "RoomSwitch",218,176;
close;
}
aldeg_cas02.gat,139,234,0 script #RoomSwitch_L2 111,{
callfunc "RoomSwitch",78,75;
close;
}
aldeg_cas03.gat,229,267,0 script #RoomSwitch_L3 111,{
callfunc "RoomSwitch",110,119;
close;
}
aldeg_cas04.gat,83,17,0 script #RoomSwitch_L4 111,{
callfunc "RoomSwitch",67,117;
close;
}
aldeg_cas05.gat,64,8,0 script #RoomSwitch_L5 111,{
callfunc "RoomSwitch",51,179;
close;
}
//==========================================
// 咘哩妥利亚
//------------------------------------------
gefg_cas01.gat,152,117,0 script #RoomSwitch_B1 111,{
callfunc "RoomSwitch",40,49;
close;
}
gefg_cas02.gat,145,115,0 script #RoomSwitch_B2 111,{
callfunc "RoomSwitch",12,67;
close;
}
gefg_cas03.gat,275,290,0 script #RoomSwitch_B3 111,{
callfunc "RoomSwitch",106,24;
close;
}
gefg_cas04.gat,116,123,0 script #RoomSwitch_B4 111,{
callfunc "RoomSwitch",73,47;
close;
}
gefg_cas05.gat,149,106,0 script #RoomSwitch_B5 111,{
callfunc "RoomSwitch",70,53;
close;
}
//==========================================
// 青林湖泊
//------------------------------------------
payg_cas01.gat,295,8,0 script #RoomSwitch_C1 111,{
callfunc "RoomSwitch",120,59;
close;
}
payg_cas02.gat,149,149,0 script #RoomSwitch_C2 111,{
callfunc "RoomSwitch",22,261;
close;
}
payg_cas03.gat,163,167,0 script #RoomSwitch_C3 111,{
callfunc "RoomSwitch",50,262;
close;
}
payg_cas04.gat,151,47,0 script #RoomSwitch_C4 111,{
callfunc "RoomSwitch",38,285;
close;
}
payg_cas05.gat,161,137,0 script #RoomSwitch_C5 111,{
callfunc "RoomSwitch",277,250;
close;
}
//==========================================
// 巴基力雷恩
//------------------------------------------
prtg_cas01.gat,15,209,0 script #RoomSwitch_V1 111,{
callfunc "RoomSwitch",111,181;
close;
}
prtg_cas02.gat,206,228,0 script #RoomSwitch_V2 111,{
callfunc "RoomSwitch",94,62;
close;
}
prtg_cas03.gat,193,130,0 script #RoomSwitch_V3 111,{
callfunc "RoomSwitch",51,101;
close;
}
prtg_cas04.gat,275,160,0 script #RoomSwitch_V4 111,{
callfunc "RoomSwitch",260,265;
close;
}
prtg_cas05.gat,281,176,0 script #RoomSwitch_V5 111,{
callfunc "RoomSwitch",36,38;
close;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -