#include <classes.h>
Public Attributes | |
| UI08 | free |
| Guild slot used? | |
| TEXT | name [41] |
| Name of the guild. | |
| TEXT | abbreviation [4] |
| Abbreviation of the guild. | |
| SI32 | type |
| Type of guild (0=standard/1=chaos/2=order). | |
| TEXT | charter [51] |
| Charter of guild. | |
| TEXT | webpage [51] |
| Web url of guild. | |
| SI32 | stone |
| The serial of the guildstone. | |
| SI32 | master |
| The serial of the guildmaster. | |
| SI32 | recruits |
| Amount of recruits. | |
| SI32 | recruit [MAXGUILDRECRUITS+1] |
| Serials of candidates. | |
| SI32 | members |
| Amount of members. | |
| SI32 | member [MAXGUILDMEMBERS+1] |
| Serials of all the members. | |
| SI32 | wars |
| Amount of wars. | |
| SI32 | war [MAXGUILDWARS+1] |
| Numbers of Guilds we have declared war to. | |
| SI32 | priv |
| Some dummy to remember some values. | |
|
|
Abbreviation of the guild.
|
|
|
Charter of guild.
|
|
|
Guild slot used?
|
|
|
The serial of the guildmaster.
|
|
|
Serials of all the members.
|
|
|
Amount of members.
|
|
|
Name of the guild.
|
|
|
Some dummy to remember some values.
|
|
|
Serials of candidates.
|
|
|
Amount of recruits.
|
|
|
The serial of the guildstone.
|
|
|
Type of guild (0=standard/1=chaos/2=order).
|
|
|
Numbers of Guilds we have declared war to.
|
|
|
Amount of wars.
|
|
|
Web url of guild.
|