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/020-2-30 | |
parent | 8a4bf716002a017de77fe7df301ef8e4aaf00a2e (diff) | |
download | serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.gz serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.bz2 serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.xz serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.zip |
Override
Diffstat (limited to 'npc/020-2-30')
-rw-r--r-- | npc/020-2-30/_import.txt | 4 | ||||
-rw-r--r-- | npc/020-2-30/_warps.txt | 3 | ||||
-rw-r--r-- | npc/020-2-30/david.txt | 42 |
3 files changed, 0 insertions, 49 deletions
diff --git a/npc/020-2-30/_import.txt b/npc/020-2-30/_import.txt deleted file mode 100644 index 97b89ffd..00000000 --- a/npc/020-2-30/_import.txt +++ /dev/null @@ -1,4 +0,0 @@ -// Map 020-2-30: Magic Acedemy West, First Floor -// This file is generated automatically. All manually added changes will be removed when running the Converter. -"npc/020-2-30/_warps.txt", -"npc/020-2-30/david.txt", diff --git a/npc/020-2-30/_warps.txt b/npc/020-2-30/_warps.txt deleted file mode 100644 index bddd1648..00000000 --- a/npc/020-2-30/_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 020-2-30: Magic Acedemy West, First Floor warps -020-2-30,44,21,0 warp #020-2-30_44_21 0,2,020-2-26,33,38 diff --git a/npc/020-2-30/david.txt b/npc/020-2-30/david.txt deleted file mode 100644 index 03bf19f9..00000000 --- a/npc/020-2-30/david.txt +++ /dev/null @@ -1,42 +0,0 @@ -// The Mana World scripts. -// Author: -// Jesusalva -// Description: -// David is the head of Alchemy class in the Magic Academy - -020-2-30,36,24,0 script David NPC_MAGE_BLUE,{ - function rossyPotion; - mesn; - mesq l("Hello there. I am David, head of alchemy in the magic academy."); - next; - mesn; - mesq l("If you are not a student, please leave the premises at once."); - if (getq(HurnscaldQuests_Rossy) == 8) - rossyPotion(); - close; - -function rossyPotion { - next; - select - l("Alright, I'll be going."), - l("Actually, Rossy told me to deliver a potion to you."); - mes ""; - if (@menu == 1) - return; - mesn; - mesq l("Ah, just in time. I asked Hocus' to send a letter; the deadline was coming up soon."); - next; - mesn; - mesq l("It seems okay-ish, I guess? Okay-ish is enough. Anyway, I'll analyze it and grade fairly. You can tell her that."); - next; - mesn; - mesq l("And unless you are a student, I'll have to ask you to leave the premises."); - setq HurnscaldQuests_Rossy, 9; - return; -} - -OnInit: - .distance = 4; - end; -} - |