diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-17 13:58:18 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-17 13:58:18 +0000 |
commit | cc897ee16369ed376e7aaa0e3b03997991cb0521 (patch) | |
tree | 92083246aab6bbb07eb8427b8e76335b1ffe6a06 /npc/re/scripts_warps.conf | |
parent | 4822003e8cd55d137d7d857fa38d4307ecaecc6b (diff) | |
download | hercules-cc897ee16369ed376e7aaa0e3b03997991cb0521.tar.gz hercules-cc897ee16369ed376e7aaa0e3b03997991cb0521.tar.bz2 hercules-cc897ee16369ed376e7aaa0e3b03997991cb0521.tar.xz hercules-cc897ee16369ed376e7aaa0e3b03997991cb0521.zip |
* Follow-up r16430, moved all the RE entries in the .conf files behind the pre-RE entries
* Re-added a missing .conf entry, bugreport:6256
* Edited "WoE Time Explanation" documentation (doc\woe_time_explanation.txt)
* Added Warg documentation to checkoption/setoption, thanks to QQfoolsorellina tid:120670 (doc\script_commands.txt)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16435 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re/scripts_warps.conf')
-rw-r--r-- | npc/re/scripts_warps.conf | 43 |
1 files changed, 21 insertions, 22 deletions
diff --git a/npc/re/scripts_warps.conf b/npc/re/scripts_warps.conf index a55970805..9a8b8890f 100644 --- a/npc/re/scripts_warps.conf +++ b/npc/re/scripts_warps.conf @@ -1,26 +1,4 @@ // -------------------------------------------------------------- -// - RE Warp Scripts - -// -------------------------------------------------------------- - -// --------------------------- Cities --------------------------- -npc: npc/re/warps/cities/brasilis.txt -npc: npc/re/warps/cities/dewata.txt -npc: npc/re/warps/cities/dicastes.txt -npc: npc/re/warps/cities/eclage.txt -npc: npc/re/warps/cities/malangdo.txt -npc: npc/re/warps/cities/malaya.txt -// -------------------------- Dungeons -------------------------- -npc: npc/re/warps/dungeons/bra_dun.txt -npc: npc/re/warps/dungeons/dic_dun.txt -npc: npc/re/warps/dungeons/ecl_dun.txt -// --------------------------- Fields --------------------------- -npc: npc/re/warps/fields/bif_fild.txt -npc: npc/re/warps/fields/bra_fild.txt -npc: npc/re/warps/fields/dic_fild.txt -npc: npc/re/warps/fields/man_fild.txt - - -// -------------------------------------------------------------- // - Warp Scripts - // -------------------------------------------------------------- @@ -121,4 +99,25 @@ npc: npc/re/warps/other/god.txt npc: npc/re/warps/other/paradise.txt npc: npc/re/warps/other/s_workshop.txt npc: npc/re/warps/pvp/pvp.txt + +// -------------------------------------------------------------- +// - RE Warp Scripts - +// -------------------------------------------------------------- + +// --------------------------- Cities --------------------------- +npc: npc/re/warps/cities/brasilis.txt +npc: npc/re/warps/cities/dewata.txt +npc: npc/re/warps/cities/dicastes.txt +npc: npc/re/warps/cities/eclage.txt +npc: npc/re/warps/cities/malangdo.txt +npc: npc/re/warps/cities/malaya.txt +// -------------------------- Dungeons -------------------------- +npc: npc/re/warps/dungeons/bra_dun.txt +npc: npc/re/warps/dungeons/dic_dun.txt +npc: npc/re/warps/dungeons/ecl_dun.txt +// --------------------------- Fields --------------------------- +npc: npc/re/warps/fields/bif_fild.txt +npc: npc/re/warps/fields/bra_fild.txt +npc: npc/re/warps/fields/dic_fild.txt +npc: npc/re/warps/fields/man_fild.txt // -------------------------------------------------------------- |