diff options
Diffstat (limited to 'world/map/npc/009-2')
-rw-r--r-- | world/map/npc/009-2/bernard.txt | 20 | ||||
-rw-r--r-- | world/map/npc/009-2/kfahr.txt | 4 | ||||
-rw-r--r-- | world/map/npc/009-2/wyara.txt | 20 |
3 files changed, 22 insertions, 22 deletions
diff --git a/world/map/npc/009-2/bernard.txt b/world/map/npc/009-2/bernard.txt index 2a085e61..3de35879 100644 --- a/world/map/npc/009-2/bernard.txt +++ b/world/map/npc/009-2/bernard.txt @@ -36,13 +36,13 @@ L_Yes: L_Req0: mes "[Bernard]"; - mes "\"Great! I need a Roasted Maggot for my soup.\""; + mes "\"Great! I need a roasted maggot for my soup.\""; next; goto L_Set; L_Req1: mes "[Bernard]"; - mes "\"Bring me a Roasted Maggot. I'll give you something if you do.\""; + mes "\"Bring me a roasted maggot. I'll give you something if you do.\""; next; goto L_Set; @@ -56,7 +56,7 @@ L_Progress: if (countitem("RoastedMaggot") < 1) goto L_NotEnough; mes "[Bernard]"; mes "\"Oooh, perfect! It's perfect!"; - mes "You brought me my Roasted Maggot! Here, have some cake for your troubles.\""; + mes "You brought me my roasted maggot! Here, have some cake for your troubles.\""; getinventorylist; if (@inventorylist_count - (countitem("RoastedMaggot") == 1) > 99 - (countitem("CherryCake") == 0) ) goto L_TooMany; delitem "RoastedMaggot", 1; @@ -68,13 +68,13 @@ L_Progress: goto L_Close; L_Progress2: - if (countitem("MaggotSlime") < 3) goto L_NotEnough1; + if (countitem("InsectSlime") < 3) goto L_NotEnough1; mes "[Bernard]"; mes "\"Nice! They're perfect, just perfect!"; - mes "You brought me the 3 Maggot Slimes! Here, have some beer as reward.\""; + mes "You brought me the 3 insect slimes! Here, have some beer as reward.\""; getinventorylist; - if ((@inventorylist_count - (countitem("MaggotSlime") == 3) > 99 - (countitem("Beer") == 0) )) goto L_TooMany; - delitem "MaggotSlime", 3; + if ((@inventorylist_count - (countitem("InsectSlime") == 3) > 99 - (countitem("Beer") == 0) )) goto L_TooMany; + delitem "InsectSlime", 3; getexp 100, 0; getitem "Beer", 3; set QL_SOUP, 4; @@ -82,12 +82,12 @@ L_Progress2: L_NotEnough: mes "[Bernard]"; - mes "\"Oh, please hurry and bring me a Roasted Maggot. I'm yearning for maggot soup!\""; + mes "\"Oh, please hurry and bring me a roasted maggot. I'm yearning for maggot soup!\""; goto L_Close; L_NotEnough1: mes "[Bernard]"; - mes "\"Please do hurry and bring me 3 Maggot Slimes, so I can finish my soup!\""; + mes "\"Please do hurry and bring me 3 insect slimes, so I can finish my soup!\""; goto L_Close; L_Done1: @@ -95,7 +95,7 @@ L_Done1: mes "\"Thank you so much!\""; mes "\"But... something is missing to make the soup creamy.\""; next; - mes "\"I need 3 Maggot Slimes for that.\""; + mes "\"I need 3 Insect Slimes for that.\""; mes "\"Bring them to me, and I'll give you something nice.\""; set QL_SOUP, 3; goto L_Close; diff --git a/world/map/npc/009-2/kfahr.txt b/world/map/npc/009-2/kfahr.txt index e7f5547a..130fa349 100644 --- a/world/map/npc/009-2/kfahr.txt +++ b/world/map/npc/009-2/kfahr.txt @@ -185,7 +185,7 @@ L_tale_desert_worm: mes "\"One day I was hired to protect a caravan going north to Tulimshar, with a friend of mine, old Arvek. He only came along for the fun, of course; it's not as if I really need much help defending a caravan... or at least normally it isn't.\""; next; mes "[Kfahr the Warrior]"; - mes "\"Arvek's fun to have about. His manners are as bad as his breath, but he knows how to make a laugh out of everything. One thing you musnt't ever do with him, though, and that is to try his `homebrew'-- some kind of ale he makes out of maggot slime...\""; + mes "\"Arvek's fun to have about. His manners are as bad as his breath, but he knows how to make a laugh out of everything. One thing you musnt't ever do with him, though, and that is to try his `homebrew'-- some kind of ale he makes out of insect slime...\""; next; mes "[Kfahr the Warrior]"; mes "Kfahr takes another sip of beer, momentarily irritated as if surprised by the taste."; @@ -231,7 +231,7 @@ L_tale_desert_worm: next; mes "[Kfahr the Warrior]"; mes "He grins."; - mes "\"But I remember something better. That beast had grown nostrils, right? So it can smell and taste! So I tear open his backpack and pull out that big snakeskin of that disgusting maggot ale of his. It's still filled to the brim.\""; + mes "\"But I remember something better. That beast had grown nostrils, right? So it can smell and taste! So I tear open his backpack and pull out that big snakeskin of that disgusting insect ale of his. It's still filled to the brim.\""; next; mes "[Kfahr the Warrior]"; mes "\"I quickly put on my gloves again, because I don't want to touch that stuff with my bare skin. The beast is almost upon me, but I have only that one chance – so I squeeze the skin while sticking my thumb into the opening, until I can see the black of its nostrils...\""; diff --git a/world/map/npc/009-2/wyara.txt b/world/map/npc/009-2/wyara.txt index dd8f7f25..41d79392 100644 --- a/world/map/npc/009-2/wyara.txt +++ b/world/map/npc/009-2/wyara.txt @@ -317,7 +317,7 @@ L_M_purify_explained: goto L_M_purify_doit; mes "[Wyara the Witch]"; - mes "\"To make the purification potion, I will need twenty maggot slimes and twenty leaves of mauve.\""; + mes "\"To make the purification potion, I will need twenty insect slimes and twenty leaves of mauve.\""; next; menu "I shall get them later.", L_M_main, @@ -326,14 +326,14 @@ L_M_purify_explained: L_Next: getinventorylist; - if ((@inventorylist_count == 100) && (countitem("MauveHerb") > 20) && (countitem("MaggotSlime") > 20)) + if ((@inventorylist_count == 100) && (countitem("MauveHerb") > 20) && (countitem("InsectSlime") > 20)) goto L_M_purify_nospace; if (countitem("MauveHerb") < 20) goto L_M_purify_lacking; - if (countitem("MaggotSlime") < 20) + if (countitem("InsectSlime") < 20) goto L_M_purify_lacking; delitem "MauveHerb", 20; - delitem "MaggotSlime", 20; + delitem "InsectSlime", 20; getitem "PurificationPotion", 1; mes "[Wyara the Witch]"; mes "Wyara grinds the leaves and mixes them with the slime, boils them, then speaks a brief incantation over them and hands you the result."; @@ -353,7 +353,7 @@ L_M_purify_nospace: L_M_purify_lacking: mes "[Wyara the Witch]"; - mes "\"You'll need twenty mauve leaves and twenty maggot slimes for the potion.\""; + mes "\"You'll need twenty mauve leaves and twenty insect slimes for the potion.\""; next; goto L_M_main; @@ -365,7 +365,7 @@ L_M_purify_once: if (countitem("PurificationPotion")) goto L_M_purify_doit2; mes "[Wyara the Witch]"; - mes "\"I'll need twenty more maggot slimes and leaves of mauve.\""; + mes "\"I'll need twenty more insect slimes and leaves of mauve.\""; next; menu "I'll do that later.", L_Main, @@ -374,14 +374,14 @@ L_M_purify_once: L_Next1: getinventorylist; - if ((@inventorylist_count == 100) && (countitem("MauveHerb") > 20) && (countitem("MaggotSlime") > 20)) + if ((@inventorylist_count == 100) && (countitem("MauveHerb") > 20) && (countitem("InsectSlime") > 20)) goto L_M_purify_nospace; if (countitem("MauveHerb") < 20) goto L_M_purify_lacking; - if (countitem("MaggotSlime") < 20) + if (countitem("InsectSlime") < 20) goto L_M_purify_lacking; delitem "MauveHerb", 20; - delitem "MaggotSlime", 20; + delitem "InsectSlime", 20; getitem "PurificationPotion", 1; mes "[Wyara the Witch]"; mes "Wyara brews another purification potion."; @@ -487,7 +487,7 @@ L_M_train_t_backgd: mes "\"Many generations ago, there was a lush, green oasis in the desert south-east of Tulimshar. Plants of all kinds grew there, and many animals, including mouboos, made this place their home.\""; next; mes "[Wyara the Witch]"; - mes "\"Then there came war, and some people pleaded to a dragon called Grenxen. He founded Tulimshar, and to provide it with water he changed the underground waterflow. The oasis began to dry out quickly.\""; + mes "\"Then there came war, and some people pleaded to the demon Grenxen. He founded Tulimshar, and to provide it with water he changed the underground waterflow. The oasis began to dry out quickly.\""; next; mes "[Wyara the Witch]"; mes "\"But the oasis, like many such places back in the old days, had a druid watching over it. The druid refused to accept what Grenxen had done, but he was powerless to revert or change it.\""; |