diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-04-30 13:06:03 +0200 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-05-16 16:28:21 +0000 |
commit | c318b9a5ae988a982cc4ffcad2faaf6549aed9d8 (patch) | |
tree | 4431960f88b21f803d2fc016c4403600e86e060b /world/map/npc/008-1 | |
parent | 6715c3406adc7e5d3666d0e440de054c5e096a57 (diff) | |
download | serverdata-c318b9a5ae988a982cc4ffcad2faaf6549aed9d8.tar.gz serverdata-c318b9a5ae988a982cc4ffcad2faaf6549aed9d8.tar.bz2 serverdata-c318b9a5ae988a982cc4ffcad2faaf6549aed9d8.tar.xz serverdata-c318b9a5ae988a982cc4ffcad2faaf6549aed9d8.zip |
item adds/changes
Diffstat (limited to 'world/map/npc/008-1')
-rw-r--r-- | world/map/npc/008-1/mikhail.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/008-1/mikhail.txt b/world/map/npc/008-1/mikhail.txt index aca28beb..1098ae26 100644 --- a/world/map/npc/008-1/mikhail.txt +++ b/world/map/npc/008-1/mikhail.txt @@ -16,7 +16,7 @@ L_Con_Mik_First: L_Start: mes "[Mikhail]"; - mes "\"Bernard sent me to get five Maggot Slimes from the maggots in the fields, but they scare me so bad!\""; + mes "\"Bernard sent me to get five Insect Slimes from the maggots in the fields, but they scare me so bad!\""; next; mes "\"You look like a nice person. Would you go get them for me?\""; menu @@ -31,21 +31,21 @@ L_accept: L_Progress: mes "[Mikhail]"; - mes "\"Did you bring me the five Maggot Slimes I need?\""; + mes "\"Did you bring me the five Insect Slimes I need?\""; next; menu "Yes, here they are, kiddo!", L_try, "Not yet, but I'll be back soon.", L_Close; L_try: - if (countitem("MaggotSlime") >= 5) + if (countitem("InsectSlime") >= 5) goto L_get; mes "[Mikhail]"; mes "\"It doesn't look like you have them all...\""; goto L_Close; L_get: - delitem "MaggotSlime", 5; + delitem "InsectSlime", 5; getexp 100, 0; set QL_SOUP, 6; mes "[Mikhail]"; @@ -54,7 +54,7 @@ L_get: L_Done: mes "[Mikhail]"; - mes "\"Thanks again for helping me get those Maggot Slimes!\""; + mes "\"Thanks again for helping me get those Insect Slimes!\""; goto L_Close; L_Close: |