From 31e225c3aaf719650e4da81b43ab87e80789adae Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 May 2020 08:43:20 -0300 Subject: Sketches --- npc/042-11/boss.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'npc/042-11') diff --git a/npc/042-11/boss.txt b/npc/042-11/boss.txt index 1e10b1770..85ce5861a 100644 --- a/npc/042-11/boss.txt +++ b/npc/042-11/boss.txt @@ -41,5 +41,31 @@ L_NoAccess: // TODO: Boss Showdown // TODO: Spawn GMGiftBox and Treasure Chests upon end // TODO: Arthur gives rewards to survivors and boot them out of Kamelot +042-11,0,-,0 script #KamelotBoss NPC_HIDDEN,{ + end; + +// Spawns Terogan +OnBegin: + initnpctimer; + end; + +// Checks HP ratio again +OnTimer5000: + // Monks function is: KamelotCaveSpawn(36, 20, 20, 160, 140, .@avg, .@m$); + initnpctimer; + end; + +// Monks Rewards +OnKillMob: + end; + +// Boss rewards +OnKillBoss: + end; +// Instance +OnInstanceInit: + end; + +} -- cgit v1.2.3-60-g2f50