bp6ul945 發表於 2016-3-23 02:43:44

映射副本式道管地圖

本帖最後由 bp6ul945 於 2016-4-12 06:31 AM 編輯

正解是3F
instance_db裡面有錯
我字有少打QQ



我是打算以副本的型式來進行道管

原本的圖 ducts
要映射成的圖有六張   1@level1   到   1@level6

我自己手動@warp 可以傳進去ducts跟1@level1 ~ 6@level1
一切正常都沒彈窗之類的
但是通過NPC就傳不過去@@

異常訊息:
: <buildin_warpparty> mapindex_name2id:Map "" not found in index list!
: pc_setpos: passed mapindex<0> is invalid!


道管腳本應該是跑到這邊就卡住
               
                warpparty instance_mapname("1@level1",instance_id()),39,39,getcharid(1);
                setd "$@Dc_couple_turns_"+instance_id(),1;


道管腳本我是載這個
http://okayro.com/thread-276550-1-1.html


conf\maps_athena.conf內有

map: ducts
map: 1@level1
map: 1@level2
map: 1@level3
map: 1@level4
map: 1@level5
map: 1@level6




db\map_index.txt內有

ducts
1@level1
1@level2
1@level3
1@level4
1@level5
1@level6


使用WeeMapCache對db\re\map_cache.dat
加入ducts.gat之後
再加入\resnametable.txt
有檢查過map_cache.dat裡面有那7張圖


RO\data\resnametable.txt內有

[email protected]#ducts.gat#
[email protected]#ducts.gnd#
[email protected]#ducts.rsw#
嶸盪檣攪[檜蝶\map\[email protected]#嶸盪檣攪[檜蝶\map\ducts.bmp#
[email protected]#ducts.gat#
[email protected]#ducts.gnd#
[email protected]#ducts.rsw#
嶸盪檣攪[檜蝶\map\[email protected]#嶸盪檣攪[檜蝶\map\ducts.bmp#
[email protected]#ducts.gat#
[email protected]#ducts.gnd#
[email protected]#ducts.rsw#
嶸盪檣攪[檜蝶\map\[email protected]#嶸盪檣攪[檜蝶\map\ducts.bmp#
[email protected]#ducts.gat#
[email protected]#ducts.gnd#
[email protected]#ducts.rsw#
嶸盪檣攪[檜蝶\map\[email protected]#嶸盪檣攪[檜蝶\map\ducts.bmp#
[email protected]#ducts.gat#
[email protected]#ducts.gnd#
[email protected]#ducts.rsw#
嶸盪檣攪[檜蝶\map\[email protected]#嶸盪檣攪[檜蝶\map\ducts.bmp#
[email protected]#ducts.gat#
[email protected]#ducts.gnd#
[email protected]#ducts.rsw#
嶸盪檣攪[檜蝶\map\[email protected]#嶸盪檣攪[檜蝶\map\ducts.bmp#


db\re\instance_db.txt內有
14,level1,1800,1@level1,39,39,1@level





請問有大大知道問題出在哪嗎
謝謝><

qk2016 發表於 2016-3-23 16:41:05

本帖最後由 qk2016 於 2016-3-23 04:47 PM 編輯

是要全隊一起進入副本?


        addrid 2,0, getcharid(1);
        instance_enter(.@md_name$);

Mr.Brown 發表於 2016-3-23 16:51:48

instance_db裡面有錯

game1993 發表於 2016-3-25 15:35:45

warpparty instance_mapname("1@level1",instance_id()),39,39,getcharid(1);
應該不用在加
instance_id()
不知道是不是我只有用EA嘗試看看吧?

sinya 發表於 2016-3-26 10:49:27

3F 說的才是事實 因為 instance_db 沒設 所以 副本地圖名字不存在

bp6ul945 發表於 2016-4-12 06:32:53

檢查後發現是instance_db裡面有錯
我的字有少打幾個QQ

抱歉各位大大我現在才回覆
前陣子帳號一直登不進來..
頁: [1]
查看完整版本: 映射副本式道管地圖