UID521
帖子
精華
主題
積分12441
現金
積極性
威望
違規
熱心
推廣次數
閱讀權限30
註冊時間2007-8-13
在線時間 小時
最後登錄1970-1-1
TA的每日心情 | 擦汗 2019-7-3 10:07 AM |
---|
簽到天數: 10 天 連續簽到: 1 天 [LV.3]偶爾看看II
|
JA
私服版號: |
Jathena.Net v1.05 MySQL |
問題內容: |
腳本問題 |
本帖最後由 °龐克★鬼 於 2009-8-1 11:44 PM 編輯
-
- prontera.gat,156,191,5 script 【道館頭飾製作】 859,{
- mes"[【道館頭飾製作】]";
- mes"你好!";
- mes"你需要換哪些東西呢?";
- next;
- K_Menu:
- menu "巨大山羊頭盔",K_02,"真獸人英雄頭盔",K_03,"撒旦惡魔翅膀",K_04,"長長的煙斗",K_05,"新娘髮帶",K_06;
- close;
- K_02:
- mes"[【道館頭飾製作】]";
- mes"請問你要製作巨大山羊頭盔嗎";
- next;
- menu"我要製作",GW01,
- "製作材料",GW02;
- close;
- K_03:
- mes"[【道館頭飾製作】]";
- mes"請問你要製作真獸人英雄頭盔嗎";
- next;
- menu"我要製作",GW03,
- "製作材料",GW04;
- close;
- K_04:
- mes"[【道館頭飾製作】]";
- mes"請問你要製作撒旦惡魔翅膀嗎";
- next;
- menu"我要製作",GW05,
- "製作材料",GW06;
- close;
- K_05:
- mes"[【道館頭飾製作】]";
- mes"請問你要製作長長的煙斗嗎";
- next;
- menu"我要製作",GW07,
- "製作材料",GW08;
- close;
- K_06:
- mes"[【道館頭飾製作】]";
- mes"請問你要製作新娘的髮帶嗎";
- next;
- menu"我要製作",GW09,
- "製作材料",GW10;
- close;
- mback:
- mes"[【道館頭飾製作】]";
- mes"下次再見,要領取物品的話歡迎找我";
- close;
- GW01:
- if((countitem(671)<20) || (countitem(674) < 25)|| (countitem(675) < 20)) goto A01;
- mes"[【道館頭飾製作】]";
- mes"好!祝你玩的愉快!";
- next;
- getitem ,1;
- delitem 671,20;delitem 674,25;delitem 675,20;
- close;
- A01:
- mes"[【道館頭飾製作】]";
- mes"你的材料不夠!";
- close;
- GW02:
- mes"[【道館頭飾製作】]";
- mes"巨大山羊頭盔材料為...";
- mes"金幣*20,迷思力幣*25,銀幣*20";
- close;
- GW03:
- if((countitem(677)<20) || (countitem(674) < 20)|| (countitem(673) < 20)) goto A02;
- mes"[【道館頭飾製作】]";
- mes"好!祝你玩的愉快!";
- next;
- getitem 5375,1;
- delitem 677,20;delitem 674,20;delitem 673,20;
- close;
- A02:
- mes"[【道館頭飾製作】]";
- mes"你的材料不夠!";
- close;
- GW04:
- mes"[【道館頭飾製作】]";
- mes"真獸人英雄頭盔材料為...";
- mes"白金幣*20,迷思力幣*20,銅幣*20";
- close;
- GW05:
- if((countitem(677)<15) || (countitem(673) < 20)|| (countitem(675) < 20)) goto A03;
- mes"[【道館頭飾製作】]";
- mes"好!祝你玩的愉快!";
- next;
- getitem 5170,1;
- delitem 677,15;delitem 673,20;delitem 675,20;
- close;
- A03:
- mes"[【道館頭飾製作】]";
- mes"你的材料不夠!";
- close;
- GW06:
- mes"[【道館頭飾製作】]";
- mes"撒旦惡魔翅膀材料為...";
- mes"白金幣*15,銅幣*20,銀幣*20";
- close;
- GW07:
- if((countitem(671)<20) || (countitem(674) < 20)|| (countitem(675) < 20)) goto A04;
- mes"[【道館頭飾製作】]";
- mes"好!祝你玩的愉快!";
- next;
- getitem 5377,1;
- delitem 671,20;delitem 674,25;delitem 675,20;
- close;
- A04:
- mes"[【道館頭飾製作】]";
- mes"你的材料不夠!";
- close;
- GW08:
- mes"[【道館頭飾製作】]";
- mes"長長的煙斗材料為...";
- mes"金幣*20,迷思力幣*25,銀幣*20";
- close;
- GW09:
- if((countitem(671)<20) || (countitem(674) < 20)|| (countitem(673) < 20)) goto A04;
- mes"[【道館頭飾製作】]";
- mes"好!祝你玩的愉快!";
- next;
- getitem 5801,1;
- delitem 671,20;delitem 674,25;delitem 673,20;
- close;
- A05:
- mes"[【道館頭飾製作】]";
- mes"你的材料不夠!";
- close;
- GW10:
- mes"[【道館頭飾製作】]";
- mes"長長的煙斗材料為...";
- mes"金幣*20,迷思力幣*25,銅幣*20";
- close;
- }
複製代碼
這腳本檢察了2次 ..
就是不跑出來= ="
有人可以幫小弟看看哪裡有錯誤嗎 |
|