#W# Initial Commit: Avatars Conquest

This commit is contained in:
WarrentyExpired 2026-07-03 20:19:48 -04:00
commit 8eae46895e
7512 changed files with 416187 additions and 0 deletions

21
Docs/types/RankFlags.html Normal file
View file

@ -0,0 +1,21 @@
<html>
<head>
<title>RunUO Documentation - Class Overview - RankFlags</title>
</head>
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
<h4><a href="../namespaces/Server.Guilds.html">Back to Server.Guilds</a></h4>
<h2>RankFlags (Enum)</h2>
None = 0x00000000,<br>
CanInvitePlayer = 0x00000001,<br>
AccessGuildItems = 0x00000002,<br>
RemoveLowestRank = 0x00000004,<br>
RemovePlayers = 0x00000008,<br>
CanPromoteDemote = 0x00000010,<br>
ControlWarStatus = 0x00000020,<br>
AllianceControl = 0x00000040,<br>
CanSetGuildTitle = 0x00000080,<br>
CanVote = 0x00000100,<br>
Member = 0x00000106,<br>
All = 0x000001FF<br>
</body>
</html>