diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-19 11:11:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-19 11:11:46 -0300 |
commit | 4d2ea00dd3060177667a246cc5e6ba02b67960b9 (patch) | |
tree | 64813105d796a8e616eb89fcb4280fac4cdd45b0 /npc/015-3/hermit.txt | |
parent | c4c82c1903fe6537ab86f36dfe7c5044c5072229 (diff) | |
download | serverdata-4d2ea00dd3060177667a246cc5e6ba02b67960b9.tar.gz serverdata-4d2ea00dd3060177667a246cc5e6ba02b67960b9.tar.bz2 serverdata-4d2ea00dd3060177667a246cc5e6ba02b67960b9.tar.xz serverdata-4d2ea00dd3060177667a246cc5e6ba02b67960b9.zip |
Wyara now sells Piberries Infusions, if Arkim released that knowledge.
Diffstat (limited to 'npc/015-3/hermit.txt')
-rw-r--r-- | npc/015-3/hermit.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/015-3/hermit.txt b/npc/015-3/hermit.txt index 715ba5625..559721c8d 100644 --- a/npc/015-3/hermit.txt +++ b/npc/015-3/hermit.txt @@ -105,7 +105,15 @@ L_Research: mesq l("The @@ is a powerful healing drink.", getitemlink(PiberriesInfusion-4+@menu)); next; mesn; - mesq l("@@ is developing these potions.", "Jesusalva"); // TODO: NPCs: ??, Fate, Clotho, Lachesis and Atropos + + switch (@menu) { + case 4: + mesq l("@@ is developing these potions.", "Wyara"); break; + default: + mesq l("@@ is developing these potions.", "Jesusalva"); // TODO: Fate, Clotho, Lachesis and Atropos + break; + } + break; case 3: mesq l("Ah! @@. A very rare drop!", getitemlink(DarkDesertMushrooom)); |