diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 18:16:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 18:16:44 -0300 |
commit | 707245dd5fcf379a4dcd2fd0143b87e46e9c24be (patch) | |
tree | 7d406d8469175a87ae31dc4211270d268efd2866 /npc/003-1-1 | |
parent | a5b72a699aa1f0410124a0afde4c28e54794632b (diff) | |
download | serverdata-707245dd5fcf379a4dcd2fd0143b87e46e9c24be.tar.gz serverdata-707245dd5fcf379a4dcd2fd0143b87e46e9c24be.tar.bz2 serverdata-707245dd5fcf379a4dcd2fd0143b87e46e9c24be.tar.xz serverdata-707245dd5fcf379a4dcd2fd0143b87e46e9c24be.zip |
Die bugs
Diffstat (limited to 'npc/003-1-1')
-rw-r--r-- | npc/003-1-1/yetiking.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index 6377637e0..ab1dde752 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -43,7 +43,7 @@ OnTimer5000: .inUse=2; } else { npctalk("You're courageous to summon me, I'll give you that."); - areatimer "003-1-1", 93, 20, 97, 25,3000, "#YetiKing::OnSummonTalk"; + areatimer "003-1-1", 93, 20, 97, 25,3000, "#DahYetiKing::OnSummonTalk"; } end; @@ -118,7 +118,7 @@ OnSummonTalk: mesn "Dah Yeti King!!"; mesq l("I'll warp you to the Cave Of Trials. Pass all trials, and meet me on Soren's House. Hahah!"); setq HurnscaldQuest_Celestia, 2; - areatimer "003-1-1", 93, 20, 97, 25, 15000, "#YetiKing::OnWarper"; + areatimer "003-1-1", 93, 20, 97, 25, 15000, "#DahYetiKing::OnWarper"; npctalk l("Listen to me! Whoever wants to follow foolish @@ on their suicide quest, stay here for 15 seconds!", strcharinfo(0)); close; |