From 5ed505ff74b52dd5b0270999195b067670b1ce29 Mon Sep 17 00:00:00 2001 From: Jesusaves <cpntb1@ymail.com> Date: Tue, 26 Mar 2019 18:34:57 -0300 Subject: This is Daily Login Reward GUI --- LICENSE | 13 +++++++++++ graphics/images/bexp.png | Bin 0 -> 2113 bytes graphics/images/final.png | Bin 0 -> 1395 bytes graphics/images/gift.png | Bin 0 -> 2347 bytes graphics/images/gp.png | Bin 0 -> 2096 bytes graphics/images/jexp.png | Bin 0 -> 2136 bytes graphics/images/last.png | Bin 0 -> 2588 bytes graphics/images/ok.png | Bin 0 -> 1923 bytes graphics/images/sc.png | Bin 0 -> 1347 bytes npcdialogs.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++ 10 files changed, 69 insertions(+) create mode 100644 graphics/images/bexp.png create mode 100644 graphics/images/final.png create mode 100644 graphics/images/gift.png create mode 100644 graphics/images/gp.png create mode 100644 graphics/images/jexp.png create mode 100644 graphics/images/last.png create mode 100644 graphics/images/ok.png create mode 100644 graphics/images/sc.png diff --git a/LICENSE b/LICENSE index d5dfbece..e8527767 100644 --- a/LICENSE +++ b/LICENSE @@ -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 new file mode 100644 index 00000000..90d3c295 Binary files /dev/null and b/graphics/images/bexp.png differ diff --git a/graphics/images/final.png b/graphics/images/final.png new file mode 100644 index 00000000..6492265b Binary files /dev/null and b/graphics/images/final.png differ diff --git a/graphics/images/gift.png b/graphics/images/gift.png new file mode 100644 index 00000000..ac42ff85 Binary files /dev/null and b/graphics/images/gift.png differ diff --git a/graphics/images/gp.png b/graphics/images/gp.png new file mode 100644 index 00000000..8d7b018d Binary files /dev/null and b/graphics/images/gp.png differ diff --git a/graphics/images/jexp.png b/graphics/images/jexp.png new file mode 100644 index 00000000..c08e5ecf Binary files /dev/null and b/graphics/images/jexp.png differ diff --git a/graphics/images/last.png b/graphics/images/last.png new file mode 100644 index 00000000..29c9a70d Binary files /dev/null and b/graphics/images/last.png differ diff --git a/graphics/images/ok.png b/graphics/images/ok.png new file mode 100644 index 00000000..57f5a858 Binary files /dev/null and b/graphics/images/ok.png differ diff --git a/graphics/images/sc.png b/graphics/images/sc.png new file mode 100644 index 00000000..30595d2c Binary files /dev/null and b/graphics/images/sc.png differ 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> -- cgit v1.2.3-70-g09d2