1026 發表於 2015-7-3 20:54:33

求解副本 點了沒反應

本帖最後由 1026 於 2015-7-4 11:34 PM 編輯

請問各位大大 這要怎修改~~求解

http://125.231.49.11/01

z0202520 發表於 2015-7-3 22:00:41

Hercules版本沒有checkquest
請改成questprogress

1026 發表於 2015-7-3 22:27:02

z0202520 發表於 2015-7-3 10:00 PM static/image/common/back.gif
Hercules版本沒有checkquest
請改成questprogress
改好後 他出現這段

請問要怎修改錯


http://125.231.49.11/02

bizarre1213 發表於 2015-7-4 11:47:30

本帖最後由 bizarre1213 於 2015-7-4 12:24 PM 編輯

所有 checkquest 取代成 questprogress

407行改成.@instance = instance_create(.@md_name$, .@party_id);
if (.@instance < 0) {436行~455行改成      if (has_instance("1@pump") == "") {
                if (questprogress(12254,PLAYTIME) == 1) {
                        mes "通往排水溝的大門仍是關閉的。";
                        mes "你必須等待,直到你能夠進入,或找到能夠遠組的隊伍隊長。";
                        close;
                }
                mes "The memorial dungeon Culvert does not exist.";
                mes "The party leader has not reserved entrance to the dungeon yet.";
                close;
      }
      mapannounce "mal_in01", strcharinfo(0)+" 的隊伍 "+getpartyname(.@party_id)+" 進入了排水溝",bc_map,"0x00ff99";
      if (!questprogress(12254)) setquest 12254;
      warp "1@pump",63,98;
      end;
}然後,Hercules是使用舊版副本寫法,新版套用可能問題非常多,建議你花點時間去把它繁化
npc\re\instances\MalangdoCulvert.txt

1026 發表於 2015-7-4 23:27:54

本帖最後由 1026 於 2015-7-4 11:34 PM 編輯

找別的腳本 試試看中 謝謝 大大交導
頁: [1]
查看完整版本: 求解副本 點了沒反應