diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-09 13:33:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-09 13:33:57 -0300 |
commit | cf18ce071c79ae37e14ea38943e0b1d88da70a7b (patch) | |
tree | f9159c9b60b3018300dd22ffba0d797bc5e828e5 /npc/012-3-3 | |
parent | 8a4bf716002a017de77fe7df301ef8e4aaf00a2e (diff) | |
download | serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.gz serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.bz2 serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.xz serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.zip |
Override
Diffstat (limited to 'npc/012-3-3')
-rw-r--r-- | npc/012-3-3/_import.txt | 5 | ||||
-rw-r--r-- | npc/012-3-3/_mobs.txt | 7 | ||||
-rw-r--r-- | npc/012-3-3/_warps.txt | 3 | ||||
-rw-r--r-- | npc/012-3-3/manatree.txt | 19 |
4 files changed, 0 insertions, 34 deletions
diff --git a/npc/012-3-3/_import.txt b/npc/012-3-3/_import.txt deleted file mode 100644 index ee48f7ee..00000000 --- a/npc/012-3-3/_import.txt +++ /dev/null @@ -1,5 +0,0 @@ -// Map 012-3-3: Mana Tree Cave -// This file is generated automatically. All manually added changes will be removed when running the Converter. -"npc/012-3-3/_mobs.txt", -"npc/012-3-3/_warps.txt", -"npc/012-3-3/manatree.txt", diff --git a/npc/012-3-3/_mobs.txt b/npc/012-3-3/_mobs.txt deleted file mode 100644 index 1d281763..00000000 --- a/npc/012-3-3/_mobs.txt +++ /dev/null @@ -1,7 +0,0 @@ -// This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map 012-3-3: Mana Tree Cave mobs -012-3-3,40,28,13,3 monster Green Slime 1024,4,20000,75000 -012-3-3,41,53,15,31 monster Crafty 1018,7,2500,35000 -012-3-3,36,35,9,7 monster Mana Bug 1035,5,10000,10000 -012-3-3,42,39,8,12 monster Silkworm 1040,5,3000,6000 -012-3-3,42,35,7,6 monster Moubi 1072,1,500000,1000000 diff --git a/npc/012-3-3/_warps.txt b/npc/012-3-3/_warps.txt deleted file mode 100644 index c0e6bf40..00000000 --- a/npc/012-3-3/_warps.txt +++ /dev/null @@ -1,3 +0,0 @@ -// This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map 012-3-3: Mana Tree Cave warps -012-3-3,44,98,0 warp #012-3-3_44_98 0,0,012-3-1,42,45 diff --git a/npc/012-3-3/manatree.txt b/npc/012-3-3/manatree.txt deleted file mode 100644 index 7f37ad30..00000000 --- a/npc/012-3-3/manatree.txt +++ /dev/null @@ -1,19 +0,0 @@ -// Evol scripts. -// Author: -// Micksha -// Description: -// The Manatree. -// THIS IS A PLACEHOLDER! - -012-3-3,39,33,0 script Manatree#012-3-3 NPC_MANATREE,{ - speech - l("Magic is all around."), - l("You just must listen to it, and feel it deep inside."), - l("Now go, search for the unknown."); - - close; - -OnInit: - .distance = 2; - end; -} |