diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-05-02 17:14:43 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-05-02 17:14:43 -0400 |
commit | 80af8075940cab5dfb6455af2c731fb01527c097 (patch) | |
tree | 4c2c19e42424062c28f7ce47d52be47a906a8b0c /world/map/npc/029-1 | |
parent | 4801d853eacc60b980ce9d3ff1857ada56c9c0e6 (diff) | |
download | serverdata-80af8075940cab5dfb6455af2c731fb01527c097.tar.gz serverdata-80af8075940cab5dfb6455af2c731fb01527c097.tar.bz2 serverdata-80af8075940cab5dfb6455af2c731fb01527c097.tar.xz serverdata-80af8075940cab5dfb6455af2c731fb01527c097.zip |
npc -1 => 32767
Diffstat (limited to 'world/map/npc/029-1')
-rw-r--r-- | world/map/npc/029-1/_mobs.txt | 2 | ||||
-rw-r--r-- | world/map/npc/029-1/hideandseek.txt | 2 | ||||
-rw-r--r-- | world/map/npc/029-1/tutorial.txt | 2 | ||||
-rw-r--r-- | world/map/npc/029-1/valon.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/029-1/_mobs.txt b/world/map/npc/029-1/_mobs.txt index 55bc216b..bad7d55a 100644 --- a/world/map/npc/029-1/_mobs.txt +++ b/world/map/npc/029-1/_mobs.txt @@ -9,7 +9,7 @@ 029-1,76,42,52,25|monster|ManaBug|1131,3,30ms,0ms,Mob029-1::On1131 -029-1,0,0,0|script|Mob029-1|-1 +029-1,0,0,0|script|Mob029-1|32767 { end; diff --git a/world/map/npc/029-1/hideandseek.txt b/world/map/npc/029-1/hideandseek.txt index a8cc5fa1..e0ed487f 100644 --- a/world/map/npc/029-1/hideandseek.txt +++ b/world/map/npc/029-1/hideandseek.txt @@ -7,7 +7,7 @@ // Bit 7: unused // Author: Jenalya --|script|#hideandseekNTconfig|-1 +-|script|#hideandseekNTconfig|32767 { end; diff --git a/world/map/npc/029-1/tutorial.txt b/world/map/npc/029-1/tutorial.txt index 76124ef6..e6f31c4a 100644 --- a/world/map/npc/029-1/tutorial.txt +++ b/world/map/npc/029-1/tutorial.txt @@ -1,7 +1,7 @@ // This file is part of the Tutorial // Author: Jenalya // if you enter the tutorial area from outside, it is set to be already done --|script|#TutorialConfig|-1 +-|script|#TutorialConfig|32767 { end; diff --git a/world/map/npc/029-1/valon.txt b/world/map/npc/029-1/valon.txt index f4034ec9..e7a276c8 100644 --- a/world/map/npc/029-1/valon.txt +++ b/world/map/npc/029-1/valon.txt @@ -1,6 +1,6 @@ // This file is part of the Tutorial // Author: Jenalya, Wushin --|script|#ValonConfig|-1 +-|script|#ValonConfig|32767 { end; |