diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-19 14:07:34 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-19 14:07:34 +0000 |
commit | 31128cd69b1af4182468c25cfb66b1b661d6654a (patch) | |
tree | d2ecb41a2bebe144e8e9488d711ba7de97392694 /npc/002-1_Sandstorm | |
parent | 80ecd374e443493ec6f42818178537bf3614e448 (diff) | |
download | serverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.tar.gz serverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.tar.bz2 serverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.tar.xz serverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.zip |
Fix some NPC (etc) map names
Diffstat (limited to 'npc/002-1_Sandstorm')
-rw-r--r-- | npc/002-1_Sandstorm/dark_mage.txt | 6 | ||||
-rw-r--r-- | npc/002-1_Sandstorm/merchant.txt | 4 | ||||
-rw-r--r-- | npc/002-1_Sandstorm/monsters.txt | 8 | ||||
-rw-r--r-- | npc/002-1_Sandstorm/nomads.txt | 6 | ||||
-rw-r--r-- | npc/002-1_Sandstorm/rogue.txt | 4 |
5 files changed, 18 insertions, 10 deletions
diff --git a/npc/002-1_Sandstorm/dark_mage.txt b/npc/002-1_Sandstorm/dark_mage.txt index 1bf8df8c..630d4471 100644 --- a/npc/002-1_Sandstorm/dark_mage.txt +++ b/npc/002-1_Sandstorm/dark_mage.txt @@ -1,4 +1,6 @@ -new_1-1.gat,24,24,0 script SoulThief 103,{ +// + +002-1.gat,24,24,0 script SoulThief 103,{ if (class == 1) goto L_Soul; mes "[Dark Mage]"; @@ -43,4 +45,4 @@ L_Soul: mes "\"Hrhrhr, your soul is finally mine!\""; jobchange 1; close; -}
\ No newline at end of file +} diff --git a/npc/002-1_Sandstorm/merchant.txt b/npc/002-1_Sandstorm/merchant.txt index d01a9164..8a84ae92 100644 --- a/npc/002-1_Sandstorm/merchant.txt +++ b/npc/002-1_Sandstorm/merchant.txt @@ -1 +1,3 @@ -new_1-1.gat,19,99,0 shop Ishyah 109,525:800,531:3000,530:8000,1199:3,603:-1 +// + +002-1.gat,19,99,0 shop Ishyah 109,525:800,531:3000,530:8000,1199:3,603:-1 diff --git a/npc/002-1_Sandstorm/monsters.txt b/npc/002-1_Sandstorm/monsters.txt index a98c8406..a8406a7f 100644 --- a/npc/002-1_Sandstorm/monsters.txt +++ b/npc/002-1_Sandstorm/monsters.txt @@ -2,11 +2,11 @@ // This is the Desert (Sandstorm) south of Tulimshar. // -new_1-1.gat,0,0,0,0 monster GreenSlime 1005,50,0,0,Mob1::OnGreenSlime -new_1-1.gat,0,0,0,0 monster GiantMaggot 1006,30,0,0,Mob1::OnGiantMaggot -new_1-1.gat,0,0,0,0 monster RedScorpion 1004,20,0,0,Mob1::OnRedScorpion +002-1.gat,0,0,0,0 monster GreenSlime 1005,50,0,0,Mob1::OnGreenSlime +002-1.gat,0,0,0,0 monster GiantMaggot 1006,30,0,0,Mob1::OnGiantMaggot +002-1.gat,0,0,0,0 monster RedScorpion 1004,20,0,0,Mob1::OnRedScorpion -new_1-1.gat,0,0,0 script Mob1 -1,{ +002-1.gat,0,0,0 script Mob1 -1,{ OnGreenSlime: set @mobID, 1005; callfunc "MobPoints"; diff --git a/npc/002-1_Sandstorm/nomads.txt b/npc/002-1_Sandstorm/nomads.txt index 13edea35..0b7e7426 100644 --- a/npc/002-1_Sandstorm/nomads.txt +++ b/npc/002-1_Sandstorm/nomads.txt @@ -1,4 +1,6 @@ -new_1-1.gat,15,67,0 script Samuel 132,{ +// + +002-1.gat,15,67,0 script Samuel 132,{ mes "[Samuel the Nomad]"; mes "\"This is really a nice place.\""; @@ -6,7 +8,7 @@ new_1-1.gat,15,67,0 script Samuel 132,{ close; } -new_1-1.gat,18,68,0 script Elijah 128,{ +002-1.gat,18,68,0 script Elijah 128,{ mes "[Elijah the Nomad]"; mes "\"If I only had a tent...\""; diff --git a/npc/002-1_Sandstorm/rogue.txt b/npc/002-1_Sandstorm/rogue.txt index 87ec45fa..7169e446 100644 --- a/npc/002-1_Sandstorm/rogue.txt +++ b/npc/002-1_Sandstorm/rogue.txt @@ -1,4 +1,6 @@ -new_1-1.gat,22,21,0 script Malivox 103,{ +// + +002-1.gat,22,21,0 script Malivox 103,{ // if (ResetA_charstate == 1) goto L_Multiple; |