diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-02 09:33:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-02 09:33:18 -0300 |
commit | 50a657a11664992503b71eea5b8d127245e645d2 (patch) | |
tree | a1cd993c642181123d1e948a6ec18f5de59efff5 /npc/042-10/ctrl.txt | |
parent | 82dc3da64704a23cb119ea8d72228b2be920f624 (diff) | |
download | serverdata-50a657a11664992503b71eea5b8d127245e645d2.tar.gz serverdata-50a657a11664992503b71eea5b8d127245e645d2.tar.bz2 serverdata-50a657a11664992503b71eea5b8d127245e645d2.tar.xz serverdata-50a657a11664992503b71eea5b8d127245e645d2.zip |
Bugfixes
Diffstat (limited to 'npc/042-10/ctrl.txt')
-rw-r--r-- | npc/042-10/ctrl.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/042-10/ctrl.txt b/npc/042-10/ctrl.txt index 51ca64aa5..3482b6f0f 100644 --- a/npc/042-10/ctrl.txt +++ b/npc/042-10/ctrl.txt @@ -30,8 +30,7 @@ OnTouch: if (.@g < 1) percentheal -100, -100; if (!($KAMELOT_QUEST[.@g] & 8) || !($KAMELOT_QUEST[.@g] & 16) || !($KAMELOT_QUEST[.@g] & 32)) goto L_NoAccess; warp "042-11@"+.@g, 41, 56; - addtimer 5000, "#KamelotBoss::OnDialog"; - addtimer 20000, "#KamelotBoss::OnBegin"; // FIXME? + addtimer 3000, "#KamelotBoss::OnDialog"; end; L_NoAccess: |