From 3e302fdb568d28aa4061ea9bd699b4f318df0174 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Mon, 1 Apr 2024 13:53:20 +0200 Subject: Add note about dual-invitations to application form Apparently, there are certain rules for adding members to guilds. These are documented in the developer-facing documentation and a note is added to the form. --- notes/guilds.md | 12 +++++++++++- views/join.html | 4 ++++ 2 files changed, 15 insertions(+), 1 deletion(-) 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.

+

+ 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. +

-- cgit v1.2.3