diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-31 11:03:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-31 11:03:27 -0300 |
commit | 5b5e56eebc4b96b904289d257f931b779af8f637 (patch) | |
tree | 30576affaf4b6eeb0d2e64dc5f18cf888a796a66 | |
parent | a5c40f30ee7fd3081704c8a3b4687c7d26be4538 (diff) | |
download | serverdata-5b5e56eebc4b96b904289d257f931b779af8f637.tar.gz serverdata-5b5e56eebc4b96b904289d257f931b779af8f637.tar.bz2 serverdata-5b5e56eebc4b96b904289d257f931b779af8f637.tar.xz serverdata-5b5e56eebc4b96b904289d257f931b779af8f637.zip |
Move the forgetful NPCs to possibly their definitive positions.
Move professors as well.
-rw-r--r-- | npc/027-1/eliza.txt | 2 | ||||
-rw-r--r-- | npc/027-1/elza.txt | 2 | ||||
-rw-r--r-- | npc/027-1/enzo.txt | 2 | ||||
-rw-r--r-- | npc/027-1/ezra.txt | 2 | ||||
-rw-r--r-- | npc/027-3/luca.txt | 2 | ||||
-rw-r--r-- | npc/027-4/saves.txt | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/npc/027-1/eliza.txt b/npc/027-1/eliza.txt index d7e203a7f..48c0592f3 100644 --- a/npc/027-1/eliza.txt +++ b/npc/027-1/eliza.txt @@ -4,7 +4,7 @@ // Description: // Forgetful -027-1,123,28,0 script Eliza NPC_DARK_SORCERER_F,{ +027-1,75,56,0 script Eliza NPC_DARK_SORCERER_F,{ mesn l("%s, the Forgetful", .name$); mesq l("What was I doing before...? I totally forgot!"); if (any(true, false)) diff --git a/npc/027-1/elza.txt b/npc/027-1/elza.txt index d948917f7..cd72c2522 100644 --- a/npc/027-1/elza.txt +++ b/npc/027-1/elza.txt @@ -4,7 +4,7 @@ // Description: // Forgetful -027-1,86,110,0 script Elza NPC_DARK_SORCERER_F,{ +027-1,104,61,0 script Elza NPC_DARK_SORCERER_F,{ mesn l("%s, the Forgetful", .name$); mesq l("What was I doing before...? I totally forgot!"); if (any(true, false)) diff --git a/npc/027-1/enzo.txt b/npc/027-1/enzo.txt index 2c3e157af..7ca42599c 100644 --- a/npc/027-1/enzo.txt +++ b/npc/027-1/enzo.txt @@ -4,7 +4,7 @@ // Description: // Forgetful -027-1,94,115,0 script Enzo NPC_BLACKWIZARD,{ +027-1,49,102,0 script Enzo NPC_BLACKWIZARD,{ mesn l("%s, the Forgetful", .name$); mesq l("What was I doing before...? I forgot!"); next; diff --git a/npc/027-1/ezra.txt b/npc/027-1/ezra.txt index 3879ca7ec..b16a42cd6 100644 --- a/npc/027-1/ezra.txt +++ b/npc/027-1/ezra.txt @@ -4,7 +4,7 @@ // Description: // Forgetful -027-1,131,100,0 script Ezra NPC_BLACKWIZARD,{ +027-1,135,25,0 script Ezra NPC_BLACKWIZARD,{ mesn l("%s, the Forgetful", .name$); mesq l("What was I doing before...? I forgot!"); next; diff --git a/npc/027-3/luca.txt b/npc/027-3/luca.txt index d609acec9..d92fbb6dd 100644 --- a/npc/027-3/luca.txt +++ b/npc/027-3/luca.txt @@ -5,7 +5,7 @@ // Description: // Luca, of Physical Science Class. -027-1,49,102,0 script Luca NPC_PLAYER,{ +027-3,24,36,0 script Luca NPC_PLAYER,{ function basicMagic; function standardMagic; function advancedMagic; diff --git a/npc/027-4/saves.txt b/npc/027-4/saves.txt index 8bffe9118..1ed1398ea 100644 --- a/npc/027-4/saves.txt +++ b/npc/027-4/saves.txt @@ -4,7 +4,7 @@ // Description: // Mr. Saves of Scholar Class -027-1,104,61,0 script Mr Saves NPC_BLACKALCHEMIST,{ +027-4,28,28,0 script Mr Saves NPC_BLACKALCHEMIST,{ function basicMagic; function standardMagic; function advancedMagic; |