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-1 | |
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-1')
-rw-r--r-- | npc/006-4-1/_config.txt | 16 | ||||
-rw-r--r-- | npc/006-4-1/_import.txt | 1 |
2 files changed, 17 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", |