diff options
author | Reid <reidyaro@gmail.com> | 2014-07-27 15:08:29 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-07-27 15:08:29 +0200 |
commit | 7bbb9a987550e844e56eb452866adc4c4b1e9a77 (patch) | |
tree | f729b48b618400750da256141788974fd3397dea | |
parent | 14338d6e63577d8436218b9b0f2b7271325692a5 (diff) | |
download | serverdata-7bbb9a987550e844e56eb452866adc4c4b1e9a77.tar.gz serverdata-7bbb9a987550e844e56eb452866adc4c4b1e9a77.tar.bz2 serverdata-7bbb9a987550e844e56eb452866adc4c4b1e9a77.tar.xz serverdata-7bbb9a987550e844e56eb452866adc4c4b1e9a77.zip |
Add more doors on the doors script of artis.
-rw-r--r-- | npc/001-1/doors.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1/doors.txt b/npc/001-1/doors.txt index 99e8c454..3664f837 100644 --- a/npc/001-1/doors.txt +++ b/npc/001-1/doors.txt @@ -5,7 +5,7 @@ // Doors warp and animations in map 001-1 // -001-1.gat,54,71,0 script #Door1 906,1,1{ +001-1.gat,55,71,0 script #Door1 906,1,1{ close; OnTouchFirst: @@ -31,7 +31,7 @@ OnTimer340: end; } -001-1.gat,50,65,0 script #Door2 906,1,1{ +001-1.gat,51,65,0 script #Door2 906,1,1{ close; OnTouchFirst: |