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/006-4 | |
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/006-4')
-rw-r--r-- | npc/006-4/_config.txt | 23 | ||||
-rw-r--r-- | npc/006-4/_import.txt | 1 |
2 files changed, 24 insertions, 0 deletions
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", |