diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-10-31 23:19:36 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-10-31 23:19:36 +0000 |
commit | 112b74ac697da01f0abcefe9a16628d247cfb616 (patch) | |
tree | eac8c119905c2a12c9bac9ad6444aae1abf5ed5e /npc/warps/other | |
parent | c4c1400def9740b610a1bf93c201d5a9b7c47780 (diff) | |
download | hercules-112b74ac697da01f0abcefe9a16628d247cfb616.tar.gz hercules-112b74ac697da01f0abcefe9a16628d247cfb616.tar.bz2 hercules-112b74ac697da01f0abcefe9a16628d247cfb616.tar.xz hercules-112b74ac697da01f0abcefe9a16628d247cfb616.zip |
- Removed .gat from map names.
- Removed trailing tabs in some warp portal files.
- Removed `loginlog` table from convert_engine SQL scripts, because it's in the log database.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14987 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/warps/other')
-rw-r--r-- | npc/warps/other/arena.txt | 18 | ||||
-rw-r--r-- | npc/warps/other/god.txt | 10 |
2 files changed, 14 insertions, 14 deletions
diff --git a/npc/warps/other/arena.txt b/npc/warps/other/arena.txt index 9770a8537..2ccaf6dcd 100644 --- a/npc/warps/other/arena.txt +++ b/npc/warps/other/arena.txt @@ -40,24 +40,24 @@ DLGTEMP: } else if (@input_arena == 1357) { - mes "Opening Control Panel"; - mes "' A - R - E - N - A '"; + mes "Opening Control Panel"; + mes "' A - R - E - N - A '"; next; - mes "Please select a"; - mes "state for the arena."; + mes "Please select a"; + mes "state for the arena."; next; switch( select( "Open.","Closed.") ) { case 1: - mes "Currently"; - mes "opening arena."; + mes "Currently"; + mes "opening arena."; misceffect EF_ENHANCE; //CHECK enablenpc "welcome_arena"; next; break; case 2: - mes "Currently"; - mes "closing arena."; + mes "Currently"; + mes "closing arena."; misceffect EF_EXIT; //CHECK disablenpc "welcome_arena"; next; @@ -66,7 +66,7 @@ DLGTEMP: } else { - mes "Closing control panel."; + mes "Closing control panel."; close; } }
\ No newline at end of file diff --git a/npc/warps/other/god.txt b/npc/warps/other/god.txt index 08168c836..6ff9e65e8 100644 --- a/npc/warps/other/god.txt +++ b/npc/warps/other/god.txt @@ -14,8 +14,8 @@ yuno,218,180,0 warp yuno_god01 1,1,que_god01,99,84 que_god01,99,81,0 warp god01_yuno 1,1,yuno,218,177 -que_god01,63,88,0 warp god_sl_w0-1 1,1,que_god01,87,92 -que_god01,62,116,0 warp god_sl_w1-1 1,1,que_god01,46,94 -que_god01,12,116,0 warp god_sl_w2-1 1,1,que_god01,16,94 -que_god01,12,55,0 warp god_sl_w3-1 1,1,que_god01,17,83 -que_god01,50,55,0 warp god_sl_w4-1 1,1,que_god01,47,83 +que_god01,63,88,0 warp god_sl_w0-1 1,1,que_god01,87,92 +que_god01,62,116,0 warp god_sl_w1-1 1,1,que_god01,46,94 +que_god01,12,116,0 warp god_sl_w2-1 1,1,que_god01,16,94 +que_god01,12,55,0 warp god_sl_w3-1 1,1,que_god01,17,83 +que_god01,50,55,0 warp god_sl_w4-1 1,1,que_god01,47,83 |