summaryrefslogtreecommitdiff
path: root/npc/012-2-4/zitoni.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
commitcf18ce071c79ae37e14ea38943e0b1d88da70a7b (patch)
treef9159c9b60b3018300dd22ffba0d797bc5e828e5 /npc/012-2-4/zitoni.txt
parent8a4bf716002a017de77fe7df301ef8e4aaf00a2e (diff)
downloadserverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.gz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.bz2
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.xz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.zip
Override
Diffstat (limited to 'npc/012-2-4/zitoni.txt')
-rw-r--r--npc/012-2-4/zitoni.txt76
1 files changed, 0 insertions, 76 deletions
diff --git a/npc/012-2-4/zitoni.txt b/npc/012-2-4/zitoni.txt
deleted file mode 100644
index 1d8ce355..00000000
--- a/npc/012-2-4/zitoni.txt
+++ /dev/null
@@ -1,76 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Zitoni, Morgan's apprentice.
-// THIS IS A PLACEHOLDER!
-
-012-2-4,40,37,0 script Zitoni NPC_ZITONI,{
-
-OnTalk:
- mesn "The man shivers";
- mesq l("The world is so cruel! Oh, cruel world!");
- next;
-
- menu
- l("I do not like whiners."), -,
- l("What is your problem?"), L_toams;
-
- close;
-
-L_toams:
- mesn "He looks at you.";
- mesq l("I would so much like to brew potions, but...");
- next;
- mesq l("I CANNOT WALK!");
- next;
- mesq l("Please, please try to find a guy named toams - he is capable to make me walk again! Please!");
- next;
-
- menu
- l("Ok, I can try."), -,
- l("Ok, but do you have something else?"), L_jez;
-
- close;
-
-L_jez:
- mesq l("Oh, yes! So kind that you ask");
- next;
- mesq l("I forgot my tasks to do!");
- next;
- mesq l("If only I remembered what I was supposed to do!");
- next;
- mesq l("Please, can you look for a guy named Jesusalva? I am very sure he remembers what kind of quest I was going to accomplish.");
- next;
-
- menu
- l("Ok, I will do that, but now I must leave."), -,
- l("Is that all, or do you have more problems?"), L_wildx;
- close;
-
-L_wildx:
- mesq l("Unfortunately yes.");
- next;
- mesq l("I totally forgot why I am here, and what I am doing here!");
- next;
- mesq l("Please, please find WildX. He will explain to me what my role in this world has been.");
-
- menu
- l("Ok, but all that will keep me busy for a while. So, goodbye."), -,
- l("You do not have more problems, do you?"), L_mick;
- close;
-
-L_mick:
- mesq l("Sure I have one more problem.");
- next;
- mesq l("Did you ever look at me?!? That ugly robe, that weird whatever I hold in my hand, my strange face and all that!");
- next;
- mesq l("Can you do a last task for me and try to find Micksha? He sure can help me to look a bit less ugly.");
- next;
- mesq("That would be so helpful! Please return soon to tell me about your progress.");
- close;
-
-OnInit:
- .distance = 3;
- end;
-}