UID176272
帖子
精華
主題
積分270
現金
積極性
威望
違規
熱心
推廣次數
閱讀權限5
註冊時間2009-7-20
在線時間 小時
最後登錄1970-1-1
該用戶從未簽到
|
本帖最後由 斐彥 於 2009-7-26 05:40 PM 編輯
這腳本是我套用其他腳本寫出來的!!
但明明都達7人 為何不會傳送
哪裡有問題呢?? 幫我看一下><"
- quiz_00,10,116,4 script [凱] 999,{
- end;
- OnInit:
- waitingroom "[凱] 7 人",7,"Flavius_BG2::OnGuillaumeJoin",1;
- end;
- OnEnterBG:
- set $@FlaviusBG2_id1, waitingroom2bg("bat_c01",53,128,"Flavius_BG2::OnGuillaumeQuit","");
- end;
- }
- quiz_00,114,101,0 script [嵐] 999,{
- end;
- OnInit:
- waitingroom "[嵐] 7 人",7,"Flavius_BG2::OnCroixJoin",1;
- end;
- OnEnterBG:
- set $@FlaviusBG2_id2, waitingroom2bg("bat_c01",146,55,"Flavius_BG2::OnGuillaumeQuit","");
- end;
- }
- //===================================================
- - script Flavius_BG2 -1,{
- end;
- announce "【進行傳送】",0;
- sleep2 5000;
- announce "【7v7對抗賽現在開始】",0;
- sleep2 5000;
- announce "【嵐】VS【凱】",0;
- //===================================================
- 1@cata,175,120,4 script 7v7對抗賽 902,{
- mes"[凱]";
- mes"參加對抗賽需要[邀請函]";
- mes"你要參加嗎?";
- next;
- menu "確定",Q1,"取消",Q2;
- close;
- Q1:
- if((countitem(7557) < 1)) goto P1;
- delitem 7557,1;
- warp "quiz_00",10,116;
- close;
- Q2:
- mes "[凱]";
- mes "掰掰";
- close;
- P1:
- mes"[凱]";
- mes"很抱歉!!";
- mes"您沒有[邀請函]";
- close;
- }
- //====================================================
- 1@cata,175,123,4 script 嵐 902,{
- mes"[嵐]";
- mes"參加對抗賽需要[招待卷]";
- mes"你要參加嗎?";
- next;
- menu "確定",L1,"取消",L2;
- close;
- L1:
- if((countitem(7558) < 1)) goto Z1;
- delitem 7558,1;
- warp "qquiz_00",114,101;
- close;
- L2:
- mes "[嵐]";
- mes "掰掰";
- close;
- Z1:
- mes"[嵐]";
- mes"很抱歉!!";
- mes"您沒有[招待卷]";
- close;
- }
複製代碼 |
評分
-
查看全部評分
|