summaryrefslogtreecommitdiff
path: root/npc/006-2
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/006-2
parent8a4bf716002a017de77fe7df301ef8e4aaf00a2e (diff)
downloadserverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.gz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.bz2
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.xz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.zip
Override
Diffstat (limited to 'npc/006-2')
-rw-r--r--npc/006-2/_import.txt6
-rw-r--r--npc/006-2/_warps.txt6
-rwxr-xr-xnpc/006-2/mapflags.txt1
-rwxr-xr-xnpc/006-2/npcs.txt99
-rwxr-xr-xnpc/006-2/shops.txt3
5 files changed, 115 insertions, 0 deletions
diff --git a/npc/006-2/_import.txt b/npc/006-2/_import.txt
new file mode 100644
index 00000000..24095263
--- /dev/null
+++ b/npc/006-2/_import.txt
@@ -0,0 +1,6 @@
+// Map 006-2: Pachua's Village
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/006-2/_warps.txt",
+"npc/006-2/mapflags.txt",
+"npc/006-2/npcs.txt",
+"npc/006-2/shops.txt",
diff --git a/npc/006-2/_warps.txt b/npc/006-2/_warps.txt
new file mode 100644
index 00000000..b5ddad73
--- /dev/null
+++ b/npc/006-2/_warps.txt
@@ -0,0 +1,6 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 006-2: Pachua's Village warps
+006-2,67,65,0 warp #006-2_67_65 0,0,006-1,23,101
+006-2,65,73,0 warp #006-2_65_73 0,0,006-1,21,109
+006-2,48,44,0 warp #006-2_48_44 0,0,006-1,23,86
+006-2,58,44,0 warp #006-2_58_44 0,0,006-1,33,86
diff --git a/npc/006-2/mapflags.txt b/npc/006-2/mapflags.txt
new file mode 100755
index 00000000..b5d8a508
--- /dev/null
+++ b/npc/006-2/mapflags.txt
@@ -0,0 +1 @@
+//006-2 mapflag resave 006-1,36,18
diff --git a/npc/006-2/npcs.txt b/npc/006-2/npcs.txt
new file mode 100755
index 00000000..14d6d6e2
--- /dev/null
+++ b/npc/006-2/npcs.txt
@@ -0,0 +1,99 @@
+
+006-2,49,25,0 script Falkurn NPC178,{
+ @run = ((QUEST_NorthTulimshar & TWOBIT_8_MASK) >> TWOBIT_8_SHIFT);
+ if ((@run == 1) && (QL_KYLIAN == 13))
+ goto L_Deliver;
+ goto L_Start;
+
+L_Deliver:
+ menu
+ "I have a delivery for you", L_Delivery;
+
+L_Delivery:
+ mes "[Falkurn]";
+ mes "\"Good now we can get to work on making some more leather goods.\"";
+ QL_KYLIAN = 14;
+ goto L_close;
+
+L_Start:
+ mes "[Falkurn]";
+ mes "\"Greetings traveler, what wind brings you to our door?\"";
+ menu
+ "I'm looking for exotic goods.", L_Shops,
+ "I need some leatherwork done.", L_Pachua,
+ "Just Looking Around.", L_close;
+
+L_Shops:
+ mes "\"My Wife, Ardra, tends the Kitchen see her for food and drink.\"";
+ mes "\"She can be found in the West Cave.\"";
+ next;
+ mes "\"Reathe trades many of our leather goods to exotic lands.\"";
+ mes "\"She always has the most interesting finds.\"";
+ mes "\"She can be found in the East Cave.\"";
+ goto L_close;
+
+L_Pachua:
+ mes "\"Our Chief can be found by going through the southern most cave.\"";
+ mes "\"He can help you with any leatherwork you may need done.\"";
+ goto L_close;
+
+L_close:
+ close;
+}
+
+006-2,80,25,0 script Darug NPC178,{
+ mes "[Darug]";
+ mes "\"We are the all thats left of the natives that used to wander the plains.\"";
+ mes "\"Years of war between the various 'Civilized' nations drained the natural resources.\"";
+ next;
+ mes "\"The waters have begun to run dry.\"";
+ mes "\"All manner of beasts are getting more agressive.\"";
+ mes "\"The Mana has been poison by Dark Magic.\"";
+ next;
+ mes "\"Even now, I sense a evil presense nearby.\"";
+ mes "\"I can feel it lying deep underground.\"";
+ mes "\"Gnawing at the underbelly of Tonori.\"";
+ next;
+ mes "\"We believe it's one of the evils Nu'rem let loose to destroy The Mana\"";
+ mes "\"We have been searching, but have not been able to locate the source.\"";
+ mes "\"Maybe our scouts will return soon with the answers.\"";
+ close;
+}
+
+006-2,34,64,0 script Meluna NPC179,{
+ mes "[Meluna]";
+ mes "\"Greetings traveler, how blows the wind?\"";
+ goto L_Main;
+
+L_Main:
+ menu
+ "Um... What?", L_Explain,
+ "Gentle.", L_Heal,
+ "Strong.", L_close;
+
+L_Explain:
+ mes "\"Ahh sorry, you are not familiar with our customs.\"";
+ mes "\"The Mana was made into the 4 main elements by The Gods; Jande made Fire, Nu'rem made Earth, Tal made Air, and, Di'tal made Water.\"";
+ mes "\"It was Tal that gives us our first and last breathe.\"";
+ next;
+ mes "\"When we ask you how 'blows the wind?'\"";
+ mes "\"We mean how are your feeling?\"";
+ next;
+ mes "\"We typically respond with a strength of wind; normally Gentle or Strong\"";
+ goto L_Main;
+
+L_Heal:
+ if (BaseLevel > 70)
+ goto L_NoHeal;
+ heal 1000,100;
+ goto L_close;
+
+L_NoHeal:
+ mes "\"I already sense the power of the Gods carrying you.\"";
+ mes "\"Any wounds you have are beyond my power to fix.\"";
+ goto L_close;
+
+L_close:
+ mes "\"May Tal carry you on their back.\"";
+ close;
+}
diff --git a/npc/006-2/shops.txt b/npc/006-2/shops.txt
new file mode 100755
index 00000000..d7a4766b
--- /dev/null
+++ b/npc/006-2/shops.txt
@@ -0,0 +1,3 @@
+006-2,81,36,0 shop Reathe NPC179,1215:125,654:2500,721:25000,722:15000
+
+006-2,30,35,0 shop Ardra NPC179,501:25,502:35,541:100,533:55