The Mission Icon is the icon that is to the left of the mission title in missions dialog. Ryzom Core ships the default generic_generic mission for you. You can use the mission icon to easily and visually denote categories of missions when players are looking at the mission dialog. There are two primary steps to defining or changing a mission icon for a mission tree. The first step is to define the mission_icon sheet. You can see an example in the repository as generic_generic.mission_icon and is in your leveldesign/Game_elem/mission folder. The second part is to associate the mission icon with the mission tree.
...
The first two, MainIconBg and MainIconFg, combine to make the icon seen in the mission dialog or journal. Ryzom Core provides a number of default options for you to choose from in the asset database, specifically in: W:\database\interfaces\v3_items. Here are some examples:
MainIconBg:
BK_fyros
...
BK_mission
...
BK_generic
MainIconFg:
ICO_Task_Craft
...
ICO_Task_Generic
...
ICO_Task_Forage
The SmallTask is a tiny representation of the mission task icon:
Small_Task_Craft
...
Small_Task_Generic
...
Small_Task_Forage
Here's what an example mission_icon looks like:
...