summaryrefslogtreecommitdiff
path: root/npcdialogs.xml
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2019-03-03 21:39:04 +0000
committerMicksha <ms-shaman@gmx.de>2019-03-03 21:39:04 +0000
commit212d869de997844bdf6eb7ed56f6e8f3a5329f5c (patch)
treea37572b06b4e3fd3d92132d69f68a6ee064afa2d /npcdialogs.xml
parent6abbf9672965fefe3acdf3f747fcc5e9ab78ae23 (diff)
downloadclientdata-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.xml13
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="&gt;&gt;" 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="&lt;&lt;" value="previous" />
@@ -23,4 +32,6 @@ Copyright (C) 2016 Evol Online -->
</menu>
<inventory cell="inventory_cell2.xml" columns="3" />
</dialog>
+
</dialogs>
+