summaryrefslogtreecommitdiff
path: root/npcdialogs.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-26 18:34:57 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-26 18:34:57 -0300
commit5ed505ff74b52dd5b0270999195b067670b1ce29 (patch)
tree6adf6c9e75e0ccac2e38c8fa877420903d49ab84 /npcdialogs.xml
parentfff312f5865fe3bc7e45f75fa96209cd3e75afc1 (diff)
downloadclientdata-5ed505ff74b52dd5b0270999195b067670b1ce29.tar.gz
clientdata-5ed505ff74b52dd5b0270999195b067670b1ce29.tar.bz2
clientdata-5ed505ff74b52dd5b0270999195b067670b1ce29.tar.xz
clientdata-5ed505ff74b52dd5b0270999195b067670b1ce29.zip
This is Daily Login Reward GUI
Diffstat (limited to 'npcdialogs.xml')
-rw-r--r--npcdialogs.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/npcdialogs.xml b/npcdialogs.xml
index 7d56737f..a05824a2 100644
--- a/npcdialogs.xml
+++ b/npcdialogs.xml
@@ -39,4 +39,60 @@ Copyright (C) 2016 Evol Online -->
<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>