From 8cc519e552c1b812c3170d8b63311e3088e73bc6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 23 Jun 2018 13:11:49 -0300 Subject: Halinarzo Hospital. Also adds a nurse. --- conf/map/maps.conf | 1 + db/map_index.txt | 57 +++++++++++++++++++++++++------------------------- maps/re/009-4.mcache | Bin 0 -> 117 bytes npc/009-1/_warps.txt | 1 + npc/009-4/_import.txt | 3 +++ npc/009-4/_warps.txt | 3 +++ npc/009-4/nurse.txt | 23 ++++++++++++++++++++ npc/_import.txt | 1 + 8 files changed, 61 insertions(+), 28 deletions(-) create mode 100644 maps/re/009-4.mcache create mode 100644 npc/009-4/_import.txt create mode 100644 npc/009-4/_warps.txt create mode 100644 npc/009-4/nurse.txt diff --git a/conf/map/maps.conf b/conf/map/maps.conf index aab11ac0b..bc2be10db 100644 --- a/conf/map/maps.conf +++ b/conf/map/maps.conf @@ -50,6 +50,7 @@ map_list: ( "009-1", "009-2", "009-3", + "009-4", "010-1-1", "010-1", "010-2", diff --git a/db/map_index.txt b/db/map_index.txt index 43b751b1b..7c2f6a481 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -47,31 +47,32 @@ 009-1 47 009-2 48 009-3 49 -010-1-1 50 -010-1 51 -010-2 52 -011-1 53 -011-2 54 -012-1 55 -012-2 56 -012-3 57 -012-4 58 -012-5 59 -012-6 60 -012-7 61 -014-1 62 -014-2 63 -014-3 64 -015-1 65 -015-2 66 -015-3 67 -016-1 68 -016-6 69 -016-7 70 -boss 71 -botcheck 72 -sec_pri 73 -soren-2 74 -soren 75 -test 76 -testbg 77 +009-4 50 +010-1-1 51 +010-1 52 +010-2 53 +011-1 54 +011-2 55 +012-1 56 +012-2 57 +012-3 58 +012-4 59 +012-5 60 +012-6 61 +012-7 62 +014-1 63 +014-2 64 +014-3 65 +015-1 66 +015-2 67 +015-3 68 +016-1 69 +016-6 70 +016-7 71 +boss 72 +botcheck 73 +sec_pri 74 +soren-2 75 +soren 76 +test 77 +testbg 78 diff --git a/maps/re/009-4.mcache b/maps/re/009-4.mcache new file mode 100644 index 000000000..f06a1a901 Binary files /dev/null and b/maps/re/009-4.mcache differ diff --git a/npc/009-1/_warps.txt b/npc/009-1/_warps.txt index 996870407..13dbb0b1f 100644 --- a/npc/009-1/_warps.txt +++ b/npc/009-1/_warps.txt @@ -5,3 +5,4 @@ 009-1,84,63,0 warp #009-1_84_63 0,0,009-2,62,66 009-1,73,63,0 warp #009-1_73_63 0,0,009-2,28,65 009-1,86,34,0 warp #009-1_86_34 0,0,009-3,44,56 +009-1,33,62,0 warp #009-1_33_62 0,0,009-4,48,53 diff --git a/npc/009-4/_import.txt b/npc/009-4/_import.txt new file mode 100644 index 000000000..9703549e1 --- /dev/null +++ b/npc/009-4/_import.txt @@ -0,0 +1,3 @@ +// Map 009-4: Halinarzo Hospital +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/009-4/_warps.txt", diff --git a/npc/009-4/_warps.txt b/npc/009-4/_warps.txt new file mode 100644 index 000000000..247d1db43 --- /dev/null +++ b/npc/009-4/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 009-4: Halinarzo Hospital warps +009-4,48,54,0 warp #009-4_48_54 0,0,009-1,33,63 diff --git a/npc/009-4/nurse.txt b/npc/009-4/nurse.txt new file mode 100644 index 000000000..2d3dd0dbd --- /dev/null +++ b/npc/009-4/nurse.txt @@ -0,0 +1,23 @@ +// TMW-2 Script +// Author: +// Jesusalva + +009-4,39,46,0 script Halinarzo's Nurse NPC_FEMALE,{ + Nurse(.name$, 10, 5); + close; + +OnInit: + .@npcId = getnpcid(0, .name$); + // I am too lazy to dress every NPC I add >.< + setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); + setunitdata(.@npcId, UDT_HEADMIDDLE, MiniSkirt); + setunitdata(.@npcId, UDT_HEADBOTTOM, ShortTankTop); + setunitdata(.@npcId, UDT_HAIRSTYLE, 12); + setunitdata(.@npcId, UDT_HAIRCOLOR, 9); + + .sex = G_FEMALE; + .distance = 5; + end; + +} + diff --git a/npc/_import.txt b/npc/_import.txt index 2be0ed915..2ef34ed29 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -49,6 +49,7 @@ @include "npc/009-1/_import.txt" @include "npc/009-2/_import.txt" @include "npc/009-3/_import.txt" +@include "npc/009-4/_import.txt" @include "npc/010-1-1/_import.txt" @include "npc/010-1/_import.txt" @include "npc/010-2/_import.txt" -- cgit v1.2.3-70-g09d2