diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-26 18:34:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-26 18:34:57 -0300 |
commit | 5ed505ff74b52dd5b0270999195b067670b1ce29 (patch) | |
tree | 6adf6c9e75e0ccac2e38c8fa877420903d49ab84 | |
parent | fff312f5865fe3bc7e45f75fa96209cd3e75afc1 (diff) | |
download | clientdata-5ed505ff74b52dd5b0270999195b067670b1ce29.tar.gz clientdata-5ed505ff74b52dd5b0270999195b067670b1ce29.tar.bz2 clientdata-5ed505ff74b52dd5b0270999195b067670b1ce29.tar.xz clientdata-5ed505ff74b52dd5b0270999195b067670b1ce29.zip |
This is Daily Login Reward GUI
-rw-r--r-- | LICENSE | 13 | ||||
-rw-r--r-- | graphics/images/bexp.png | bin | 0 -> 2113 bytes | |||
-rw-r--r-- | graphics/images/final.png | bin | 0 -> 1395 bytes | |||
-rw-r--r-- | graphics/images/gift.png | bin | 0 -> 2347 bytes | |||
-rw-r--r-- | graphics/images/gp.png | bin | 0 -> 2096 bytes | |||
-rw-r--r-- | graphics/images/jexp.png | bin | 0 -> 2136 bytes | |||
-rw-r--r-- | graphics/images/last.png | bin | 0 -> 2588 bytes | |||
-rw-r--r-- | graphics/images/ok.png | bin | 0 -> 1923 bytes | |||
-rw-r--r-- | graphics/images/sc.png | bin | 0 -> 1347 bytes | |||
-rw-r--r-- | npcdialogs.xml | 56 |
10 files changed, 69 insertions, 0 deletions
@@ -70,6 +70,19 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors ## Images graphics/images/spit23loginwallpaper_800x600.png (Bart, Jesusalva) (CC0) (Jesusalva) graphics/images/seaofclouds_1024x1024.png (?) (GPLv3) (TMW-BR) + Attention! + Skill frame is from the Battle For Wesnoth and is under GPL v2+ + Even when stated CC BY-SA 3, it is in compatibility mode to GPL v3 + This doesn't applies to legacy round frame. + graphics/images/bexp.png (jesusalva) (GPLv3) (-) + graphics/images/final.png (jesusalva) (GPLv3) (-) + graphics/images/gift.png (jesusalva) (GPLv3) (-) + graphics/images/gp.png (jesusalva) (GPLv3) (-) + graphics/images/jexp.png (jesusalva) (GPLv3) (-) + graphics/images/last.png (jesusalva) (GPLv3) (-) + graphics/images/ok.png (jesusalva) (GPLv3) (-) + graphics/images/sc.png (jesusalva) (GPLv3) (-) + ### Ambient graphics/images/ambient/cloud.png (Len) (CC BY-SA 3.0) (Reid) graphics/images/ambient/darkness1.png (jesusalva) (CCO) (-) diff --git a/graphics/images/bexp.png b/graphics/images/bexp.png Binary files differnew file mode 100644 index 00000000..90d3c295 --- /dev/null +++ b/graphics/images/bexp.png diff --git a/graphics/images/final.png b/graphics/images/final.png Binary files differnew file mode 100644 index 00000000..6492265b --- /dev/null +++ b/graphics/images/final.png diff --git a/graphics/images/gift.png b/graphics/images/gift.png Binary files differnew file mode 100644 index 00000000..ac42ff85 --- /dev/null +++ b/graphics/images/gift.png diff --git a/graphics/images/gp.png b/graphics/images/gp.png Binary files differnew file mode 100644 index 00000000..8d7b018d --- /dev/null +++ b/graphics/images/gp.png diff --git a/graphics/images/jexp.png b/graphics/images/jexp.png Binary files differnew file mode 100644 index 00000000..c08e5ecf --- /dev/null +++ b/graphics/images/jexp.png diff --git a/graphics/images/last.png b/graphics/images/last.png Binary files differnew file mode 100644 index 00000000..29c9a70d --- /dev/null +++ b/graphics/images/last.png diff --git a/graphics/images/ok.png b/graphics/images/ok.png Binary files differnew file mode 100644 index 00000000..57f5a858 --- /dev/null +++ b/graphics/images/ok.png diff --git a/graphics/images/sc.png b/graphics/images/sc.png Binary files differnew file mode 100644 index 00000000..30595d2c --- /dev/null +++ b/graphics/images/sc.png 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> |