summaryrefslogblamecommitdiff
path: root/npcdialogs.xml
blob: 52488b7b432b38f0f5a0d1f29f0c7f341c601ac4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                                      
                            

                                         







                                                                   
 
                                

                                                            
             

                                                            
             

                                                            
             



                                                            
                           







                                                                               





                                                                                                         
 







                                                                                               
 














                                                                                                
          
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: 4144, Jesusalva
Copyright (C) 2016 Evol Online
Copyright (C) 2019 Moubootaur Legends -->

<dialogs>
    <dialog name="book">
        <menu>
            <button x="0" y="0" name="&lt;&lt;" value="previous" />
            <button x="40" y="0" name="&gt;&gt;" value="next" />
        </menu>
    </dialog>

    <!-- Crafting Interfaces -->
    <dialog name="craft1">
        <inventory cell="inventory_cell2.xml" columns="1" />
    </dialog>
    <dialog name="craft2">
        <inventory cell="inventory_cell2.xml" columns="2" />
    </dialog>
    <dialog name="craft3">
        <inventory cell="inventory_cell2.xml" columns="3" />
    </dialog>
    <dialog name="craft4">
        <inventory cell="inventory_cell2.xml" columns="4" />
    </dialog>

    <!-- Map Interfaces -->
	<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" />
            <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" />
            <button x="40" y="0" name="&gt;&gt;" value="next" />
            <text x="10" y="50" width="150" height="30" text="this is ##Bsimple##b ##3text." />
        </menu>
        <inventory cell="inventory_cell2.xml" columns="3" />
    </dialog>

    <!-- Academy Interfaces -->
	<dialog name="academy_trickster" hideText="true">
		<menu>
            <text x="10" y="10" width="150" height="30" text="##BFirst Degree##b" />
			<image x="10" y="40" image="graphics/skills/wizard/freecast.png" />
            <text x="10" y="75" width="200" height="12" text="Free Cast" />
            <text x="10" y="90" width="350" height="30" text="Allows to attack after casting" />
            <button x="45" y="50" name="Learn" value="freecast" />

            <button x="300" y="250" name="Exit" value="Cancel" />
        </menu>
    </dialog>

    <!-- External Files -->
    <include name="graphics/images/daily.xml"/>
</dialogs>