diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-17 13:29:58 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-17 13:29:58 +0200 |
commit | db53017bd8172d7679b2ce3e7cc6c67927031f2c (patch) | |
tree | 6777db7b72f0329937f17153ddfa3567695d45ea /npc/022-1/tutorial.txt | |
parent | c0fa45992b123f08e91e86dac11aca765ea73cd2 (diff) | |
parent | 246072120a1edcba61a350bad56049f110457489 (diff) | |
download | serverdata-db53017bd8172d7679b2ce3e7cc6c67927031f2c.tar.gz serverdata-db53017bd8172d7679b2ce3e7cc6c67927031f2c.tar.bz2 serverdata-db53017bd8172d7679b2ce3e7cc6c67927031f2c.tar.xz serverdata-db53017bd8172d7679b2ce3e7cc6c67927031f2c.zip |
Merge gitorious.org:~jenalya/tmw-eathena-data/wip-serverdata
Conflicts:
db/const.txt
npc/022-1_Tulimshar/_import.txt
npc/_import.txt
Diffstat (limited to 'npc/022-1/tutorial.txt')
-rw-r--r-- | npc/022-1/tutorial.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/022-1/tutorial.txt b/npc/022-1/tutorial.txt new file mode 100644 index 00000000..a0166921 --- /dev/null +++ b/npc/022-1/tutorial.txt @@ -0,0 +1,9 @@ +// This file is part of the Tutorial +// Author: Jenalya +// if you enter the tutorial area, it is set to be already done + +022-1.gat,19,37,0 script #tutorial 127,0,2{ + set FLAGS, FLAGS | FLAG_TUTORIAL_DONE; + warp "042-1.gat", 114, 76; + end; +} |