summaryrefslogtreecommitdiff
path: root/npc/new_24-1-eastern-desert-mountain-passage
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2008-11-02 22:45:17 +0000
committerJared Adams <jaxad0127@gmail.com>2008-11-02 22:45:17 +0000
commitec9be0a2967b38955d26e337b05bc3a042ac4544 (patch)
treee1ef509c78c8a3fe777b4adb0f4c650364fa55cb /npc/new_24-1-eastern-desert-mountain-passage
parent2fd04617279829d54349b325bacb4c72addebfe4 (diff)
downloadserverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.tar.gz
serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.tar.bz2
serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.tar.xz
serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.zip
Branch data for eAthena
Diffstat (limited to 'npc/new_24-1-eastern-desert-mountain-passage')
-rw-r--r--npc/new_24-1-eastern-desert-mountain-passage/mika.txt8
-rw-r--r--npc/new_24-1-eastern-desert-mountain-passage/monsters.txt14
-rw-r--r--npc/new_24-1-eastern-desert-mountain-passage/pachua.txt194
-rw-r--r--npc/new_24-1-eastern-desert-mountain-passage/passages.txt32
4 files changed, 248 insertions, 0 deletions
diff --git a/npc/new_24-1-eastern-desert-mountain-passage/mika.txt b/npc/new_24-1-eastern-desert-mountain-passage/mika.txt
new file mode 100644
index 00000000..222accde
--- /dev/null
+++ b/npc/new_24-1-eastern-desert-mountain-passage/mika.txt
@@ -0,0 +1,8 @@
+new_24-1.gat,39,27,0 script Mika 114,{
+ mes "[Mika]";
+ mes "\"My father told me about a man living in this desert who makes clothes out of snake skin.\"";
+ next;
+ mes "[Mika]";
+ mes "\"Maybe you can find him, but be careful you don't get lost in the tunnels!\"";
+ close;
+}
diff --git a/npc/new_24-1-eastern-desert-mountain-passage/monsters.txt b/npc/new_24-1-eastern-desert-mountain-passage/monsters.txt
new file mode 100644
index 00000000..649abc39
--- /dev/null
+++ b/npc/new_24-1-eastern-desert-mountain-passage/monsters.txt
@@ -0,0 +1,14 @@
+// Map: new_24-1
+// This is the Desert Mountains.
+//
+
+new_24-1.gat,0,0,0,0 monster MountainSnake 1026,60,0,0,Mob24::OnMountainSnake
+
+new_24-1.gat,0,0,0 script Mob24 -1,{
+OnMountainSnake:
+ set @mobID, 1026;
+ callfunc "MobPoints";
+ break;
+
+ end;
+}
diff --git a/npc/new_24-1-eastern-desert-mountain-passage/pachua.txt b/npc/new_24-1-eastern-desert-mountain-passage/pachua.txt
new file mode 100644
index 00000000..a40c652c
--- /dev/null
+++ b/npc/new_24-1-eastern-desert-mountain-passage/pachua.txt
@@ -0,0 +1,194 @@
+new_24-1.gat,23,100,0 script Pachua 143,{
+
+ set @LEATHER_PATCH, 708;
+ set @SNAKE_SKIN, 641;
+
+ set @LEATHER_PATCH_PRICE, 300;
+
+ set @wants_leather_patch, QUEST_Forestbow_state & NIBBLE_4_MASK;
+
+ mes "[Chief Pachua]";
+ mes "\"How!\"";
+ next;
+
+ if (getequipid(equip_head) == 643 || getequipid(equip_head) == 644) goto L_WearingCowboy;
+ if (getequipid(equip_legs) == 642) goto L_WearingChaps;
+
+ mes "[Chief Pachua]";
+ mes "\"For generations my tribe has been crafting special clothes out of different items.\"";
+ next;
+
+L_Check_Shops:
+ if((countitem(610) > 0 && countitem(@SNAKE_SKIN) > 9) && (countitem(524) > 0 && countitem(@SNAKE_SKIN) > 1)) goto L_Super_store;
+ if(countitem(610) > 0 && countitem(@SNAKE_SKIN) > 9) goto L_Chaps_store;
+ if(countitem(524) > 0 && countitem(@SNAKE_SKIN) > 1) goto L_Cowboy_store;
+
+ mes "[Chief Pachua]";
+ mes "\"Maybe if you bring me the right materials I can make something for you.\"";
+ next;
+
+ if (@wants_leather_patch)
+ menu "Wait, can you make a leather patch for me?", L_leather_patch,
+ "OK, bye.", -;
+
+ close;
+
+L_CheckStuff:
+ mes "[Chief Pachua]";
+ mes "\"Let me see what you have there.\"";
+ next;
+ return;
+
+L_Super_store:
+ callsub L_CheckStuff;
+ mes "[Chief Pachua]";
+ mes "\"Ahh you have lots of good items to work with.\"";
+ mes "";
+ mes "\"With them I can make you either";
+ mes "a Cowboy hat or Snake Skin Chaps\"";
+ next;
+ if (@wants_leather_patch)
+ menu
+ "Cowboy hat, please.", L_BuyCowboy,
+ "Snake Skin Chaps sound good.", L_BuyChaps,
+ "Can you make a leather patch?", L_leather_patch,
+ "Not now, maybe later.", L_NoDeal;
+ if (!@wants_leather_patch)
+ menu
+ "Cowboy hat, please.", L_BuyCowboy,
+ "Snake Skin Chaps sound good.", L_BuyChaps,
+ "Not now, maybe later.", L_NoDeal;
+
+L_Cowboy_store:
+ callsub L_CheckStuff;
+ mes "[Chief Pachua]";
+ mes "\"To make you a Cowboy hat I will need:";
+ mes "1 Fancy hat";
+ mes "2 Snake skins";
+ mes "5.000 GP\"";
+ mes "";
+ mes "\"Do we have a deal?\"";
+ next;
+ if (@wants_leather_patch)
+ menu
+ "Yes, that's fine.", L_BuyCowboy,
+ "Can you make a leather patch?", L_leather_patch,
+ "On second thought, maybe later.", L_NoDeal;
+ if (!@wants_leather_patch)
+ menu
+ "Yes, that's fine.", L_BuyCowboy,
+ "On second thought, maybe later.", L_NoDeal;
+
+L_Chaps_store:
+ callsub L_CheckStuff;
+ mes "[Chief Pachua]";
+ mes "\"To make you a pair of Snake Skin Chaps I will need:";
+ mes "1 Jeans Shorts";
+ mes "10 Snake skins";
+ mes "10.000 GP\"";
+ mes "";
+ mes "\"Do we have a deal?\"";
+ next;
+ if (!@wants_leather_patch)
+ menu
+ "Yes, that's fine.", L_BuyChaps,
+ "On second thought, maybe later.", L_NoDeal;
+ if (@wants_leather_patch)
+ menu
+ "Yes, that's fine.", L_BuyChaps,
+ "Can you make a leather patch?", L_leather_patch,
+ "On second thought, maybe later.", L_NoDeal;
+
+L_BuyChaps:
+ if (zeny < 10000) goto L_NoMoney;
+ if (countitem(610) < 1) goto L_NoJeans;
+ if (countitem(@SNAKE_SKIN) < 10) goto L_NoSkin;
+ set zeny, zeny - 10000;
+ delitem @SNAKE_SKIN, 10;
+ delitem 610, 1;
+ getitem 642, 1;
+ goto L_DealDone;
+
+L_BuyCowboy:
+ if (zeny < 5000) goto L_NoMoney;
+ if (countitem(524) < 1) goto L_NoFancy;
+ if (countitem(@SNAKE_SKIN) < 2) goto L_NoSkin;
+ set zeny, zeny - 5000;
+ delitem @SNAKE_SKIN, 2;
+ delitem 524, 1;
+ set @temp,rand(2);
+ if(@temp == 0) goto L_Cowboy_white;
+ goto L_Cowboy_black;
+
+L_Cowboy_white:
+ getitem 643, 1;
+ goto L_DealDone;
+
+L_Cowboy_black:
+ getitem 644, 1;
+ goto L_DealDone;
+
+L_leather_patch:
+ mes "[Chief Pachua]";
+ mes "\"If you just want a piece of leather, then yes, I can make that. Bring me a snake skin and " + @LEATHER_PATCH_PRICE + " GP.\"";
+ next;
+
+ menu "Here you are.", -,
+ "OK, I'll be back later.", L_end,
+ "That's too expensive!.", L_NoDeal;
+
+ if (countitem(@SNAKE_SKIN) < 1) goto L_NoSkins;
+ if (zeny < @LEATHER_PATCH_PRICE) goto L_NoMoney;
+
+ set zeny, zeny - @LEATHER_PATCH_PRICE;
+ delitem @SNAKE_SKIN, 1;
+ getitem @LEATHER_PATCH, 1;
+ goto L_DealDone;
+
+L_DealDone:
+ mes "[Chief Pachua]";
+ mes "\"Here you are!\"";
+ mes "";
+ mes "\"Come back any time.\"";
+ close;
+
+L_NoDeal:
+ mes "[Chief Pachua]";
+ mes "\"Alright, but you wont get a better deal anywhere else!\"";
+ close;
+
+L_NoMoney:
+ mes "[Chief Pachua]";
+ mes "\"Oh dear, it seems you don't have enough money.\"";
+ close;
+
+L_NoJeans:
+ mes "[Chief Pachua]";
+ mes "\"Oh dear, it seems you don't have enough jeans shorts.\"";
+ close;
+
+L_NoFancy:
+ mes "[Chief Pachua]";
+ mes "\"Oh dear, it seems you don't have enough fancy hats.\"";
+ close;
+
+L_NoSkins:
+ mes "[Chief Pachua]";
+ mes "\"Oh dear, it seems you don't have enough snake skins.\"";
+ close;
+
+L_WearingCowboy:
+ mes "[Chief Pachua]";
+ mes "\"Ah, I see that you are wearing a hat made with the ancient methods of my tribe.\"";
+ next;
+ goto L_Check_Shops;
+
+L_WearingChaps:
+ mes "[Chief Pachua]";
+ mes "\"Ah, I see that you are wearing pants made by my tribe.\"";
+ next;
+ goto L_Check_Shops;
+
+L_end:
+ close;
+}
diff --git a/npc/new_24-1-eastern-desert-mountain-passage/passages.txt b/npc/new_24-1-eastern-desert-mountain-passage/passages.txt
new file mode 100644
index 00000000..ae6d5a01
--- /dev/null
+++ b/npc/new_24-1-eastern-desert-mountain-passage/passages.txt
@@ -0,0 +1,32 @@
+new_24-1.gat,19,32 warp toEastDesert 0,0,new_7-1.gat,160,101
+new_24-1.gat,20,31 warp toEastDesert 0,0,new_7-1.gat,161,100
+new_24-1.gat,21,30 warp toEastDesert 0,0,new_7-1.gat,162,99
+new_24-1.gat,22,29 warp toEastDesert 0,0,new_7-1.gat,163,98
+new_24-1.gat,23,28 warp toEastDesert 0,0,new_7-1.gat,164,97
+new_24-1.gat,24,27 warp toEastDesert 0,0,new_7-1.gat,165,96
+new_24-1.gat,25,26 warp toEastDesert 0,0,new_7-1.gat,166,95
+new_24-1.gat,26,25 warp toEastDesert 0,0,new_7-1.gat,167,94
+new_24-1.gat,27,24 warp toEastDesert 0,0,new_7-1.gat,168,93
+new_24-1.gat,28,23 warp toEastDesert 0,0,new_7-1.gat,169,92
+new_24-1.gat,29,22 warp toEastDesert 0,0,new_7-1.gat,170,91
+new_24-1.gat,30,21 warp toEastDesert 0,0,new_7-1.gat,171,90
+new_24-1.gat,31,20 warp toEastDesert 0,0,new_7-1.gat,172,89
+new_24-1.gat,40,26 warp toMountainCave 0,0,new_25-1.gat,40,27
+new_24-1.gat,55,27 warp toMountainCave 0,0,new_25-1.gat,55,28
+new_24-1.gat,62,30 warp toMountainCave 0,0,new_25-1.gat,62,31
+new_24-1.gat,86,24 warp toMountainCave 0,0,new_25-1.gat,86,25
+new_24-1.gat,91,24 warp toMountainCave 0,0,new_25-1.gat,91,25
+new_24-1.gat,122,24 warp toMountainCave 0,0,new_25-1.gat,122,25
+new_24-1.gat,77,44 warp toMountainCave 0,0,new_25-1.gat,77,45
+new_24-1.gat,104,44 warp toMountainCave 0,0,new_25-1.gat,104,45
+new_24-1.gat,114,49 warp toMountainCave 0,0,new_25-1.gat,114,50
+new_24-1.gat,110,56 warp toMountainCave 0,0,new_25-1.gat,110,57
+new_24-1.gat,125,59 warp toMountainCave 0,0,new_25-1.gat,125,60
+new_24-1.gat,60,58 warp toMountainCave 0,0,new_25-1.gat,60,69
+new_24-1.gat,92,63 warp toMountainCave 0,0,new_25-1.gat,92,64
+new_24-1.gat,112,74 warp toMountainCave 0,0,new_25-1.gat,112,75
+new_24-1.gat,51,90 warp toMountainCave 0,0,new_25-1.gat,51,91
+new_24-1.gat,74,90 warp toMountainCave 0,0,new_25-1.gat,74,91
+new_24-1.gat,38,121 warp toMountainCave 0,0,new_25-1.gat,38,122
+new_24-1.gat,79,120 warp toMountainCave 0,0,new_25-1.gat,79,121
+new_24-1.gat,121,110 warp toMountainCave 0,0,new_25-1.gat,121,111