forked from FGUOfficial/FGUWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrules.htm
119 lines (119 loc) · 6.57 KB
/
rules.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html>
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>FGU Official</title>
<link rel='stylesheet' href='css/main-style.css'>
<link rel='shortcut icon' href='img/favicon.ico'>
</head>
<body>
<!-- Nav Bar -->
<ul>
<li style='float:left' class='fgu-red-hover active'><a href='index.htm'>FGU <b>Official</b></a></li>
<li><a href='#recruit' class='fgu-active'>Join Us</a></li>
<li><a href='index.htm' class='fgu-red-hover'>Home</a></li>
<li><a href='games.htm' class='fgu-red-hover'>Games</a></li>
<li><a href='moderation.htm' class='fgu-red-hover'>Moderation Team</a></li>
<li><a href='rules.htm' class='fgu-red-hover'>Rules</a></li>
</ul>
<!-- Header -->
<header id='header'>
<img id='logo' src='img/logo.png'>
<h1><a href='index.htm' class='fgu-red-hover'>FGU Official</a></h1>
</header>
<!-- About Section -->
<section class='fgu-section'>
<h1>Why Rules?</h1>
<hr>
<p>
Like most guilds FGU also has rules that are required to be followed by members so the guild is a friendly and organised place, these rules stand as an important part in the recruiment of a member also, read carefully if you are considering joining the guild.
</p>
</section>
<section class='fgu-section'>
<h1>General Rules</h1>
<hr>
<p>
1. The Free Gamers United are a fair guild -> we demand fairplay and sportsmanship from our members (means no cheating, no spawncamping, no trolling, no teamkilling, etc.)
</br>
</br>
2. The FGU is a free guild, the leader is the organizer, every new player needs his ok, because he has to check, whether the player is a fair player or not. The guild is lead like a constitutional monarchie.
</br>
</br>
3. We are democratic and make votings about new rules and important changes concerning the guild.
</br>
</br>
4. Every fair gamer is welcome, if he is active.
</br>
</br>
5. We also take beginners and bad players, if they follow the rules and try to help the guild community.
</br>
</br>
6. Everybody is allowed to organize guild meetings at a server.
</br>
</br>
7. We never bully people from outside the guild, but we don't tell them our secrets either.
</br>
</br>
8. If there are peoples from different countries, we speak english. If you are only people from the same country with the same language, you can speak your language
</br>
</br>
9. We are not racist and we never start "This country only"-servers
</br>
</br>
10. We treat every player with respect.
</br>
</br>
11. We accept peoples from outside the guild on our servers, if they follow our rules (means they dont troll/cheat/spawncamp/teamkill)
</br>
</br>
12. You are not allowed to be part of any other OGAT or Omniwar clan/community/guild/group/whatever they call themselves. Exceptions are the official OGAT Discord server (made by the devs), the official Omniwar Discord server (also made by the devs) and
our ally clans, who are listed below the memberlist and also in #welcome
</br>
</br>
12.5. When you read this rule, please contact your recruiter and tell him "Droggelbecher". He will know. This rule doesn't have any actual consequences on the guild.
</br>
</br>
13. You have to join the official guildmeetings or inform a leader, that you can't attend them, before they take place.
</br>
</br>
14. Have fun. Never forget, that it is all fun and games.
</p>
</section>
<section class='fgu-section' id='eso-rules'>
<h1>The Elder Scrolls Online Specific Rules</h1>
</hr>
<p>
1. You can only reach the Veteran rank, if you are not part of any other social, PvE and RP guilds. Reason is, that the Veterans are able to access all important functions of the guild (taking from the bank, inviting new members e.g.) and therefore need to be trusted members, who have proven their loyality towards the guild. Also Veterans need to be at least Assassin Veteran/Elite Marshal or higher.
</br>
</br>
2. Someone who joins us and wants to stay in his current social, PvE and RP guilds is free to do so, but he won't be able to get the Veteran rank or a higher rank than Assassin Veteran/Elite Marshal in the Discord server and therefore not have access to some guild features. (private discussion channels, taking from the guild bank)
</br>
</br>
3. Current FGU members, who start the game from new are expected to not join any other social, PvE and RP guilds due to their loyality to our guild. In exchange they will be able to already get the Veteran rank at Assassin Warrior/Elite General.
</p>
</section>
<section class='fgu-section' id='closing-words'>
<h1>Considering joining?</h1>
</hr>
<p>
We do an unofficial guildmeeting each Saturday at 5pm GMT+0. It is meant to be a time when the members can meet and play together. One is not forced to visit these meetings, but I would like to see you there! =)
</br>
</br>
If you want to join the guild, click the join button found in the lower part of the page or contact Idulus on Discord (Idulus#2479).
</p>
</section>
<section class='fgu-section' id='recruit'>
<h1>Contact/Join Us</h1>
<hr>
<h2>Are you interested in joining the guild or contacting us?
<br>
Click the button below and join the recruitment server now.</h2>
<button onclick="location.href='https://discord.gg/CB57me5'" type='button'>Join Us</button>
<br>
</section>
<footer>
<h4>Developed by <a href='https://github.com/Hydr43301/' class='fgu-red-hover'>Hydra</a></h4>
</footer>
</body>
</html>