UID51831
帖子
精華
主題
積分-222
現金
積極性
威望
違規
熱心
推廣次數
閱讀權限0
註冊時間2008-1-16
在線時間 小時
最後登錄1970-1-1
該用戶從未簽到
|
我的火山 1 2 3樓都沒有怪耶
而且連傳送點 進去1樓到2樓到3樓都沒有
我已經用召怪的方式 確定都有火山怪 都沒問題
而且連地圖的怪都確認 放上去了 就是跑不出來
哪裡出問題?
//===== eAthena Script ========================================
//= Thor Volcano Monster Spawn Script
//===== By: ==================================================
//= Playtester
//===== Current Version: =====================================
//= 1.1
//===== Compatible With: =====================================
//= Any Athena Version
//===== Description: =========================================
//= Official monster spawn in Thor Volcano Dungeon.
//===== Additional Comments: =================================
//= 1.0 Spawns according to RO Monthly and Doddler [Playtester]
//= 1.1 Added Byorgue and Ifrit [Playtester]
//============================================================
// ================= [Thor Volcano - 01] =====================
thor_v01,0,0,0,0 monster 火鳥 1833,30,0,0,0
thor_v01,0,0,0,0 monster 炙燄魔 1837,20,0,0,0
thor_v01,0,0,0,0 monster 岩漿波利 1836,10,0,0,0
thor_v01,0,0,0,0 monster 火蜥蝪 1831,5,0,0,0
thor_v01,0,0,0,0 monster 劍士監護人魔物 1829,1,0,0,0
thor_v01,0,0,0,0 monster 弓箭手監護人魔物 1830,1,0,0,0
thor_v01,0,0,0,0 monster 漂流浪人 1839,1,0,0,0
// ================= [Thor Volcano - 02] =====================
thor_v02,0,0,0,0 monster 礦坑小精靈 1838,70,0,0,0
thor_v02,0,0,0,0 monster 炙燄魔 1837,10,0,0,0
thor_v02,0,0,0,0 monster 岩漿波利 1836,10,0,0,0
thor_v02,0,0,0,0 monster 火蜥蝪 1831,5,0,0,0
thor_v02,0,0,0,0 monster 劍士監護人魔物 1829,1,0,0,0
thor_v02,0,0,0,0 monster 弓箭手監護人魔物 1830,1,0,0,0
thor_v02,0,0,0,0 monster 漂流浪人 1839,1,0,0,0
// ================= [Thor Volcano - 03] =====================
thor_v03,0,0,0,0 monster 火蜥蝪 1831,30,0,0,0
thor_v03,0,0,0,0 monster 火鳥 1833,20,0,0,0
thor_v03,0,0,0,0 monster 劍士監護人魔物 1829,3,0,0,0
thor_v03,0,0,0,0 monster 弓箭手監護人魔物 1830,3,0,0,0
thor_v03,0,0,0,0 monster 漂流浪人 1839,1,0,0,0
thor_v03,0,0,0,0 monster 伊夫利特 1832,1,39600000,39000000,1 |
|