GuildIcon

Base URL

URL Parameters

icon

It's a raw 64 bits number that contains all information to render a guild icon. It's the number that is in the Character xml file under guild->icon

size (optional)

  • s: (default) Small guild icon (32x32 pixels)
  • b: Big guild icon (64x64 pixels)

Cache Duration

It's cached for ever. Since the icon is unique and never changes. For a specific icon, it'll always return the same image.

PHP Interface

ryzom_guild_icon_url($icon, $size)

Returns a string that contains the url to display a guild icon.