diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-30 14:30:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-30 14:30:01 -0300 |
commit | cb67819cdfc3db4c7cb88fbd1a885a9339f6d91b (patch) | |
tree | 972835ce7d705b7c848fda4cc2ff6d874c7318a9 | |
parent | f9c0b681402b5890544293d280d39ac19cab5702 (diff) | |
download | clientdata-cb67819cdfc3db4c7cb88fbd1a885a9339f6d91b.tar.gz clientdata-cb67819cdfc3db4c7cb88fbd1a885a9339f6d91b.tar.bz2 clientdata-cb67819cdfc3db4c7cb88fbd1a885a9339f6d91b.tar.xz clientdata-cb67819cdfc3db4c7cb88fbd1a885a9339f6d91b.zip |
Fix key
-rw-r--r-- | items.xml | 4 | ||||
-rw-r--r-- | maps/042-3.tmx | 1 |
2 files changed, 3 insertions, 2 deletions
@@ -2003,8 +2003,8 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="40"/> <item id="756" image="generic/key/cryptkey.png" - name="Crypt Key" - description="You feel as if the Skeleton Key is staring at you." + name="Kamelot Key" + description="Something very sinister is going on..." type="generic" weight="2"/> <item id="757" diff --git a/maps/042-3.tmx b/maps/042-3.tmx index 8e574ffde..5731467cb 100644 --- a/maps/042-3.tmx +++ b/maps/042-3.tmx @@ -1402,6 +1402,7 @@ <property name="dest_map" value="042-4"/> <property name="dest_x" value="60"/> <property name="dest_y" value="77"/> + <property name="npc_id" value="SCRIPT"/> </properties> </object> <object id="3" name="Margin" type="Fixme" x="3200" y="4480" width="640" height="640"/> |