From 85a7bb3cd20b530dc5a420e07d495511f2b7aab7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 13 Jan 2021 03:20:43 -0300 Subject: Curse jak1 domains. This is a much smarter way to avoid botting and much cooler as well. I do wish I had better map masks, though. --- npc/006-4-1/_config.txt | 16 ++++++++++++++++ npc/006-4-1/_import.txt | 1 + npc/006-4/_config.txt | 23 +++++++++++++++++++++++ npc/006-4/_import.txt | 1 + npc/007-2/_config.txt | 7 +++++++ 5 files changed, 48 insertions(+) create mode 100644 npc/006-4-1/_config.txt create mode 100644 npc/006-4/_config.txt diff --git a/npc/006-4-1/_config.txt b/npc/006-4-1/_config.txt new file mode 100644 index 000000000..363a2fbad --- /dev/null +++ b/npc/006-4-1/_config.txt @@ -0,0 +1,16 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 006-4-1: Abandoned Building conf + +006-4-1,58,60,0 script #006-4-1_58_60 NPC_HIDDEN,6,0,{ + end; +OnTouch: + doevent "#DungeonCore::OnCurse"; + end; +} + +006-4-1,44,31,0 script #006-4-1_44_31 NPC_HIDDEN,0,0,{ + end; +OnTouch: + doevent "#DungeonCore::OnCurse"; + end; +} diff --git a/npc/006-4-1/_import.txt b/npc/006-4-1/_import.txt index bdd19d693..1fea85097 100644 --- a/npc/006-4-1/_import.txt +++ b/npc/006-4-1/_import.txt @@ -1,5 +1,6 @@ // Map 006-4-1: Abandoned Building // This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/006-4-1/_config.txt", "npc/006-4-1/_mobs.txt", "npc/006-4-1/_warps.txt", "npc/006-4-1/painting.txt", diff --git a/npc/006-4/_config.txt b/npc/006-4/_config.txt new file mode 100644 index 000000000..0b9ea89ba --- /dev/null +++ b/npc/006-4/_config.txt @@ -0,0 +1,23 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 006-4: Abandoned Island conf + +006-4,71,82,0 script #006-4_71_82 NPC_HIDDEN,1,0,{ + end; +OnTouch: + doevent "#DungeonCore::OnCurse"; + end; +} + +006-4,95,100,0 script #006-4_95_100 NPC_HIDDEN,1,0,{ + end; +OnTouch: + doevent "#DungeonCore::OnCurse"; + end; +} + +006-4,32,258,0 script #006-4_32_258 NPC_HIDDEN,0,0,{ + end; +OnTouch: + doevent "#DungeonCore::OnCurse"; + end; +} diff --git a/npc/006-4/_import.txt b/npc/006-4/_import.txt index 7479e6436..78369b540 100644 --- a/npc/006-4/_import.txt +++ b/npc/006-4/_import.txt @@ -1,5 +1,6 @@ // Map 006-4: Abandoned Island // This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/006-4/_config.txt", "npc/006-4/_mobs.txt", "npc/006-4/_warps.txt", "npc/006-4/soulstone.txt", diff --git a/npc/007-2/_config.txt b/npc/007-2/_config.txt index 66bb09a31..bd7f183e0 100644 --- a/npc/007-2/_config.txt +++ b/npc/007-2/_config.txt @@ -16,3 +16,10 @@ OnTouch: doevent "#DungeonCore::OnHeat"; end; } + +007-2,54,26,0 script #007-2_54_26 NPC_HIDDEN,0,1,{ + end; +OnTouch: + doevent "#DungeonCore::OnHeat"; + end; +} -- cgit v1.2.3-70-g09d2