diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-21 23:22:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-21 23:22:49 -0300 |
commit | 63e089ea2af74a5f8f0aaa1f9c8423295b004efe (patch) | |
tree | f69c0fc52d3b4478a016ecf2f3bab3c9fb417d78 /npc | |
parent | c7cd68c3b08c3229184d677951331148b7df5a05 (diff) | |
download | serverdata-63e089ea2af74a5f8f0aaa1f9c8423295b004efe.tar.gz serverdata-63e089ea2af74a5f8f0aaa1f9c8423295b004efe.tar.bz2 serverdata-63e089ea2af74a5f8f0aaa1f9c8423295b004efe.tar.xz serverdata-63e089ea2af74a5f8f0aaa1f9c8423295b004efe.zip |
Move Colin, Enzo, Luca and Mr. Saves to the new Academy Island.
Currently, it is way too big.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-0/_import.txt | 4 | ||||
-rw-r--r-- | npc/027-1/_import.txt | 4 | ||||
-rw-r--r-- | npc/027-1/colin.txt (renamed from npc/003-0/colin.txt) | 2 | ||||
-rw-r--r-- | npc/027-1/enzo.txt (renamed from npc/003-0/enzo.txt) | 2 | ||||
-rw-r--r-- | npc/027-1/luca.txt (renamed from npc/003-0/luca.txt) | 2 | ||||
-rw-r--r-- | npc/027-1/saves.txt (renamed from npc/003-0/saves.txt) | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/npc/003-0/_import.txt b/npc/003-0/_import.txt index 3ed596714..e8e5f82a8 100644 --- a/npc/003-0/_import.txt +++ b/npc/003-0/_import.txt @@ -1,9 +1,5 @@ // Map 003-0: Magic Academy // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/003-0/_warps.txt", -"npc/003-0/colin.txt", -"npc/003-0/enzo.txt", -"npc/003-0/luca.txt", "npc/003-0/recepcionist.txt", -"npc/003-0/saves.txt", "npc/003-0/trickmaster.txt", diff --git a/npc/027-1/_import.txt b/npc/027-1/_import.txt index 0a47df142..85a86e822 100644 --- a/npc/027-1/_import.txt +++ b/npc/027-1/_import.txt @@ -2,4 +2,8 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/027-1/_mobs.txt", "npc/027-1/_warps.txt", +"npc/027-1/colin.txt", +"npc/027-1/enzo.txt", +"npc/027-1/luca.txt", +"npc/027-1/saves.txt", "npc/027-1/statue.txt", diff --git a/npc/003-0/colin.txt b/npc/027-1/colin.txt index 207267dbc..9f3c2b36c 100644 --- a/npc/003-0/colin.txt +++ b/npc/027-1/colin.txt @@ -5,7 +5,7 @@ // Description: // Colin, of Destructive Magic Class. -003-0,58,29,0 script Colin NPC_PLAYER,{ +027-1,75,55,0 script Colin NPC_PLAYER,{ if (!MAGIC_LVL) goto L_NoMagic; mes l(".:: Destructive Magic Class ::."); mesc l("Specialized in destructive, magical skills."); diff --git a/npc/003-0/enzo.txt b/npc/027-1/enzo.txt index 2ac2ef4ac..ccffd43d9 100644 --- a/npc/003-0/enzo.txt +++ b/npc/027-1/enzo.txt @@ -4,7 +4,7 @@ // Description: // Forgetful -003-0,68,25,0 script Enzo NPC_BLACKWIZARD,{ +027-1,94,115,0 script Enzo NPC_BLACKWIZARD,{ mesn l("Enzo, the Forgetful"); mesq l("What was I doing before...? I forgot!"); next; diff --git a/npc/003-0/luca.txt b/npc/027-1/luca.txt index 2569e9a00..477f48f7d 100644 --- a/npc/003-0/luca.txt +++ b/npc/027-1/luca.txt @@ -5,7 +5,7 @@ // Description: // Luca, of Physical Science Class. -003-0,34,41,0 script Luca NPC_PLAYER,{ +027-1,49,102,0 script Luca NPC_PLAYER,{ if (!MAGIC_LVL) goto L_NoMagic; mes l(".:: Physical Sciences Class ::."); mesc l("Specialized in skills with weapon-based damage and Assassination."); diff --git a/npc/003-0/saves.txt b/npc/027-1/saves.txt index f28fb44bb..02b09d7ab 100644 --- a/npc/003-0/saves.txt +++ b/npc/027-1/saves.txt @@ -4,7 +4,7 @@ // Description: // Mr. Saves of Scholar Class -003-0,34,25,0 script Mr Saves NPC_BLACKALCHEMIST,{ +027-1,104,61,0 script Mr Saves NPC_BLACKALCHEMIST,{ if (!MAGIC_LVL) goto L_NoMagic; mes l(".:: Scholarship Class ::."); mesc l("Specialized in support, buff, debuff and strengthening skills."); |