diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-02 09:12:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-02 09:12:09 -0300 |
commit | a84e081dc534870444a1a7122b7d1f5c997e98bc (patch) | |
tree | f444b45a6ba5c08b5f02b94b8233ed24b0689930 /npc/042-10/ctrl.txt | |
parent | 9e06bd18228ba808e435eb9274d9231945cbd12b (diff) | |
download | serverdata-a84e081dc534870444a1a7122b7d1f5c997e98bc.tar.gz serverdata-a84e081dc534870444a1a7122b7d1f5c997e98bc.tar.bz2 serverdata-a84e081dc534870444a1a7122b7d1f5c997e98bc.tar.xz serverdata-a84e081dc534870444a1a7122b7d1f5c997e98bc.zip |
Spawn General Terogan for the fight after 20 seconds
(nothing out of ordinary with him)
Diffstat (limited to 'npc/042-10/ctrl.txt')
-rw-r--r-- | npc/042-10/ctrl.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/042-10/ctrl.txt b/npc/042-10/ctrl.txt index 453724976..51ca64aa5 100644 --- a/npc/042-10/ctrl.txt +++ b/npc/042-10/ctrl.txt @@ -30,7 +30,8 @@ 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; - // TODO Fire Events + addtimer 5000, "#KamelotBoss::OnDialog"; + addtimer 20000, "#KamelotBoss::OnBegin"; // FIXME? end; L_NoAccess: |