From 8a4bf716002a017de77fe7df301ef8e4aaf00a2e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 11:00:49 -0300 Subject: Initial commit --- npc/020-2-26/_import.txt | 4 ++++ npc/020-2-26/_warps.txt | 9 +++++++++ npc/020-2-26/receptionist.txt | 21 +++++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 npc/020-2-26/_import.txt create mode 100644 npc/020-2-26/_warps.txt create mode 100644 npc/020-2-26/receptionist.txt (limited to 'npc/020-2-26') diff --git a/npc/020-2-26/_import.txt b/npc/020-2-26/_import.txt new file mode 100644 index 00000000..bf3dda11 --- /dev/null +++ b/npc/020-2-26/_import.txt @@ -0,0 +1,4 @@ +// Map 020-2-26: Magic Academy Ground Floor +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/020-2-26/_warps.txt", +"npc/020-2-26/receptionist.txt", diff --git a/npc/020-2-26/_warps.txt b/npc/020-2-26/_warps.txt new file mode 100644 index 00000000..b9ad76db --- /dev/null +++ b/npc/020-2-26/_warps.txt @@ -0,0 +1,9 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 020-2-26: Magic Academy Ground Floor warps +020-2-26,44,42,0 warp #020-2-26_44_42 0,0,020-1,49,116 +020-2-26,34,49,0 warp #020-2-26_34_49 0,0,020-1,41,119 +020-2-26,58,46,0 warp #020-2-26_58_46 1,0,020-1,58,118 +020-2-26,71,44,0 warp #020-2-26_71_44 0,0,020-1,67,117 +020-2-26,53,27,0 warp #020-2-26_53_27 1,0,020-2-27,33,26 +020-2-26,76,33,0 warp #020-2-26_76_33 0,2,020-2-29,34,25 +020-2-26,32,37,0 warp #020-2-26_32_37 0,2,020-2-30,43,21 diff --git a/npc/020-2-26/receptionist.txt b/npc/020-2-26/receptionist.txt new file mode 100644 index 00000000..f177d5f3 --- /dev/null +++ b/npc/020-2-26/receptionist.txt @@ -0,0 +1,21 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// Receptionist in Magic Academy. +// THIS IS A PLACEHOLDER! + +020-2-26,59,32,0 script Receptionist NPC_REBECCA,{ + speech + l("Hi!"), + l("This is the magic academy. If all those mages were not so absentminded, they could make some furniture."), + l("But oh well, people have different priorities it seems. Ask Micksha."); + // if (something) ask about enrolling - Hocus Quest + close; + +OnInit: + .distance = 4; + end; +} + + -- cgit v1.2.3-60-g2f50