summaryrefslogtreecommitdiff
path: root/npc/western-desert
diff options
context:
space:
mode:
authorZuzanna K. Filutowska <platyna@users.sourceforge.net>2006-02-21 22:15:05 +0000
committerZuzanna K. Filutowska <platyna@users.sourceforge.net>2006-02-21 22:15:05 +0000
commit5b8d1b4f20a117e071e4ab57bd16be3215c20a06 (patch)
tree3f30e2ac87f1d8ba29c690a3f1f375d399d94362 /npc/western-desert
parent951d8a7523e75a90996c4bf6bf30796cd1142135 (diff)
downloadserverdata-5b8d1b4f20a117e071e4ab57bd16be3215c20a06.tar.gz
serverdata-5b8d1b4f20a117e071e4ab57bd16be3215c20a06.tar.bz2
serverdata-5b8d1b4f20a117e071e4ab57bd16be3215c20a06.tar.xz
serverdata-5b8d1b4f20a117e071e4ab57bd16be3215c20a06.zip
Initial revision
Diffstat (limited to 'npc/western-desert')
-rw-r--r--npc/western-desert/dark_mage.txt37
-rw-r--r--npc/western-desert/merchant.txt1
-rw-r--r--npc/western-desert/monsters.txt3
-rw-r--r--npc/western-desert/nomads.txt23
-rw-r--r--npc/western-desert/passages.txt4
5 files changed, 68 insertions, 0 deletions
diff --git a/npc/western-desert/dark_mage.txt b/npc/western-desert/dark_mage.txt
new file mode 100644
index 00000000..06d9b35b
--- /dev/null
+++ b/npc/western-desert/dark_mage.txt
@@ -0,0 +1,37 @@
+new_1-1.gat,24,24,0 script SoulThief 103,{
+
+ if (class == 1) goto L_Soul;
+ mes "[Dark Mage]";
+ mes "Psss hey would you like to have more power?";
+ next;
+
+ menu "You fool, that's not possible",-,"I'm listening...",L_Go;
+ close;
+
+L_Go:
+ mes "I can give you ancient powers that will let you become the greatest warrior in The Mana World, or the best merchant.";
+ mes "But everything has got his price...";
+ next;
+
+ mes "Oh nothing important nor expensive.";
+ mes "Just your soul!";
+ next;
+
+ menu "My soul? Here it is",L_Soul,"I need a better explanation!",-;
+
+ mes "Well there's a very small possibility that your player will be translated into the new server.";
+ mes "I said a very, very small possibility.";
+ mes "Players without a soul instead will be lost forever...";
+ mes "Come on, you won't loose that much!";
+ next;
+
+ menu "Hmmm ok, I guess you can take it.",L_Soul,"Maybe I'll think about it a bit more",-;
+ mes "I know you'll come here again when you'll get killed by a maggot, begging me to help you";
+ close;
+
+L_Soul:
+ mes "[Dark Mage]";
+ mes "Hrhrhr, your soul is finally mine!";
+ jobchange 1;
+ close;
+} \ No newline at end of file
diff --git a/npc/western-desert/merchant.txt b/npc/western-desert/merchant.txt
new file mode 100644
index 00000000..77f63d49
--- /dev/null
+++ b/npc/western-desert/merchant.txt
@@ -0,0 +1 @@
+new_1-1.gat,19,99,0 shop CaveShop 109,525:800,531:3000,530:8000,1199:5
diff --git a/npc/western-desert/monsters.txt b/npc/western-desert/monsters.txt
new file mode 100644
index 00000000..2b159894
--- /dev/null
+++ b/npc/western-desert/monsters.txt
@@ -0,0 +1,3 @@
+new_1-1.gat,0,0,0,0 monster GreenSlime 1005,50,0,0,0
+new_1-1.gat,0,0,0,0 monster GiantMaggot 1006,30,0,0,0
+new_1-1.gat,0,0,0,0 monster RedScorpion 1004,1,0,0,0
diff --git a/npc/western-desert/nomads.txt b/npc/western-desert/nomads.txt
new file mode 100644
index 00000000..1c747c5f
--- /dev/null
+++ b/npc/western-desert/nomads.txt
@@ -0,0 +1,23 @@
+new_1-1.gat,15,67,0 script Nomad1 132,{
+ mes "[Nomad]";
+ mes "This is really a nice place.";
+
+ mes "Don't you think so?";
+ close;
+}
+
+new_1-1.gat,18,68,0 script Nomad2 128,{
+ mes "[Nomad]";
+ mes "I found a passage to a green land through the mountains west of here";
+
+ mes "Do you want me to show you the way?";
+ next;
+ menu
+ "Sure",sure,
+ "No thank you",no;
+sure:
+ warp "new_9-1.gat",38,95; mes "I'll be awaiting you here."; mes "Tell me when you want to go back.";
+ close;
+no:
+ close;
+} \ No newline at end of file
diff --git a/npc/western-desert/passages.txt b/npc/western-desert/passages.txt
new file mode 100644
index 00000000..ec363db0
--- /dev/null
+++ b/npc/western-desert/passages.txt
@@ -0,0 +1,4 @@
+new_2-1.gat,36,30 warp caveexit 3,0,new_1-1.gat,25,95
+new_1-1.gat,19,94 warp caveentrance 1,1,new_2-1.gat,37,31
+new_1-1.gat,111,79 warp eastdesert 2,2,new_7-1.gat,23,40
+new_7-1.gat,18,39 warp westdesert 3,4,new_1-1.gat,106,78 \ No newline at end of file