diff options
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> + |