diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-13 03:20:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-13 03:20:43 -0300 |
commit | 85a7bb3cd20b530dc5a420e07d495511f2b7aab7 (patch) | |
tree | fc0ca30e529f4e2968775fea849fd4167448dd0c /npc | |
parent | 1346ff28ad2a3a8cc013e5909656898eb67fd288 (diff) | |
download | serverdata-85a7bb3cd20b530dc5a420e07d495511f2b7aab7.tar.gz serverdata-85a7bb3cd20b530dc5a420e07d495511f2b7aab7.tar.bz2 serverdata-85a7bb3cd20b530dc5a420e07d495511f2b7aab7.tar.xz serverdata-85a7bb3cd20b530dc5a420e07d495511f2b7aab7.zip |
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.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/006-4-1/_config.txt | 16 | ||||
-rw-r--r-- | npc/006-4-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/006-4/_config.txt | 23 | ||||
-rw-r--r-- | npc/006-4/_import.txt | 1 | ||||
-rw-r--r-- | npc/007-2/_config.txt | 7 |
5 files changed, 48 insertions, 0 deletions
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; +} |