diff options
author | Wushin <pasekei@gmail.com> | 2014-11-07 08:42:44 -0600 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2014-11-07 08:42:44 -0600 |
commit | 63c2f12d64ab327d60fc41bfa37fd12b5f7e7649 (patch) | |
tree | fd9087fa7497649a1f4defc4cf8e9b1c241fe0b0 /world/map/npc/018-2 | |
parent | 95c0fa59d5ab80b96500a89aa9d28fe87e544dc6 (diff) | |
parent | 4cc9ace3c293a6592bcca06db2a558e01308372a (diff) | |
download | classic-serverdata-63c2f12d64ab327d60fc41bfa37fd12b5f7e7649.tar.gz classic-serverdata-63c2f12d64ab327d60fc41bfa37fd12b5f7e7649.tar.bz2 classic-serverdata-63c2f12d64ab327d60fc41bfa37fd12b5f7e7649.tar.xz classic-serverdata-63c2f12d64ab327d60fc41bfa37fd12b5f7e7649.zip |
Merge pull request #206 from wushin/AST-FIX
AST script fix
Diffstat (limited to 'world/map/npc/018-2')
-rw-r--r-- | world/map/npc/018-2/_mobs.txt | 4 | ||||
-rw-r--r-- | world/map/npc/018-2/angus.txt | 2 | ||||
-rw-r--r-- | world/map/npc/018-2/caul.txt | 2 | ||||
-rw-r--r-- | world/map/npc/018-2/miners.txt | 2 | ||||
-rw-r--r-- | world/map/npc/018-2/receptionist.txt | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/018-2/_mobs.txt b/world/map/npc/018-2/_mobs.txt index 28aff946..31f0cc9a 100644 --- a/world/map/npc/018-2/_mobs.txt +++ b/world/map/npc/018-2/_mobs.txt @@ -1,10 +1,10 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Woodland Mining Camp Indoor mobs -018-2.gat,114,21,4,3|monster|YellowSlime|1007,1,100000,30000,Mob018-2::On1007 +018-2.gat,114,21,4,3|monster|YellowSlime|1007,1,100000ms,30000ms,Mob018-2::On1007 -018-2.gat,0,0,0|script|Mob018-2|-1, +018-2.gat,0,0,0|script|Mob018-2|-1 { end; diff --git a/world/map/npc/018-2/angus.txt b/world/map/npc/018-2/angus.txt index 0bf7430c..6c9a76ed 100644 --- a/world/map/npc/018-2/angus.txt +++ b/world/map/npc/018-2/angus.txt @@ -1,6 +1,6 @@ // Angus the craftsman -018-2.gat,31,39,0|script|Angus|147, +018-2.gat,31,39,0|script|Angus|147 { set @honorific$, "lad"; if (Sex == 0) set @honorific$, "lass"; diff --git a/world/map/npc/018-2/caul.txt b/world/map/npc/018-2/caul.txt index 0633c505..eeae9b37 100644 --- a/world/map/npc/018-2/caul.txt +++ b/world/map/npc/018-2/caul.txt @@ -7,7 +7,7 @@ //# //################################################################################# -018-2.gat,37,22,0|script|Caul|107, +018-2.gat,37,22,0|script|Caul|107 { callfunc "ClearVariables"; diff --git a/world/map/npc/018-2/miners.txt b/world/map/npc/018-2/miners.txt index 59e97297..26662238 100644 --- a/world/map/npc/018-2/miners.txt +++ b/world/map/npc/018-2/miners.txt @@ -1,7 +1,7 @@ // This NPC makes gem powders out of gemstones // Authors: Ali-G, enchilado, Jenalya -018-2.gat,85,23,0|script|Malek|109, +018-2.gat,85,23,0|script|Malek|109 { callfunc "ClearVariables"; diff --git a/world/map/npc/018-2/receptionist.txt b/world/map/npc/018-2/receptionist.txt index be7d6bb9..b85ff2c1 100644 --- a/world/map/npc/018-2/receptionist.txt +++ b/world/map/npc/018-2/receptionist.txt @@ -1,6 +1,6 @@ // -018-2.gat,50,24,0|script|Receptionist#mine|108, +018-2.gat,50,24,0|script|Receptionist#mine|108 { callfunc "ClearVariables"; |