diff options
author | Developer <developer@Pirat.(none)> | 2011-06-02 00:48:14 +0400 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-12 14:26:41 -0700 |
commit | df8488525eb9a27a7b9dec43e71ba387c16c2556 (patch) | |
tree | ce42f98c9ab0731621e5f5d99bddac4a9ac3620c /npc | |
parent | 8eec172f646831aecc7b3357cfb1eb822701a13f (diff) | |
download | serverdata-df8488525eb9a27a7b9dec43e71ba387c16c2556.tar.gz serverdata-df8488525eb9a27a7b9dec43e71ba387c16c2556.tar.bz2 serverdata-df8488525eb9a27a7b9dec43e71ba387c16c2556.tar.xz serverdata-df8488525eb9a27a7b9dec43e71ba387c16c2556.zip |
Ran java converter
Diffstat (limited to 'npc')
-rw-r--r-- | npc/018-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/018-1/rossy.txt (renamed from npc/018-1_Woodland_mining_camp/rossy.txt) | 0 | ||||
-rw-r--r-- | npc/025-3/_import.txt | 4 | ||||
-rw-r--r-- | npc/025-3/_mobs.txt | 8 | ||||
-rw-r--r-- | npc/025-3/_warps.txt | 3 | ||||
-rw-r--r-- | npc/025-4/_import.txt | 4 | ||||
-rw-r--r-- | npc/025-4/_mobs.txt | 8 | ||||
-rw-r--r-- | npc/025-4/_warps.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 2 |
9 files changed, 33 insertions, 0 deletions
diff --git a/npc/018-1/_import.txt b/npc/018-1/_import.txt index b3ab9841..e7d6142b 100644 --- a/npc/018-1/_import.txt +++ b/npc/018-1/_import.txt @@ -5,4 +5,5 @@ npc: npc/018-1/_mobs.txt npc: npc/018-1/_warps.txt npc: npc/018-1/mike.txt npc: npc/018-1/miners.txt +npc: npc/018-1/rossy.txt npc: npc/018-1/sword.txt diff --git a/npc/018-1_Woodland_mining_camp/rossy.txt b/npc/018-1/rossy.txt index 1b85cbab..1b85cbab 100644 --- a/npc/018-1_Woodland_mining_camp/rossy.txt +++ b/npc/018-1/rossy.txt diff --git a/npc/025-3/_import.txt b/npc/025-3/_import.txt new file mode 100644 index 00000000..abec253e --- /dev/null +++ b/npc/025-3/_import.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 025-3.gat +npc: npc/025-3/_mobs.txt +npc: npc/025-3/_warps.txt diff --git a/npc/025-3/_mobs.txt b/npc/025-3/_mobs.txt new file mode 100644 index 00000000..715f8a4b --- /dev/null +++ b/npc/025-3/_mobs.txt @@ -0,0 +1,8 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// 025-3 mobs + + + +025-3.gat,0,0,0 script Mob025-3 -1,{ + end; +} diff --git a/npc/025-3/_warps.txt b/npc/025-3/_warps.txt new file mode 100644 index 00000000..8581ae21 --- /dev/null +++ b/npc/025-3/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// 025-3 warps + diff --git a/npc/025-4/_import.txt b/npc/025-4/_import.txt new file mode 100644 index 00000000..0cf829e7 --- /dev/null +++ b/npc/025-4/_import.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 025-4.gat +npc: npc/025-4/_mobs.txt +npc: npc/025-4/_warps.txt diff --git a/npc/025-4/_mobs.txt b/npc/025-4/_mobs.txt new file mode 100644 index 00000000..0aaacfdf --- /dev/null +++ b/npc/025-4/_mobs.txt @@ -0,0 +1,8 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// 025-4 mobs + + + +025-4.gat,0,0,0 script Mob025-4 -1,{ + end; +} diff --git a/npc/025-4/_warps.txt b/npc/025-4/_warps.txt new file mode 100644 index 00000000..fa84b4e1 --- /dev/null +++ b/npc/025-4/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// 025-4 warps + diff --git a/npc/_import.txt b/npc/_import.txt index 893c6dca..b3bcc75a 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -57,6 +57,8 @@ import: npc/022-1/_import.txt import: npc/024-1/_import.txt import: npc/024-2/_import.txt import: npc/025-1/_import.txt +import: npc/025-3/_import.txt +import: npc/025-4/_import.txt import: npc/026-1/_import.txt import: npc/027-1/_import.txt import: npc/027-2/_import.txt |