diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 20:18:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 20:18:22 -0300 |
commit | ddb8de13e5a3624933c27c0b08957da7b4ddec9f (patch) | |
tree | 53908bedcf05513f86c1c685788b33a0b2998042 /npc/soren-2/main.txt | |
parent | 5db142b7a48754304611908d742dbfa829e80e8f (diff) | |
download | serverdata-ddb8de13e5a3624933c27c0b08957da7b4ddec9f.tar.gz serverdata-ddb8de13e5a3624933c27c0b08957da7b4ddec9f.tar.bz2 serverdata-ddb8de13e5a3624933c27c0b08957da7b4ddec9f.tar.xz serverdata-ddb8de13e5a3624933c27c0b08957da7b4ddec9f.zip |
Introduce @YetiKing_Challenger. Only those lvl 35+ who join the quest by
challenging the Yeti King will have that flag and be able to:
* Challenge the Yeti King on the very end
* Have higher chances of better rewards at end, or get more xp/gp.
Diffstat (limited to 'npc/soren-2/main.txt')
-rw-r--r-- | npc/soren-2/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt index e5354bcd6..19e856526 100644 --- a/npc/soren-2/main.txt +++ b/npc/soren-2/main.txt @@ -214,7 +214,7 @@ OnStep4: OnStep5: //setnpcdisplay .name$, NPC_NO_SPRITE; - npctalk3 l("May the last line of defense of Soren's happen. Once you're done, this will become a warp. Hurry before it closes."); + npctalk3 l("Defeat a few waves of Soren's House. Once you're done, this will become a warp. Hurry before it closes."); @sorensanctum=0; addtimer(5000, "#SorenSanctum::OnSanctum"); end; |