diff options
author | Jesusaves <jesusalva@themanaworld.org> | 2020-05-09 21:55:31 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 00:55:31 +0000 |
commit | 7ee960c62a2d2919a68f6f24925567ee417f192e (patch) | |
tree | a28cfb9eb0894690d2f46ff0fb30cc205848bf77 /world/map/npc/026-2/cerhan.txt | |
parent | ff9054498564f69901ad1c48e6cf00bb7ff9023f (diff) | |
download | serverdata-7ee960c62a2d2919a68f6f24925567ee417f192e.tar.gz serverdata-7ee960c62a2d2919a68f6f24925567ee417f192e.tar.bz2 serverdata-7ee960c62a2d2919a68f6f24925567ee417f192e.tar.xz serverdata-7ee960c62a2d2919a68f6f24925567ee417f192e.zip |
WIP: 500 PRs Closed Commemorative Commit (#555)
* Mountain and Grass Snake experience +100% (per topic 20799)
* Prepare the act 5 button so it have a non-null action
* There's now 10% chance per clue of Tormenta showing up at 09:00 assault.
Usual spot. Currently 2 clues were found, so 20% spawn chances.
* Cerhan reactions for Sand Cutter (thanks for pointing this out, Ledmitz)
* Alacrius Riddle (needs 300 boss points to start)
* Keshlam Swamps map
* News file ID 85
Diffstat (limited to 'world/map/npc/026-2/cerhan.txt')
-rw-r--r-- | world/map/npc/026-2/cerhan.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/world/map/npc/026-2/cerhan.txt b/world/map/npc/026-2/cerhan.txt index 3104e34f..64cc723f 100644 --- a/world/map/npc/026-2/cerhan.txt +++ b/world/map/npc/026-2/cerhan.txt @@ -24,6 +24,21 @@ L_Story: L_GoodLuckWith: mes "[Cerhan]"; mes "\"If you're interested in weapons and armor, you may want to come back later.\""; + if (countitem("SandCutter") > 0) + menu + "[Leave]",L_Close, + "Actually, I exchanged my Mylarin Dust with a bunny girl.", L_SandCutter; + close; + +L_SandCutter: + mes "[Cerhan]"; + mes "\"What?! Are you mad?! Do you know how many night desert warriors the bunny girl, Ashley, even killed?!\""; + next; + mes "[Cerhan]"; + mes "\"Gosh, I fear for those whom wrong her. I hope you did not provoke her while doing this exchange.\""; + next; + mes "[Cerhan]"; + mes "\"Ugh... I really should finishing settin up my shop, but... I'm so lazy.\""; goto L_Close; L_Mylarin: |