OK論壇

 找回密碼
 註冊
查看: 1336|回復: 3

EA 12921 城戰卡普拉問題

 關閉 [複製鏈接]

該用戶從未簽到

發表於 2008-9-28 12:37:10 | 顯示全部樓層 |閱讀模式
- script Gld_Kafra_Template::Gld_Kafra_Template -1,{
// Store the Guild ID of castle occupant.
set [email=.@GID].@GID[/email], GetCastleData(strnpcinfo(2),1);
if (compare(strnpcinfo(2),"aldeg")) {
  setarray [email=.@destination$[0].@destination$[0[/email]],"艾爾帕蘭","aldebaran";
  setarray [email=.@coordinates[0],132,103].@coordinates[0],132,103[/email];
}
else if (compare(strnpcinfo(2),"gefg")) {
  setarray [email=.@destination$[0].@destination$[0[/email]],"吉芬","geffen";
  setarray [email=.@coordinates[0],120,39].@coordinates[0],120,39[/email];
}
else if (compare(strnpcinfo(2),"payg")) {
  setarray [email=.@destination$[0].@destination$[0[/email]],"斐揚","payon";
  setarray [email=.@coordinates[0],70,100].@coordinates[0],70,100[/email];
}
else if (compare(strnpcinfo(2),"prtg")) {
  setarray [email=.@destination$[0].@destination$[0[/email]],"普隆德拉","prontera";
  setarray [email=.@coordinates[0],116,72].@coordinates[0],116,72[/email];
}
// Add custom Guild Castles here.
else {
  end;
}
cutin "kafra_01",2;
if (getcharid(2) == [email=.@GID].@GID[/email]) {
  mes "[卡普拉 職員]";
  mes "歡迎光臨 ^ff0000" + getguildname([email=.@GID].@GID[/email]) + "^000000 會員們";
  mes "卡普拉服務(有限公司) ,永遠在各位身邊為您服務的";
  next;
  switch(select("使用倉庫服務:使用空間移動服務:使用手推車服務:結束")) {
  //switch(select("使用倉庫服務:Use Guild Storage:使用空間移動服務:使用手推車服務:結束")) {
  
case 1:
   if (basicskillcheck() && getskilllv(1) < 6) {
    mes "[卡普拉 職員]";
    mes "對不起 想要使用倉庫服務的話,初學者的基本技能等級要到達 6級以上.";
   }
   else {
    callfunc("F_CheckKafCode"); //check your storage password, if set
      openstorage;
   }
   break;


---------------------------
Q1.不知為何我點選倉庫服務,無法打開倉庫,只會卡住而已喔!!

[ 本帖最後由 小煜 於 2008-9-28 06:30 PM 編輯 ]

該用戶從未簽到

 樓主| 發表於 2008-9-28 18:30:28 | 顯示全部樓層
有人可以幫忙解決嗎...
我是第一次使用ea
希望有人能幫忙
謝謝^^
回復 支持 反對

使用道具 舉報

頭像被屏蔽

該用戶從未簽到

發表於 2008-9-28 18:43:34 | 顯示全部樓層
提示: 作者被禁止或刪除 內容自動屏蔽
回復 支持 反對

使用道具 舉報

該用戶從未簽到

 樓主| 發表於 2008-10-3 20:21:45 | 顯示全部樓層
回樓上
那是其他的問題喔~

這個問題還沒解決阿...
回復 支持 反對

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 註冊

本版積分規則

Archiver|手機版|小黑屋|OK討論區

GMT+8, 2025-6-29 05:36 AM , Processed in 0.048580 second(s), 19 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回復 返回頂部 返回列表