diff options
author | Fate <fate-tmw@googlemail.com> | 2008-11-22 03:45:50 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-11-22 03:45:50 -0700 |
commit | 8cae569d85aba62c966fcb657bac794b2f30b0d2 (patch) | |
tree | 04e42e2a0ddfa0869401c98e672ba347cc91776c /npc/006-3_Desert_mountain_caves/monsters.txt | |
parent | f2aa58baabb81281323c146d355a1317628afa4f (diff) | |
download | serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.tar.gz serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.tar.bz2 serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.tar.xz serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.zip |
Map name/warp/monster location fixes
Diffstat (limited to 'npc/006-3_Desert_mountain_caves/monsters.txt')
-rw-r--r-- | npc/006-3_Desert_mountain_caves/monsters.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/006-3_Desert_mountain_caves/monsters.txt b/npc/006-3_Desert_mountain_caves/monsters.txt index b24d2e7c..5aee03a4 100644 --- a/npc/006-3_Desert_mountain_caves/monsters.txt +++ b/npc/006-3_Desert_mountain_caves/monsters.txt @@ -1,10 +1,10 @@ -// Map: new_25-1 +// Map: 006-3 // This is the Desert Mountains Caves. // -new_25-1.gat,0,0,0,0 monster MountainSnake 1026,50,0,0,Mob25::OnMountainSnake +006-3.gat,0,0,0,0 monster MountainSnake 1026,50,0,0,Mob25::OnMountainSnake -new_25-1.gat,0,0,0 script Mob25 -1,{ +006-3.gat,0,0,0 script Mob25 -1,{ OnMountainSnake: set @mobID, 1026; callfunc "MobPoints"; |