diff options
author | Micksha <ms-shaman@gmx.de> | 2019-03-03 21:39:04 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2019-03-03 21:39:04 +0000 |
commit | 212d869de997844bdf6eb7ed56f6e8f3a5329f5c (patch) | |
tree | a37572b06b4e3fd3d92132d69f68a6ee064afa2d /npcdialogs.xml | |
parent | 6abbf9672965fefe3acdf3f747fcc5e9ab78ae23 (diff) | |
download | clientdata-212d869de997844bdf6eb7ed56f6e8f3a5329f5c.tar.gz clientdata-212d869de997844bdf6eb7ed56f6e8f3a5329f5c.tar.bz2 clientdata-212d869de997844bdf6eb7ed56f6e8f3a5329f5c.tar.xz clientdata-212d869de997844bdf6eb7ed56f6e8f3a5329f5c.zip |
add Yannika (for walking sprite) and dialogs (for Jesusalva)
Diffstat (limited to 'npcdialogs.xml')
-rw-r--r-- | npcdialogs.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/npcdialogs.xml b/npcdialogs.xml index 8522f3e5..2a60b108 100644 --- a/npcdialogs.xml +++ b/npcdialogs.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Author: 4144 +<!-- Author: 4144, Jesusalva Copyright (C) 2016 Evol Online --> <dialogs> @@ -9,12 +9,21 @@ Copyright (C) 2016 Evol Online --> <button x="40" y="0" name=">>" value="next" /> </menu> </dialog> + + <dialog name="craft3"> + <inventory cell="inventory_cell2.xml" columns="3" /> + </dialog> + <dialog name="craft4"> + <inventory cell="inventory_cell2.xml" columns="4" /> + </dialog> + <dialog name="test1" hideText="true"> <menu> <image x="0" y="0" image="equipmentbox.png" /> <button x="10" y="40" image="buttonplay.png" imageWidth="16" imageHeight="16" value="next" /> </menu> </dialog> + <dialog name="test2"> <menu> <button x="0" y="0" name="<<" value="previous" /> @@ -23,4 +32,6 @@ Copyright (C) 2016 Evol Online --> </menu> <inventory cell="inventory_cell2.xml" columns="3" /> </dialog> + </dialogs> + |