diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-10 14:01:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-10 14:01:18 -0300 |
commit | 31448488d4af567bfad871fdca5974cd800327ac (patch) | |
tree | ce0c3f9f27db9480306c2af17c4bf51dc8bada73 | |
parent | f176b05d31ddd68bda90cef335ee8369f2040e31 (diff) | |
download | serverdata-31448488d4af567bfad871fdca5974cd800327ac.tar.gz serverdata-31448488d4af567bfad871fdca5974cd800327ac.tar.bz2 serverdata-31448488d4af567bfad871fdca5974cd800327ac.tar.xz serverdata-31448488d4af567bfad871fdca5974cd800327ac.zip |
Jail missing warp
-rw-r--r-- | npc/sec_pri/_import.txt | 1 | ||||
-rw-r--r-- | npc/sec_pri/redirect.txt | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/npc/sec_pri/_import.txt b/npc/sec_pri/_import.txt index eb01ab3b..e6c274dd 100644 --- a/npc/sec_pri/_import.txt +++ b/npc/sec_pri/_import.txt @@ -1,2 +1,3 @@ // Map sec_pri: Jail // This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/sec_pri/redirect.txt", diff --git a/npc/sec_pri/redirect.txt b/npc/sec_pri/redirect.txt new file mode 100644 index 00000000..bd46b987 --- /dev/null +++ b/npc/sec_pri/redirect.txt @@ -0,0 +1,12 @@ +// The Mana World Script +// Author: +// Jesusalva +// Controls additional jail cells + +sec_pri,49,75,0 script #JailIntWarp NPC_HIDDEN,0,0,{ + end; + +OnTouch: + slide any(29, 33), 75; + end; +} |