summaryrefslogtreecommitdiff
path: root/npcdialogs.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-04 09:55:57 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-04 09:55:57 -0300
commit73a20f68b44a8ee19cace4e1ddfe59efe958a5d2 (patch)
tree7c25acfaaeb5be1cf51c7910a30a3dcddf501752 /npcdialogs.xml
parent5b418e4766a2fe8825866c83d93d2d5a4f2e32b4 (diff)
downloadclientdata-73a20f68b44a8ee19cace4e1ddfe59efe958a5d2.tar.gz
clientdata-73a20f68b44a8ee19cace4e1ddfe59efe958a5d2.tar.bz2
clientdata-73a20f68b44a8ee19cace4e1ddfe59efe958a5d2.tar.xz
clientdata-73a20f68b44a8ee19cace4e1ddfe59efe958a5d2.zip
Craft cells + dyecmd
Diffstat (limited to 'npcdialogs.xml')
-rw-r--r--npcdialogs.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/npcdialogs.xml b/npcdialogs.xml
index 8522f3e5..d54b6ca7 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,24 @@ Copyright (C) 2016 Evol Online -->
<button x="40" y="0" name="&gt;&gt;" value="next" />
</menu>
</dialog>
+
+ <dialog name="craft1">
+ <inventory cell="inventory_cell2.xml" columns="1" />
+ <dialog name="craft2">
+ <inventory cell="inventory_cell2.xml" columns="2" />
+ <dialog name="craft3">
+ <inventory cell="inventory_cell2.xml" columns="3" />
+ <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 +35,5 @@ Copyright (C) 2016 Evol Online -->
</menu>
<inventory cell="inventory_cell2.xml" columns="3" />
</dialog>
+
</dialogs>