UID138629
帖子
精華
主題
積分299
現金
積極性
威望
違規
熱心
推廣次數
閱讀權限5
註冊時間2009-3-16
在線時間 小時
最後登錄1970-1-1
TA的每日心情 | 開心 2012-8-2 12:48 PM |
---|
簽到天數: 3 天 連續簽到: 1 天 [LV.2]偶爾看看I
|
本帖最後由 tophihi 於 2010-11-8 10:05 PM 編輯
目前卡在這裡
OnEntDead:
set .@i,instance_id(0);
//getmapxy(.@map$,.@x,.@y,1,instance_npcname("Lucid Crystal"));
killmonsterall "5@tower";
// TODO: get more info, which things decide if you can fight NS or not...
if('ET_Leadertalk < 5){
instance_announce .@i,"神秘的聲音: 恭喜你們..................",bc_map,0xFF0000;
sleep 3000;
instance_announce .@i,"神秘的聲音: 死亡籐蔓並不是結束",bc_map,0xFF0000;
sleep 3000;
instance_announce .@i,"神秘的聲音: 如果你們如此急切的想體驗死亡的話,我將給你門這個榮幸親自挑戰我",bc_map,0xFF0000;
sleep 3000;
instance_announce .@i,"神秘的聲音: 先告辭了",bc_map,0xFF0000;
sleep 3000;
instance_announce .@i,"神秘的聲音: 當你們下次挑戰無限之塔的時候,我會在這裡等你們的。哈哈哈哈…………",bc_map,0xFF0000;
end;
}
instance_announce .@i,"神秘的聲音: 敢於闖入我的殿堂的闖入者啊",bc_map,0xFF0000;
set 'ET_Floor,'ET_Floor+1;
當他說完當你們下次挑戰無限之塔的時候,我會在這裡等你們的。哈哈哈哈…………"後,就沒了,然後我們走到又上跟水晶說話,卻是沒有反應的
5@tower,106,109,0 script 發光的水晶 111,{
if('ET_Floor < 101)
end;
if(getgmlevel() >= $ET_GM){
mes "Hi, Master!";
mes "你的 ET_Talk 變量是 "+ET_Talk;
mes "3 and less: 你沒有完成任務.";
mes "4: 第一次挑戰.";
mes "5: 第二次挑戰.";
mes "6 or more: Shouldn't happen.";
next;
switch(select("跳過:測試1:測試2:close")){
case 1:
break;
case 2:
set ET_Talk,4;
break;
case 3:
set ET_Talk,5;
break;
default:
close;
}
}
伺服器在讀取的時候也沒有報錯,想請問哪裡有錯 |
本帖子中包含更多資源
您需要 登錄 才可以下載或查看,沒有帳號?註冊
x
|