diff options
author | wushin <pasekei@gmail.com> | 2014-04-11 14:04:55 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-04-15 20:26:28 -0500 |
commit | 6e9543af67c5e027269bfc32e9c6f36111f3832a (patch) | |
tree | e18deac399a030b18b2e257060d8f435a13bd082 /world/map/npc/042-1/valon.txt | |
parent | 7632f53fd6f0c2accf45983d2885ef596d4bee7e (diff) | |
download | serverdata-6e9543af67c5e027269bfc32e9c6f36111f3832a.tar.gz serverdata-6e9543af67c5e027269bfc32e9c6f36111f3832a.tar.bz2 serverdata-6e9543af67c5e027269bfc32e9c6f36111f3832a.tar.xz serverdata-6e9543af67c5e027269bfc32e9c6f36111f3832a.zip |
Tutorial Edit
Switched to Bit mask
Map Edits for the New Maps
Less requirements to get out
Diffstat (limited to 'world/map/npc/042-1/valon.txt')
-rw-r--r-- | world/map/npc/042-1/valon.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/042-1/valon.txt b/world/map/npc/042-1/valon.txt index 63530aec..35636f94 100644 --- a/world/map/npc/042-1/valon.txt +++ b/world/map/npc/042-1/valon.txt @@ -1,7 +1,7 @@ // This file is part of the Tutorial // Author: Jenalya -042-1.gat,44,144,0|script|Valon|156,1,0 +042-1.gat,44,115,0|script|Valon|156,1,0 { if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Tut_Done; @@ -27,7 +27,7 @@ L_Tut_Done: OnTouch: if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Tut; - warp "042-1.gat", 44, 143; + warp "042-1.gat", 44, 110; mes "[Valon]"; mes "\"The desert is merciless."; mes "I can't let you leave like this.\""; |