diff options
-rw-r--r-- | graphics/badges/groups/admin.png | bin | 0 -> 511 bytes | |||
-rw-r--r-- | graphics/badges/groups/admin.xml | 9 | ||||
-rw-r--r-- | graphics/badges/groups/bot.png | bin | 0 -> 853 bytes | |||
-rw-r--r-- | graphics/badges/groups/bot.xml | 9 | ||||
-rw-r--r-- | graphics/badges/groups/dev.png | bin | 0 -> 372 bytes | |||
-rw-r--r-- | graphics/badges/groups/dev.xml | 9 | ||||
-rw-r--r-- | graphics/badges/groups/dev2.png | bin | 0 -> 388 bytes | |||
-rw-r--r-- | graphics/badges/groups/dev2.xml | 9 | ||||
-rw-r--r-- | graphics/badges/groups/event.png | bin | 0 -> 701 bytes | |||
-rw-r--r-- | graphics/badges/groups/event.xml | 9 | ||||
-rw-r--r-- | groups.xml | 22 |
11 files changed, 56 insertions, 11 deletions
diff --git a/graphics/badges/groups/admin.png b/graphics/badges/groups/admin.png Binary files differnew file mode 100644 index 00000000..4aa3e641 --- /dev/null +++ b/graphics/badges/groups/admin.png diff --git a/graphics/badges/groups/admin.xml b/graphics/badges/groups/admin.xml new file mode 100644 index 00000000..4d7d5ddc --- /dev/null +++ b/graphics/badges/groups/admin.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<sprite> + <imageset name="icon" src="graphics/badges/groups/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/graphics/badges/groups/bot.png b/graphics/badges/groups/bot.png Binary files differnew file mode 100644 index 00000000..56a6dc1d --- /dev/null +++ b/graphics/badges/groups/bot.png diff --git a/graphics/badges/groups/bot.xml b/graphics/badges/groups/bot.xml new file mode 100644 index 00000000..16dbaca1 --- /dev/null +++ b/graphics/badges/groups/bot.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<sprite> + <imageset name="icon" src="graphics/badges/groups/bot.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/dev.png b/graphics/badges/groups/dev.png Binary files differnew file mode 100644 index 00000000..253997e5 --- /dev/null +++ b/graphics/badges/groups/dev.png diff --git a/graphics/badges/groups/dev.xml b/graphics/badges/groups/dev.xml new file mode 100644 index 00000000..ccf8ae41 --- /dev/null +++ b/graphics/badges/groups/dev.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<sprite> + <imageset name="icon" src="graphics/badges/groups/dev.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/dev2.png b/graphics/badges/groups/dev2.png Binary files differnew file mode 100644 index 00000000..b61e45de --- /dev/null +++ b/graphics/badges/groups/dev2.png diff --git a/graphics/badges/groups/dev2.xml b/graphics/badges/groups/dev2.xml new file mode 100644 index 00000000..46182103 --- /dev/null +++ b/graphics/badges/groups/dev2.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<sprite> + <imageset name="icon" src="graphics/badges/groups/dev2.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/event.png b/graphics/badges/groups/event.png Binary files differnew file mode 100644 index 00000000..1f17a046 --- /dev/null +++ b/graphics/badges/groups/event.png diff --git a/graphics/badges/groups/event.xml b/graphics/badges/groups/event.xml new file mode 100644 index 00000000..a2ae2ed5 --- /dev/null +++ b/graphics/badges/groups/event.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<sprite> + <imageset name="icon" src="graphics/badges/groups/event.png" width="16" height="16" offsetY="0"/> + <action name="default" imageset="icon"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> @@ -2,7 +2,7 @@ <!-- Author: 4144 Copyright (C) 2017 Evol Online --> <groups> - <group id="0" name="Player" longName="Player"> + <group id="0" name="Player" longName="Player" showBadge="false"> <commands> <command name="help" use="self"/> <command name="setleader" use="self"/> @@ -18,8 +18,8 @@ Copyright (C) 2017 Evol Online --> <permission name="view_equipment"/> </permissions> </group> - <group id="1" name="Bot" longName="Bot" inherit="0"/> - <group id="40" name="Dev" longName="Developer" inherit="1"> + <group id="1" name="Bot" longName="Bot" inherit="0" badge="groups/bot.xml" showBadge="true"/> + <group id="40" name="Dev" longName="Developer" inherit="1" badge="groups/dev.xml" showBadge="true"> <commands> <command name="broadcast" use="self"/> <command name="localbroadcast" use="self"/> @@ -60,8 +60,8 @@ Copyright (C) 2017 Evol Online --> <permission name="any_warp"/> </permissions> </group> - <group id="41" name="Dev" longName="Developer (hidden)" inherit="40"/> - <group id="50" name="Event" longName="Event coordinator" inherit="41"> + <group id="41" name="Dev" longName="Developer (hidden)" inherit="40" showBadge="false"/> + <group id="50" name="Event" longName="Event coordinator" inherit="41" badge="groups/event.xml" showBadge="true"> <commands> <command name="invisible" use="self"/> <command name="visible" use="self"/> @@ -70,7 +70,7 @@ Copyright (C) 2017 Evol Online --> <command name="charclass" use="self"/> </commands> </group> - <group id="51" name="Event" longName="Event coordinator (hidden)" inherit="50"/> + <group id="51" name="Event" longName="Event coordinator (hidden)" inherit="50" showBadge="false"/> <group id="60" name="GM" longName="Game master" showBadge="true" inherit="51"> <commands> <command name="charpvp" use="self"/> @@ -126,8 +126,8 @@ Copyright (C) 2017 Evol Online --> <permission name="receive_requests"/> </permissions> </group> - <group id="61" name="GM" longName="Game master (hidden)" inherit="60"/> - <group id="80" name="Dev" longName="Core developer" inherit="61"> + <group id="61" name="GM" longName="Game master (hidden)" inherit="60" showBadge="false"/> + <group id="80" name="Dev" longName="Core developer" inherit="61" badge="groups/dev2.xml" showBadge="true"> <commands> <command name="setmagic" use="self"/> <command name="magicinfo" use="self"/> @@ -151,8 +151,8 @@ Copyright (C) 2017 Evol Online --> <command name="debug" use="self"/> </commands> </group> - <group id="81" name="Dev" longName="Core developer (hidden)" inherit="80"/> - <group id="98" name="Admin" longName="Administrator (hidden)" inherit="81"> + <group id="81" name="Dev" longName="Core developer (hidden)" inherit="80" showBadge="false"/> + <group id="98" name="Admin" longName="Administrator (hidden)" inherit="81" showBadge="false"> <commands> <command name="dropall" use="self"/> <command name="questskill" use="self"/> @@ -180,5 +180,5 @@ Copyright (C) 2017 Evol Online --> <permission name="all_commands"/> </permissions> </group> - <group id="99" name="Admin" longName="Administrator" showBadge="true" inherit="98"/> + <group id="99" name="Admin" longName="Administrator" showBadge="true" inherit="98" badge="groups/admin.xml"/> </groups> |