summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2023-11-08 02:48:47 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-11-08 02:48:47 +0000
commit74684a3bb6b3794e46f979e1fbce56db46ad27f7 (patch)
tree6ecc23d6f4df689bfe83bcf8e7897569a72a067d /world/map/npc/009-2
parent39cdba08be9a260339159397740959e8586d80e7 (diff)
downloadserverdata-74684a3bb6b3794e46f979e1fbce56db46ad27f7.tar.gz
serverdata-74684a3bb6b3794e46f979e1fbce56db46ad27f7.tar.bz2
serverdata-74684a3bb6b3794e46f979e1fbce56db46ad27f7.tar.xz
serverdata-74684a3bb6b3794e46f979e1fbce56db46ad27f7.zip
SC_MATKPOT
Diffstat (limited to 'world/map/npc/009-2')
-rw-r--r--world/map/npc/009-2/doctor.txt6
-rw-r--r--world/map/npc/009-2/nurse.txt8
-rw-r--r--world/map/npc/009-2/shops.txt2
3 files changed, 8 insertions, 8 deletions
diff --git a/world/map/npc/009-2/doctor.txt b/world/map/npc/009-2/doctor.txt
index 74bfe8dc..d7c607d3 100644
--- a/world/map/npc/009-2/doctor.txt
+++ b/world/map/npc/009-2/doctor.txt
@@ -28,7 +28,7 @@ L_Next:
L_Cure:
mes "[Doctor]";
- if (sc_check(sc_poison))
+ if (sc_check(SC_POISON))
goto L_CurePoison;
mes "The doctor examines you briefly.";
mes "\"Nonsense! You look fine and dandy to me. All you need is a bit more exercise and fresh fruit in your diet!\"";
@@ -42,8 +42,8 @@ L_CurePoison:
mes "\"Now hold still, this won't hurt a bit...\"";
next;
mes "[Doctor]";
- sc_end(sc_poison);
- sc_end(sc_slowpoison);
+ sc_end(SC_POISON);
+ sc_end(SC_SLOWPOISON);
mes "*Ouch!*";
mes "\"Next time, be more careful! Make sure to cook any meats before you eat them, and don't eat fish once it starts to smell.\"";
goto L_Close;
diff --git a/world/map/npc/009-2/nurse.txt b/world/map/npc/009-2/nurse.txt
index efad521a..f43c4751 100644
--- a/world/map/npc/009-2/nurse.txt
+++ b/world/map/npc/009-2/nurse.txt
@@ -350,7 +350,7 @@ L_choosePut:
L_m_hl_m_vn:
//poison for 3 minutes
- sc_start sc_poison, 1, 20;
+ sc_start SC_POISON, 1, 20;
mes "You begin to feel really dizzy. And you feel so light - you can't help yourself and burst out with laughter. What a strange feeling!";
next;
mes "The nurse looks at you with a really worried look on her face. As you open your mouth to tell her that you feel alright, the content of your stomach finds its way out through your throat and on the floor.";
@@ -360,7 +360,7 @@ L_m_hl_m_vn:
L_m_hl_l_vn:
//poison for 1 minute
- sc_start sc_poison, 1, 20;
+ sc_start SC_POISON, 1, 20;
mes "You feel the pain of the poison weaken. This seems promising. The thought that you might have been successful makes you feel enormously happy.";
next;
mes "But a few seconds later, you wonder what was the reason for your happiness.";
@@ -381,7 +381,7 @@ L_m_hl_l_vn:
L_hl_m_vn:
// first poison for 10 minutes, player will die anyway
- sc_start sc_poison, 1, 20;
+ sc_start SC_POISON, 1, 20;
mes "You feel a sting in your stomach and your heart starts pounding loudly.";
next;
mes "The room is getting dark.";
@@ -397,7 +397,7 @@ L_hl_m_vn:
L_hl_l_vn:
//poison for 1 minute
- sc_start sc_poison, 1, 20;
+ sc_start SC_POISON, 1, 20;
mes "The antidote seems to have no effect.";
goto L_check_st;
diff --git a/world/map/npc/009-2/shops.txt b/world/map/npc/009-2/shops.txt
index 3dcfbc9a..bea4a4bf 100644
--- a/world/map/npc/009-2/shops.txt
+++ b/world/map/npc/009-2/shops.txt
@@ -15,7 +15,7 @@
009-2,97,24,0|shop|Apprentice|120,SlingBullet:*1,Arrow:*2,IronArrow:*1,Bow:*1,ShortBow:*2
// Potion Shop
-009-2,123,22,0|shop|Potions#_M|400,CactusDrink:*1,CactusPotion:*1,IronPotion:*1,ConcentrationPotion:*1,SlowPoisonPotion:*1
+009-2,123,22,0|shop|Potions#_M|400,CactusDrink:*1,CactusPotion:*1,IronPotion:*1,EnlighteningElixir:*1,ConcentrationPotion:*1,SlowPoisonPotion:*1
// General Store
009-2,32,99,0|shop|General Store#hurnscald|112,Milk:*1,BottleOfWater:*1,CottonShirt:*1,CottonShorts:*1,Boots:*1,SerfHat:*1,CottonHeadband:*1,CottonGloves:*1