-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
・ルワンダに伝える話クエスト、新人アコライトの幽霊クエスト実装 (npc_quest_illusionluanda.sc, npc_quest_illusionlabyrinth.sc) ・mapflag更新 (mapflag.sc) ・monster出現定義追加(npc_monster_beachdun.sc, npc_monster_prtmaze.sc) ・item_dbのランダム更新 (item_db.txt) ・mob_dbの更新 (mob_db.txt, mob_skill_db.txt) ・quest_dbの更新 (quest_db.txt) ・map_auriga.conf更新 (map_auriga.conf)
- Loading branch information
Showing
11 changed files
with
4,326 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -336,6 336,8 @@ npc: script/npc/quest/npc_quest_homun_s.sc | |
//npc: script/npc/quest/npc_quest_hunting.sc | ||
npc: script/npc/quest/npc_quest_ice.sc | ||
npc: script/npc/quest/npc_quest_illusionfrozen.sc | ||
npc: script/npc/quest/npc_quest_illusionlabyrinth.sc | ||
npc: script/npc/quest/npc_quest_illusionluanda.sc | ||
npc: script/npc/quest/npc_quest_illusionmoonlight.sc | ||
npc: script/npc/quest/npc_quest_illusionteddybear.sc | ||
npc: script/npc/quest/npc_quest_illusionturtleisland.sc | ||
|
@@ -1562,7 1564,8 @@ map: ein_d02_i.gat | |
map: ein_d02_i_q.gat | ||
|
||
//--Illusion Of Luanda-- | ||
//map: com_d02_i.gat | ||
map: com_d02_i.gat | ||
map: com_d02_i_q.gat | ||
|
||
//--Soul Reaper Job Change-- | ||
//map: [email protected] | ||
|
@@ -1595,7 1598,10 @@ map: ein_d02_i_q.gat | |
//map: [email protected] | ||
|
||
// Illusion of Labyrinth | ||
//map: prt_mz03_i.gat | ||
map: prt_mz01_i.gat | ||
map: prt_mz03_i.gat | ||
map: prt_mz01_q.gat | ||
map: prt_mz03_q.gat | ||
|
||
// EDDA Biological Research Institute - The journey of expedition | ||
//map: [email protected] | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.