From 7ce9e264c5892a40532d87e81fee7500d048bcae Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 4 Feb 2022 11:58:43 -0300 Subject: Placeholder for the desert folk. Needs some story fixing --- db/constants.conf | 5 +++++ npc/004-2/_import.txt | 2 ++ npc/004-2/mirio.txt | 16 ++++++++++++++++ npc/004-2/pachua.txt | 16 ++++++++++++++++ npc/004-3-1/_import.txt | 1 + npc/004-3-1/falkrun.txt | 16 ++++++++++++++++ npc/004-3/_import.txt | 2 ++ npc/004-3/darug.txt | 16 ++++++++++++++++ npc/004-3/melune.txt | 16 ++++++++++++++++ 9 files changed, 90 insertions(+) create mode 100644 npc/004-2/mirio.txt create mode 100644 npc/004-2/pachua.txt create mode 100644 npc/004-3-1/falkrun.txt create mode 100644 npc/004-3/darug.txt create mode 100644 npc/004-3/melune.txt diff --git a/db/constants.conf b/db/constants.conf index 0b4d16b7e..4b3d10ea0 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -1821,6 +1821,11 @@ constants_db: { NPC_DIMOND: 240 NPC_BARD_HARPS: 241 NPC_VAULT: 243 + NPC_INDIGENOUS_YOUNG: 244 + NPC_INDIGENOUS_OLD: 245 + NPC_INDIGENOUS_CHIEF: 246 + NPC_INDIGENOUS_WIFE: 247 + NPC_INDIGENOUS_ANY: 248 NPC_CINDY_CAGE: 250 NPC_CINDY_UNCAGE: 251 diff --git a/npc/004-2/_import.txt b/npc/004-2/_import.txt index b1ae519fa..3ff901475 100644 --- a/npc/004-2/_import.txt +++ b/npc/004-2/_import.txt @@ -3,3 +3,5 @@ "npc/004-2/_mobs.txt", "npc/004-2/_warps.txt", "npc/004-2/bug.txt", +"npc/004-2/mirio.txt", +"npc/004-2/pachua.txt", diff --git a/npc/004-2/mirio.txt b/npc/004-2/mirio.txt new file mode 100644 index 000000000..cd0cf100c --- /dev/null +++ b/npc/004-2/mirio.txt @@ -0,0 +1,16 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// - + +004-2,146,115,0 script Mirio NPC_INDIGENOUS_YOUNG,{ + mesn; + mesq l("Howdy!"); + close; + +OnInit: + .distance = 4; + end; +} + diff --git a/npc/004-2/pachua.txt b/npc/004-2/pachua.txt new file mode 100644 index 000000000..9bb5f6573 --- /dev/null +++ b/npc/004-2/pachua.txt @@ -0,0 +1,16 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// - + +004-2,61,118,0 script Pachua NPC_INDIGENOUS_OLD,{ + mesn; + mesq l("Howdy!"); + close; + +OnInit: + .distance = 4; + end; +} + diff --git a/npc/004-3-1/_import.txt b/npc/004-3-1/_import.txt index c7d00ba90..f5cd5a78d 100644 --- a/npc/004-3-1/_import.txt +++ b/npc/004-3-1/_import.txt @@ -2,3 +2,4 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/004-3-1/_mobs.txt", "npc/004-3-1/_warps.txt", +"npc/004-3-1/falkrun.txt", diff --git a/npc/004-3-1/falkrun.txt b/npc/004-3-1/falkrun.txt new file mode 100644 index 000000000..deec67b29 --- /dev/null +++ b/npc/004-3-1/falkrun.txt @@ -0,0 +1,16 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// - + +004-3-1,37,23,0 script Falkrun NPC_INDIGENOUS_ANY,{ + mesn; + mesq l("Howdy!"); + close; + +OnInit: + .distance = 4; + end; +} + diff --git a/npc/004-3/_import.txt b/npc/004-3/_import.txt index 38f6124d5..7cabd31e9 100644 --- a/npc/004-3/_import.txt +++ b/npc/004-3/_import.txt @@ -2,3 +2,5 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/004-3/_mobs.txt", "npc/004-3/_warps.txt", +"npc/004-3/darug.txt", +"npc/004-3/melune.txt", diff --git a/npc/004-3/darug.txt b/npc/004-3/darug.txt new file mode 100644 index 000000000..7f58b2388 --- /dev/null +++ b/npc/004-3/darug.txt @@ -0,0 +1,16 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// - + +004-3,81,22,0 script Darug NPC_INDIGENOUS_CHIEF,{ + mesn; + mesq l("Greetings, traveler. I am Darug, chief of this clan."); + close; + +OnInit: + .distance = 4; + end; +} + diff --git a/npc/004-3/melune.txt b/npc/004-3/melune.txt new file mode 100644 index 000000000..41b3011b7 --- /dev/null +++ b/npc/004-3/melune.txt @@ -0,0 +1,16 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// - + +004-3,85,22,0 script Melune NPC_INDIGENOUS_WIFE,{ + mesn; + mesq l("Greetings, traveler."); + close; + +OnInit: + .distance = 4; + end; +} + -- cgit v1.2.3-70-g09d2