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-1 | |
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-1')
-rw-r--r-- | world/map/npc/024-1/ched.txt | 2 | ||||
-rw-r--r-- | world/map/npc/024-1/david.txt | 2 | ||||
-rw-r--r-- | world/map/npc/024-1/eomie.txt | 2 | ||||
-rw-r--r-- | world/map/npc/024-1/tinris.txt | 2 | ||||
-rw-r--r-- | world/map/npc/024-1/tondar.txt | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/024-1/ched.txt b/world/map/npc/024-1/ched.txt index 6e82b58b..0137ed55 100644 --- a/world/map/npc/024-1/ched.txt +++ b/world/map/npc/024-1/ched.txt @@ -1,6 +1,6 @@ // Student at Tulimshar's magic academy -024-1.gat,69,56,0|script|Ched|113, +024-1.gat,69,56,0|script|Ched|113 { if (isin("024-1.gat", 62, 52, 65, 57)) goto L_Garden; if (isin("024-1.gat", 66, 43, 80, 54)) goto L_Canyon; diff --git a/world/map/npc/024-1/david.txt b/world/map/npc/024-1/david.txt index e4f78a38..b3a56dc4 100644 --- a/world/map/npc/024-1/david.txt +++ b/world/map/npc/024-1/david.txt @@ -1,4 +1,4 @@ -024-1.gat,70,70,0|script|David|120, +024-1.gat,70,70,0|script|David|120 { set @Potion_EXP, 2000; diff --git a/world/map/npc/024-1/eomie.txt b/world/map/npc/024-1/eomie.txt index e14a323c..35d9acae 100644 --- a/world/map/npc/024-1/eomie.txt +++ b/world/map/npc/024-1/eomie.txt @@ -18,7 +18,7 @@ // state 14: gave present to Eomie // state 15: reported back to Anwar and done -024-1.gat,72,94,0|script|Eomie|164, +024-1.gat,72,94,0|script|Eomie|164 { set @state, ((QUEST_NorthTulimshar & NIBBLE_3_MASK) >> NIBBLE_3_SHIFT); diff --git a/world/map/npc/024-1/tinris.txt b/world/map/npc/024-1/tinris.txt index c1d969fd..e4465cd3 100644 --- a/world/map/npc/024-1/tinris.txt +++ b/world/map/npc/024-1/tinris.txt @@ -17,7 +17,7 @@ // state 14: gave present to Eomie // state 15: reported back to Anwar and done -024-1.gat,82,64,0|script|Tinris|160, +024-1.gat,82,64,0|script|Tinris|160 { set @state, ((QUEST_NorthTulimshar & NIBBLE_3_MASK) >> NIBBLE_3_SHIFT); diff --git a/world/map/npc/024-1/tondar.txt b/world/map/npc/024-1/tondar.txt index 462ddc25..473c86e9 100644 --- a/world/map/npc/024-1/tondar.txt +++ b/world/map/npc/024-1/tondar.txt @@ -1,6 +1,6 @@ // A professor at Tulimshar's magic academy -024-1.gat,83,51,0|script|Tondar|168, +024-1.gat,83,51,0|script|Tondar|168 { mes "[Tondar]"; mes "\"We're not accepting any new students right now.\""; |