diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:15:19 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:24 -0600 |
commit | 3dfd41a6037c160f4d764f7f5aa7b1eec0ad3e68 (patch) | |
tree | 5d36eee55858edabac15f1e3eb41623864f8d23e /world/map/npc/024-2 | |
parent | 0caff92c344cf6c6e1bf7cb44e075638a80abe14 (diff) | |
download | serverdata-3dfd41a6037c160f4d764f7f5aa7b1eec0ad3e68.tar.gz serverdata-3dfd41a6037c160f4d764f7f5aa7b1eec0ad3e68.tar.bz2 serverdata-3dfd41a6037c160f4d764f7f5aa7b1eec0ad3e68.tar.xz serverdata-3dfd41a6037c160f4d764f7f5aa7b1eec0ad3e68.zip |
NPCs on 024-* fixed
Diffstat (limited to 'world/map/npc/024-2')
-rw-r--r-- | world/map/npc/024-2/barrier.txt | 2 | ||||
-rw-r--r-- | world/map/npc/024-2/tyer.txt | 2 | ||||
-rw-r--r-- | world/map/npc/024-2/tyer_trigger.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/024-2/barrier.txt b/world/map/npc/024-2/barrier.txt index aef0b938..84405447 100644 --- a/world/map/npc/024-2/barrier.txt +++ b/world/map/npc/024-2/barrier.txt @@ -1,6 +1,6 @@ // A barrier in the magic school to keep less experienced players out of the canyon -024-2.gat,31,24,0|script|#MagicSchoolBarrier1#M|127,1,1, +024-2.gat,31,24,0|script|#MagicSchoolBarrier1#M|127,1,1 { callfunc "MorganState"; if (@morgan >= 4) diff --git a/world/map/npc/024-2/tyer.txt b/world/map/npc/024-2/tyer.txt index 2b4f8674..21868e96 100644 --- a/world/map/npc/024-2/tyer.txt +++ b/world/map/npc/024-2/tyer.txt @@ -1,6 +1,6 @@ // A man in the magic school -024-2.gat,36,21,0|script|Tyer|157, +024-2.gat,36,21,0|script|Tyer|157 { mes "[Tyer]"; mes "\"Hello. Welcome to the Magic Insitute of Tulimshar.\""; diff --git a/world/map/npc/024-2/tyer_trigger.txt b/world/map/npc/024-2/tyer_trigger.txt index 0feafd99..6c532b62 100644 --- a/world/map/npc/024-2/tyer_trigger.txt +++ b/world/map/npc/024-2/tyer_trigger.txt @@ -1,6 +1,6 @@ // A man in the magic school -024-2.gat,33,24,0|script|#Tyer_Trigger|127,0,1, +024-2.gat,33,24,0|script|#Tyer_Trigger|127,0,1 { callfunc "MorganState"; if (@morgan >= 4) |