diff options
author | mekolat <mekolat@gmail.com> | 2015-02-01 14:11:22 -0500 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2015-02-01 14:11:22 -0500 |
commit | 22cfbc011ce19e96767861b60473fa3136177f10 (patch) | |
tree | 5a5c78db513146769798d2b9e891f15a52886a77 /world/map/npc/056-2 | |
parent | b192aaa6afe5cfaedfe364a2893036348270f5b4 (diff) | |
download | serverdata-22cfbc011ce19e96767861b60473fa3136177f10.tar.gz serverdata-22cfbc011ce19e96767861b60473fa3136177f10.tar.bz2 serverdata-22cfbc011ce19e96767861b60473fa3136177f10.tar.xz serverdata-22cfbc011ce19e96767861b60473fa3136177f10.zip |
remove .gat from npcs
Diffstat (limited to 'world/map/npc/056-2')
-rw-r--r-- | world/map/npc/056-2/barrier.txt | 4 | ||||
-rw-r--r-- | world/map/npc/056-2/mapflags.txt | 4 | ||||
-rw-r--r-- | world/map/npc/056-2/mirak.txt | 2 | ||||
-rw-r--r-- | world/map/npc/056-2/notes.txt | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/world/map/npc/056-2/barrier.txt b/world/map/npc/056-2/barrier.txt index 1cbe2b94..a607ded7 100644 --- a/world/map/npc/056-2/barrier.txt +++ b/world/map/npc/056-2/barrier.txt @@ -1,10 +1,10 @@ -056-2.gat,23,33,0|script|#Barrier|45,0,0 +056-2,23,33,0|script|#Barrier|45,0,0 { if (Mirak_Bantime > gettimetick(2)) goto L_Block; if (BaseLevel < 25) goto L_Weak; - warp "056-2.gat", 63, 35; + warp "056-2", 63, 35; end; L_Block: diff --git a/world/map/npc/056-2/mapflags.txt b/world/map/npc/056-2/mapflags.txt index 90524dd8..02af4171 100644 --- a/world/map/npc/056-2/mapflags.txt +++ b/world/map/npc/056-2/mapflags.txt @@ -1,2 +1,2 @@ -056-2.gat|mapflag|nosave|017-1,107,70 -056-2.gat|mapflag|resave|017-1,107,70 +056-2|mapflag|nosave|017-1,107,70 +056-2|mapflag|resave|017-1,107,70 diff --git a/world/map/npc/056-2/mirak.txt b/world/map/npc/056-2/mirak.txt index bfa1d132..93dca520 100644 --- a/world/map/npc/056-2/mirak.txt +++ b/world/map/npc/056-2/mirak.txt @@ -1,4 +1,4 @@ -056-2.gat,67,24,0|script|Mirak|372 +056-2,67,24,0|script|Mirak|372 { // Variables to set: // @dq_cost - The number of points this quest uses diff --git a/world/map/npc/056-2/notes.txt b/world/map/npc/056-2/notes.txt index a223c29a..f48ced08 100644 --- a/world/map/npc/056-2/notes.txt +++ b/world/map/npc/056-2/notes.txt @@ -1,4 +1,4 @@ -056-2.gat,77,34,0|script|Warning#mirak|400 +056-2,77,34,0|script|Warning#mirak|400 { mes "Turn around. Do not come any closer!"; mes "Go back upstairs and leave! I don't want to see anybody!"; @@ -6,7 +6,7 @@ mes "- Mirak"; close; } -056-2.gat,29,30,0|script|Note#mirak|400 +056-2,29,30,0|script|Note#mirak|400 { mes "DO NOT GO ANY FURTHER!"; mes "Put the supplies on the table and do not come downstairs. I don't want to be bothered."; |