diff options
author | Ledmitz <69915785+Ledmitz@users.noreply.github.com> | 2021-02-24 01:55:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 01:55:24 +0000 |
commit | 0a39175a312aef650f862edbe2e260f17fe82ad0 (patch) | |
tree | 88dcc826acad4c0cb08547bc74bced9421630005 | |
parent | 19997e500745c7ba3114693011aee277248a1476 (diff) | |
download | serverdata-0a39175a312aef650f862edbe2e260f17fe82ad0.tar.gz serverdata-0a39175a312aef650f862edbe2e260f17fe82ad0.tar.bz2 serverdata-0a39175a312aef650f862edbe2e260f17fe82ad0.tar.xz serverdata-0a39175a312aef650f862edbe2e260f17fe82ad0.zip |
Corrections to Waric (#571)
Changed Warric to Waric, corrected use of root to use of dark crystal for wicked mushroom spawns and added ingredients needed to the spell refresher part.
-rw-r--r-- | world/map/npc/017-4/waric.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/017-4/waric.txt b/world/map/npc/017-4/waric.txt index 99bacd13..9d22da2f 100644 --- a/world/map/npc/017-4/waric.txt +++ b/world/map/npc/017-4/waric.txt @@ -199,7 +199,7 @@ L_Oath: mes "Nothing is to be loved, everything has to end."; mes "I shall prevail, other shall perish."; next; - mes "Warric screams at your silence."; + mes "Waric screams at your silence."; mes "[Waric]"; mes "\"Say it! Say it now!\""; next; @@ -273,7 +273,7 @@ L_Snakes: L_Next5: mes "[Waric]"; mes "\"Very well. I shall teach you another spell.\""; - mes "\"This one is so complex that I have to show it to you before explaining it further. Bring me a snake egg and a root.\""; + mes "\"This one is so complex that I have to show it to you before explaining it further. Bring me a snake egg and a dark crystal.\""; next; mes "\"Off you go now. Bring me the ingredients.\""; set OrumQuest, 39; @@ -343,9 +343,9 @@ L_MoreMagic: L_Next8: mes "[Waric]"; mes "\"Yes, of course.\""; - mes "\"To summon the snakes use " + get(.invocation$, "summon-snakes") + ".\""; - mes "\"Say " + get(.invocation$, "toxic-dart") + " to make your roots into toxic darts.\""; - mes "\"And the first spell, to summon wicked mushrooms, is " + get(.invocation$, "summon-wickedmushroom") + ".\""; + mes "\"To summon the snakes use " + get(.invocation$, "summon-snakes") + ". Make sure to have a snake egg and a dark crystal with you.\""; + mes "\"Say " + get(.invocation$, "toxic-dart") + " to make your two roots into toxic darts.\""; + mes "\"And the first spell, to summon wicked mushrooms, is " + get(.invocation$, "summon-wickedmushroom") + ". Remember, you will need a small mushroom and dark crystal.\""; next; mes "\"Now leave. Spread chaos with the spells I have taught you!\""; goto L_Close; |