UID122316
帖子
精華
主題
積分-67
現金
積極性
威望
違規
熱心
推廣次數
閱讀權限0
註冊時間2008-12-25
在線時間 小時
最後登錄1970-1-1
該用戶從未簽到
|

樓主 |
發表於 2010-8-14 16:43:22
|
顯示全部樓層
不好意思 大大 我還是不懂
這是我PVP腳本 我可以寫在裡面嗎 ?
// (PVP)//
// 微笑自製 及時聯絡 [email protected] //
new_3-2.gat,38,182,5 script PVP傳送員 726,{
menu "劍村[耍白]^000000 ^3355FF[" + getmapusers("pvp_y_8-2.gat") + " / 45] ^000000",Liaa,
"塔台[禁白]^000000 ^3355FF[" + getmapusers("tha_t12.gat") + " / 75] ^000000",Lizu,
"通道[狂殺]^000000 ^3355FF[" + getmapusers("pvp_n_7-3.gat") + " / 45] ^000000",Love,
"電梯[亂鬥]^000000 ^3355FF[" + getmapusers("jupe_ele.gat") + " / 8] ^000000",Like,
"取消^000000",Lcancel;
Liaa:
if(getmapusers("pvp_y_8-2.gat") >= 45 ) goto LError;
warp "pvp_y_8-2.gat",0,0;
pvpon "pvp_y_8-2.gat";
end;
Lizu:
if(getmapusers("tha_t12.gat") >= 75 ) goto LError;
warp "tha_t12.gat",0,0;
pvpon "tha_t12.gat";
end;
Love:
if(getmapusers("pvp_n_7-3.gat") >= 45 ) goto LError;
warp "pvp_n_7-3.gat",0,0;
pvpon "pvp_n_7-3.gat";
end;
Like:
if(getmapusers("jupe_ele.gat") >= 8 ) goto LError;
warp "jupe_ele.gat",0,0;
pvpon "jupe_ele.gat";
end;
Lcancel:
mes "[PvP]";
mes strcharinfo(0) + ", 歡迎下次再來";
mes "謝謝";
close;
OnInit:
waitingroom "PVP",0;
end;
}
//P1
pvp_y_8-2.gat mapflag nomemo dummy
pvp_y_8-2.gat mapflag noteleport dummy
pvp_y_8-2.gat mapflag nosave new_3-2.gat,23,190;
//P2
tha_t12.gat mapflag nomemo dummy
tha_t12.gat mapflag noteleport dummy
tha_t12.gat mapflag nosave new_3-2.gat,23,190;
//P3
pvp_n_7-3.gat mapflag nomemo dummy
pvp_n_7-3.gat mapflag noteleport dummy
pvp_n_7-3.gat mapflag nosave new_3-2.gat,23,190;
//P4
jupe_ele.gat mapflag nomemo dummy
jupe_ele.gat mapflag noteleport dummy
jupe_ele.gat mapflag nosave new_3-2.gat,23,190;
//P4
jupe_ele.gat mapflag nomemo dummy
jupe_ele.gat mapflag noteleport dummy
jupe_ele.gat mapflag nosave new_3-2.gat,23,190;
prontera<tab>mapflag<tab>pvp_noguild |
|