diff options
Diffstat (limited to 'npc/new_24-1-eastern-desert-mountain-passage')
4 files changed, 0 insertions, 248 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 deleted file mode 100644 index 222accde..00000000 --- a/npc/new_24-1-eastern-desert-mountain-passage/mika.txt +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 649abc39..00000000 --- a/npc/new_24-1-eastern-desert-mountain-passage/monsters.txt +++ /dev/null @@ -1,14 +0,0 @@ -// 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 deleted file mode 100644 index a40c652c..00000000 --- a/npc/new_24-1-eastern-desert-mountain-passage/pachua.txt +++ /dev/null @@ -1,194 +0,0 @@ -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 deleted file mode 100644 index ae6d5a01..00000000 --- a/npc/new_24-1-eastern-desert-mountain-passage/passages.txt +++ /dev/null @@ -1,32 +0,0 @@ -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 |