diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-17 23:43:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-17 23:43:06 -0300 |
commit | 2549724df599c093d4b732be3ba8c8cb92ecd8cd (patch) | |
tree | e6e8af3a9c17a092f97f2c6b18342173b074f60c /npc | |
parent | 3e475a0ae0be34db523fbd371f24ceecc98b403e (diff) | |
download | serverdata-2549724df599c093d4b732be3ba8c8cb92ecd8cd.tar.gz serverdata-2549724df599c093d4b732be3ba8c8cb92ecd8cd.tar.bz2 serverdata-2549724df599c093d4b732be3ba8c8cb92ecd8cd.tar.xz serverdata-2549724df599c093d4b732be3ba8c8cb92ecd8cd.zip |
Isbamuth - doesn't seems strong at first, but then, skills...
Diffstat (limited to 'npc')
-rw-r--r-- | npc/023-3-1/logic.txt | 14 | ||||
-rw-r--r-- | npc/024-16/king.txt | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/npc/023-3-1/logic.txt b/npc/023-3-1/logic.txt index 850e0f6dc..8596b1db4 100644 --- a/npc/023-3-1/logic.txt +++ b/npc/023-3-1/logic.txt @@ -72,7 +72,21 @@ OnTouch: } // Main event core +023-3-1,45,52,0 script #Core02331 NPC_HIDDEN,10,0,{ +OnTouch: + .@q=getq3(FrostiaQuest_Homunculus); + if (.@q == 1) { + // Begin the event core + setq3 FrostiaQuest_Homunculus, 2; + addtimer(1100, .name$+"::OnEvent01"); + } + end; +OnEvent01: + slide 45, 45; + @ISBAMUTH=monster(.@m$, 45, 34, l("Isbamuth"), HoodedNinja, 1); + end; +} diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index 2e52ef0eb..ec8e21c59 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -93,6 +93,7 @@ L_Continue: L_Campaign: .@q=getq(FrostiaQuest_Homunculus); // We probably should apply you a penalty should you flee... no? + // FIXME: If you die at Isbamuth's Challenge, YOU CANNOT TRY AGAIN!! // Debug functionality if (is_staff()) { |