summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-02-10 01:00:09 -0300
committerJesusaves <cpntb1@ymail.com>2024-02-10 01:00:09 -0300
commitfd390c8ed47da65c9d3d87b89c93f9bc6c1743b0 (patch)
tree3fedafda9de3ede3ebfd8d48b1c5ff10fb29c639
parent6c0e0df8738947b1c70ea6f0cdb5bc1d6c3d614c (diff)
downloadclientdata-fd390c8ed47da65c9d3d87b89c93f9bc6c1743b0.tar.gz
clientdata-fd390c8ed47da65c9d3d87b89c93f9bc6c1743b0.tar.bz2
clientdata-fd390c8ed47da65c9d3d87b89c93f9bc6c1743b0.tar.xz
clientdata-fd390c8ed47da65c9d3d87b89c93f9bc6c1743b0.zip
Add staff badges (sponsors not included)
-rw-r--r--LICENSE18
-rw-r--r--graphics/badges/groups/2-support.pngbin0 -> 372 bytes
-rw-r--r--graphics/badges/groups/2-support.xml12
-rw-r--r--graphics/badges/groups/5-developer.pngbin0 -> 388 bytes
-rw-r--r--graphics/badges/groups/5-developer.xml12
-rw-r--r--graphics/badges/groups/60-officer.pngbin0 -> 908 bytes
-rw-r--r--graphics/badges/groups/60-officer.xml12
-rw-r--r--graphics/badges/groups/80-master.pngbin0 -> 905 bytes
-rw-r--r--graphics/badges/groups/80-master.xml12
-rw-r--r--graphics/badges/groups/99-admin.pngbin0 -> 891 bytes
-rw-r--r--graphics/badges/groups/99-admin.xml12
-rw-r--r--groups.xml10
12 files changed, 82 insertions, 6 deletions
diff --git a/LICENSE b/LICENSE
index a3278a6d..827833ff 100644
--- a/LICENSE
+++ b/LICENSE
@@ -53,6 +53,12 @@ This list also includes the list of Evol Online and The Mana World contributors.
# Graphics
## Badges
+### Groups
+ graphics/badges/groups/2-suppport.png (gumi) (CC0) (-)
+ graphics/badges/groups/5-developer.png (gumi) (CC0) (-)
+ graphics/badges/groups/60-officer.png (sunburn) (CC BY 3.0) (OGA Medals)
+ graphics/badges/groups/80-master.png (sunburn) (CC BY 3.0) (OGA Medals)
+ graphics/badges/groups/99-admin.png (sunburn) (CC BY 3.0) (OGA Medals)
### Guilds
graphics/badges/guilds/croconut-riders.png (Box Of Shame, CR Guild) (CC BY-SA 3.0) (-)
graphics/badges/guilds/monster-king.png (Saulc) (CC BY-SA 4.0) (-)
@@ -86,15 +92,15 @@ This list also includes the list of Evol Online and The Mana World contributors.
graphics/images/sequenceboard.png (Jesusalva) (CC BY-SA 3.0) (Melissa Krautheim)
### Ambient
- graphics/images/ambient/aethyr.jpg (LuminousDragonGames) (CCO) (-)
+ graphics/images/ambient/aethyr.jpg (LuminousDragonGames) (CC0) (-)
graphics/images/ambient/cloud.png (Len) (CC BY-SA 3.0) (Reid)
- graphics/images/ambient/darkness1.png (jesusalva) (CCO) (-)
- graphics/images/ambient/darkness2.png (jesusalva) (CCO) (-)
+ graphics/images/ambient/darkness1.png (jesusalva) (CC0) (-)
+ graphics/images/ambient/darkness2.png (jesusalva) (CC0) (-)
graphics/images/ambient/desertclouds.png (Saulc) (CC BY-SA 4.0) (-)
graphics/images/ambient/fire.png (Spiney, ztn) (CC0) (-)
graphics/images/ambient/fog.png (Crush) (GPL 3.0/CC BY-SA 3.0) (-)
- graphics/images/ambient/light_fog.png (jesusalva) (CCO) (-)
- graphics/images/ambient/medium_fog.png (jesusalva) (CCO) (-)
+ graphics/images/ambient/light_fog.png (jesusalva) (CC0) (-)
+ graphics/images/ambient/medium_fog.png (jesusalva) (CC0) (-)
graphics/images/ambient/night.png (Crush) (GPL 3.0/CC BY-SA 3.0) (jesusalva)
graphics/images/ambient/rain.png (jesusalva) (GPLv2) (-)
graphics/images/ambient/sandstorm.png (Crush) (GPL 3.0/CC BY-SA 3.0) (-)
@@ -506,7 +512,7 @@ This list also includes the list of Evol Online and The Mana World contributors.
graphics/items/equipment/weapons/kunai.png (?) (GPLv2) (TMW-Br)
graphics/items/equipment/weapons/lightsaber.png (?) (GPLv2) (TMW-Br)
graphics/items/equipment/weapons/longsword.png (Irukard) (GPL 3.0/CC BY 4.0) (-)
- graphics/items/equipment/weapons/miere.png (?) (CCO) (LoF)
+ graphics/items/equipment/weapons/miere.png (?) (CC0) (LoF)
graphics/items/equipment/weapons/minerknife.png (Saulc) (CC BY-SA 4.0) (-)
graphics/items/equipment/weapons/pickaxe.png (Irukard) (GPL 3.0/CC BY 4.0) (-)
graphics/items/equipment/weapons/redlightsaber.png (?) (GPLv2) (TMW-Br)
diff --git a/graphics/badges/groups/2-support.png b/graphics/badges/groups/2-support.png
new file mode 100644
index 00000000..253997e5
--- /dev/null
+++ b/graphics/badges/groups/2-support.png
Binary files differ
diff --git a/graphics/badges/groups/2-support.xml b/graphics/badges/groups/2-support.xml
new file mode 100644
index 00000000..cc5f65ed
--- /dev/null
+++ b/graphics/badges/groups/2-support.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<sprite>
+ <imageset
+ name="icon"
+ src="graphics/badges/groups/2-support.png"
+ width="16" height="16" offsetY="0"/>
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/badges/groups/5-developer.png b/graphics/badges/groups/5-developer.png
new file mode 100644
index 00000000..b61e45de
--- /dev/null
+++ b/graphics/badges/groups/5-developer.png
Binary files differ
diff --git a/graphics/badges/groups/5-developer.xml b/graphics/badges/groups/5-developer.xml
new file mode 100644
index 00000000..56b1beee
--- /dev/null
+++ b/graphics/badges/groups/5-developer.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<sprite>
+ <imageset
+ name="icon"
+ src="graphics/badges/groups/5-developer.png"
+ width="16" height="16" offsetY="0"/>
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/badges/groups/60-officer.png b/graphics/badges/groups/60-officer.png
new file mode 100644
index 00000000..63f1a8bc
--- /dev/null
+++ b/graphics/badges/groups/60-officer.png
Binary files differ
diff --git a/graphics/badges/groups/60-officer.xml b/graphics/badges/groups/60-officer.xml
new file mode 100644
index 00000000..62e7ccb3
--- /dev/null
+++ b/graphics/badges/groups/60-officer.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<sprite>
+ <imageset
+ name="icon"
+ src="graphics/badges/groups/60-officer.png"
+ width="16" height="16" offsetY="0"/>
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/badges/groups/80-master.png b/graphics/badges/groups/80-master.png
new file mode 100644
index 00000000..75bc8608
--- /dev/null
+++ b/graphics/badges/groups/80-master.png
Binary files differ
diff --git a/graphics/badges/groups/80-master.xml b/graphics/badges/groups/80-master.xml
new file mode 100644
index 00000000..623f7517
--- /dev/null
+++ b/graphics/badges/groups/80-master.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<sprite>
+ <imageset
+ name="icon"
+ src="graphics/badges/groups/80-master.png"
+ width="16" height="16" offsetY="0"/>
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/badges/groups/99-admin.png b/graphics/badges/groups/99-admin.png
new file mode 100644
index 00000000..f3ddd044
--- /dev/null
+++ b/graphics/badges/groups/99-admin.png
Binary files differ
diff --git a/graphics/badges/groups/99-admin.xml b/graphics/badges/groups/99-admin.xml
new file mode 100644
index 00000000..220253bd
--- /dev/null
+++ b/graphics/badges/groups/99-admin.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<sprite>
+ <imageset
+ name="icon"
+ src="graphics/badges/groups/99-admin.png"
+ width="16" height="16" offsetY="0"/>
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/groups.xml b/groups.xml
index ddc7d96a..8d1d8245 100644
--- a/groups.xml
+++ b/groups.xml
@@ -46,6 +46,8 @@ Copyright (C) 2017 Evol Online -->
longName="Support"
inherit="1"
highlightName="true"
+ showBadge="true"
+ badge="groups/2-support.xml"
>
<commands>
<command name="autotrade" use="self" />
@@ -105,6 +107,8 @@ Copyright (C) 2017 Evol Online -->
longName="Developer"
inherit="2"
highlightName="true"
+ showBadge="true"
+ badge="groups/5-developer.xml"
>
<commands>
<command name="load" use="self" />
@@ -134,6 +138,8 @@ Copyright (C) 2017 Evol Online -->
longName="Officer"
inherit="2"
highlightName="true"
+ showBadge="true"
+ badge="groups/60-officer.xml"
>
<commands>
<command name="slaveclone" use="both" />
@@ -184,6 +190,8 @@ Copyright (C) 2017 Evol Online -->
longName="Game Master"
inherit="5,0"
highlightName="true"
+ showBadge="true"
+ badge="groups/80-master.xml"
>
<commands>
<command name="load" use="self" />
@@ -280,6 +288,8 @@ Copyright (C) 2017 Evol Online -->
longName="Administrator"
inherit="5"
highlightName="true"
+ showBadge="true"
+ badge="groups/99-admin.xml"
>
<commands>
<command name="accinfo" use="false" />