diff options
-rw-r--r-- | notes/guilds.md | 12 | ||||
-rw-r--r-- | views/join.html | 4 |
2 files changed, 15 insertions, 1 deletions
diff --git a/notes/guilds.md b/notes/guilds.md index 1266a29..af558c3 100644 --- a/notes/guilds.md +++ b/notes/guilds.md @@ -10,4 +10,14 @@ if they want to enter a dungeon. Players generally have a preferred role (i.e. DPS/tank/healer) within a guild. They stick to this role when engaging in content with the guild. This limit is purely cultural; -the game does not actually restrict players to a single role.
\ No newline at end of file +the game does not actually restrict players to a single role. + +## Adding players + +Characters belong to guilds. +A single player can have multiple characters that belong to multiple guilds. + +Characters either apply to a guild +in which case the application can be accepted at any time, +or they are invited, +in which case they _must_ be online.
\ No newline at end of file diff --git a/views/join.html b/views/join.html index 3225210..6046e89 100644 --- a/views/join.html +++ b/views/join.html @@ -12,6 +12,10 @@ We use your username to connect you with your account later. Please make sure it's spelled correclty. </p> + <p> + If your application is accepted, we will accept your in-game guild application. + Please make sure you have supmitted such an application in the game's UI. + </p> <input class="signup__input" type="text" id="name" placeholder="PoopenFarten43"> </div> <div class="signup__box"> |