diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-21 17:39:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-21 17:39:29 -0300 |
commit | cb173d5938da68290f62c72b5cd0f81bd349b758 (patch) | |
tree | c2abb9622402397eef08cec38af9f49a7c206525 | |
parent | ba0ec5269f39b3466f04105091d60b1059a64c7c (diff) | |
download | clientdata-cb173d5938da68290f62c72b5cd0f81bd349b758.tar.gz clientdata-cb173d5938da68290f62c72b5cd0f81bd349b758.tar.bz2 clientdata-cb173d5938da68290f62c72b5cd0f81bd349b758.tar.xz clientdata-cb173d5938da68290f62c72b5cd0f81bd349b758.zip |
Tulimshar City Map
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | graphics/images/003-1.png | bin | 0 -> 125988 bytes | |||
-rw-r--r-- | items.xml | 7 | ||||
-rw-r--r-- | npcdialogs.xml | 8 |
4 files changed, 16 insertions, 0 deletions
@@ -68,6 +68,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors graphics/guiicons/flags/ru.png (Alige) (CC BY-SA 3.0) (-) ## Images + graphics/images/003-1.png (jesusalva) (GPLv3) (-) graphics/images/spit23loginwallpaper_800x600.png (Bart, Jesusalva) (CC0) (Jesusalva) graphics/images/seaofclouds_1024x1024.png (?) (GPLv3) (TMW-BR) Attention! diff --git a/graphics/images/003-1.png b/graphics/images/003-1.png Binary files differnew file mode 100644 index 00000000..820fd5e1 --- /dev/null +++ b/graphics/images/003-1.png @@ -1557,6 +1557,13 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Max HP +3500 for 10 minutes" type="usable" weight="10"/> + <item id="684" + image="equipment/charms/treasuremap.png" + name="Tulimshar Map" + description="If you ever get lost. Can be thrown away after a while." + useButton="Read" + type="usable" + weight="6"/> <!-- Mounts --> <item id="699" diff --git a/npcdialogs.xml b/npcdialogs.xml index 28515456..88f2bade 100644 --- a/npcdialogs.xml +++ b/npcdialogs.xml @@ -23,6 +23,14 @@ Copyright (C) 2016 Evol Online --> <inventory cell="inventory_cell2.xml" columns="4" /> </dialog> + <dialog name="map_Tulim" hideText="true"> + <menu> + <image x="0" y="0" image="graphics/images/003-1.png" /> + <button x="300" y="20" name="Close" value="Ok" /> + </menu> + </dialog> + + <!-- 4144's stuff --> <dialog name="test1" hideText="true"> <menu> <image x="0" y="0" image="equipmentbox.png" /> |