From d77b61cff0f2b1069324c3f3086db0a93f3c0db5 Mon Sep 17 00:00:00 2001 From: Micksha Date: Tue, 23 Oct 2018 16:22:23 +0200 Subject: Add Mundane and Sophialla --- db/constants.conf | 2 ++ npc/001-1/sophialla.txt | 20 ++++++++++++++++++++ npc/001-3-0/mundane.txt | 20 ++++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 npc/001-1/sophialla.txt create mode 100644 npc/001-3-0/mundane.txt diff --git a/db/constants.conf b/db/constants.conf index f75c7e98..043ce489 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4116,6 +4116,8 @@ constants_db: { NPC_LUMBERJACK: 452 NPC_HINNAK: 453 NPC_RICHARD_LEGACY: 454 + NPC_SOPHIALLA: 455 + NPC_MUNDANE: 456 NPC_TEST1: 800 NPC_PLAYER: 801 diff --git a/npc/001-1/sophialla.txt b/npc/001-1/sophialla.txt new file mode 100644 index 00000000..ad4d508a --- /dev/null +++ b/npc/001-1/sophialla.txt @@ -0,0 +1,20 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// Sophialla, the connection between Artis and the Brotherhood in Hurns. +// THIS IS A PLACEHOLDER! + +001-1,73,40,0 script Sophialla#001-1 NPC_SOPHIALLA,{ + speech + l("Hello."), + l("Can't you see I am reading? If you need something, tell me the secret password."); + lg("If you don't know it, just go, please."); + + close; + +OnInit: + .sex = G_FEMALE; + .distance = 2; + end; +} diff --git a/npc/001-3-0/mundane.txt b/npc/001-3-0/mundane.txt new file mode 100644 index 00000000..51ffb1bd --- /dev/null +++ b/npc/001-3-0/mundane.txt @@ -0,0 +1,20 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// Mundane, Monas dad, lost in sewers. +// THIS IS A PLACEHOLDER! + +001-3-0,97,66,0 script Mundane#001-3-0 NPC_MUNDANE,{ + speech + l("Oh, Hi."), + l("I didn't expect someone coming here. I need help."); + lg("Do you know the way out of here? My daughter Mona may worry already."); + + close; + +OnInit: + .sex = G_MALE; + .distance = 2; + end; +} -- cgit v1.2.3-60-g2f50