summaryrefslogtreecommitdiff
path: root/npcdialogs.xml
blob: a05824a28df7c04e0aef6db0891477067df587a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: 4144, Jesusalva
Copyright (C) 2016 Evol Online -->

<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>

    <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>

    <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>

    <!-- Daily Rewards GUI (daily_<stage>), except for (daily_woot) -->
    <!-- 35 px per x / begin at 35x35-->
    <dialog name="daily_1" hideText="true">
        <menu>
            <!-- Main Interface -->
            <text x="45" y="0" width="310" height="30" text="##BDaily Login Rewards##b" />
            <button x="157" y="280" name="Claim" value="Ok" />

            <!-- Full GUI / 5 items per row -->
            <image x="35"  y="35" image="graphics/images/jexp.png" />
            <image x="70"  y="35" image="graphics/images/bexp.png" />
            <image x="105" y="35" image="graphics/images/sc.png" />
            <image x="140" y="35" image="graphics/images/jexp.png" />
            <image x="175" y="35" image="graphics/images/bexp.png" />

            <image x="35"  y="70" image="graphics/images/jexp.png" />
            <image x="70"  y="70" image="graphics/images/sc.png" />
            <image x="105" y="70" image="graphics/images/gp.png" />
            <image x="140" y="70" image="graphics/images/jexp.png" />
            <image x="175" y="70" image="graphics/images/bexp.png" />

            <image x="35"  y="105" image="graphics/images/jexp.png" />
            <image x="70"  y="105" image="graphics/images/bexp.png" />
            <image x="105" y="105" image="graphics/images/gp.png" />
            <image x="140" y="105" image="graphics/images/gift.png" />
            <image x="175" y="105" image="graphics/images/bexp.png" />

            <image x="35"  y="140" image="graphics/images/jexp.png" />
            <image x="70"  y="140" image="graphics/images/bexp.png" />
            <image x="105" y="140" image="graphics/images/gp.png" />
            <image x="140" y="140" image="graphics/images/jexp.png" />
            <image x="175" y="140" image="graphics/images/bexp.png" />

            <image x="35"  y="175" image="graphics/images/gift.png" />
            <image x="70"  y="175" image="graphics/images/bexp.png" />
            <image x="105" y="175" image="graphics/images/gp.png" />
            <image x="140" y="175" image="graphics/images/jexp.png" />
            <image x="175" y="175" image="graphics/images/bexp.png" />

            <image x="35"  y="210" image="graphics/images/jexp.png" />
            <image x="70"  y="210" image="graphics/images/bexp.png" />
            <image x="105" y="210" image="graphics/images/last.png" />
            <image x="140" y="210" image="graphics/images/sc.png" />
            <image x="175" y="210" image="graphics/images/sc.png" />

            <image x="35"  y="245" image="graphics/images/sc.png" />

            <!-- Landmarks -->
            <image x="245"  y="52" image="graphics/images/final.png" />

            <!-- Complete -->
            <image x="35"  y="35" image="graphics/images/ok.png" />

        </menu>
    </dialog>

</dialogs>