diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-03 18:18:50 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-03 18:18:50 +0000 |
commit | 5f00460ddd810828f3248d1a970b49f965771913 (patch) | |
tree | 9b025e88e5fd7ea7f9ad0c2b49c88620a2ed004b /npc/scripts_warps.conf | |
parent | b4e34bf1a6c0e676a8414a536353a3496d97a9a5 (diff) | |
download | hercules-5f00460ddd810828f3248d1a970b49f965771913.tar.gz hercules-5f00460ddd810828f3248d1a970b49f965771913.tar.bz2 hercules-5f00460ddd810828f3248d1a970b49f965771913.tar.xz hercules-5f00460ddd810828f3248d1a970b49f965771913.zip |
- Now the server will by default perform symmetric adding of friends
- > TODO - symmetric deletion (http://www.eathena.ws/board/index.php?showtopic=130749)
- Added a first approximation of warps for the new maps (by $ephiroth)
- Added Rachel and Veins to the list of @go destinations
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9613 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_warps.conf')
-rw-r--r-- | npc/scripts_warps.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/scripts_warps.conf b/npc/scripts_warps.conf index 266a1bc77..c555bb6df 100644 --- a/npc/scripts_warps.conf +++ b/npc/scripts_warps.conf @@ -36,6 +36,7 @@ npc: npc/warps/cities/payon.txt npc: npc/warps/cities/prontera.txt npc: npc/warps/cities/rachel.txt npc: npc/warps/cities/umbala.txt +npc: npc/warps/cities/veins.txt npc: npc/warps/cities/yggdrasil.txt npc: npc/warps/cities/yuno.txt // -------------------------- Dungeons -------------------------- @@ -53,6 +54,7 @@ npc: npc/warps/dungeons/gon_dun.txt npc: npc/warps/dungeons/ice_dun.txt npc: npc/warps/dungeons/izlude_dun.txt npc: npc/warps/dungeons/juperos.txt +npc: npc/warps/dungeons/kiel_dun.txt npc: npc/warps/dungeons/lhalzen_dun.txt npc: npc/warps/dungeons/louyang_dun.txt npc: npc/warps/dungeons/lutie_dun.txt @@ -64,9 +66,9 @@ npc: npc/warps/dungeons/prt_dun.txt npc: npc/warps/dungeons/rachel_dun.txt npc: npc/warps/dungeons/thana_dun.txt //npc: npc/warps/dungeons/thana_custom.txt +npc: npc/warps/dungeons/thor_dun.txt npc: npc/warps/dungeons/umbala_dun.txt npc: npc/warps/dungeons/yuno_dun.txt -npc: npc/warps/dungeons/kiel_dun.txt // --------------------------- Fields --------------------------- npc: npc/warps/fields/amatsu_fild.txt npc: npc/warps/fields/com_fild.txt @@ -84,6 +86,7 @@ npc: npc/warps/fields/payon_fild.txt npc: npc/warps/fields/prontera_fild.txt npc: npc/warps/fields/rachel_fild.txt npc: npc/warps/fields/umbala_fild.txt +npc: npc/warps/fields/veins_fild.txt npc: npc/warps/fields/yuno_fild.txt npc: npc/warps/fields/abyss_warper.txt // --------------------------- Others --------------------------- |