52 lines
2.7 KiB
HTML
52 lines
2.7 KiB
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<div class="container" style="max-width: 800px;position: absolute;top: 7rem">
|
|
<div class="heading">Angry Haircraft</div>
|
|
|
|
<div class="text-block">
|
|
Welcome to our private World of Warcraft: Wrath of the Lich King server. This is our FAQ:<br/><br/><br/>
|
|
<strong style="font-size: 120%">How do I get access and play?</strong>
|
|
<div style="padding: 1rem;color: lightgray">
|
|
- Navigate to the 'Account Creation' tab above<br/>
|
|
- Fill out the form and submit it<br/>
|
|
- Your account will now be created and you will get an email with download instructions
|
|
</div>
|
|
|
|
<strong style="font-size: 120%">Can my friend play too?</strong>
|
|
<div style="padding: 1rem;color: lightgray">
|
|
If they can follow the same instructions
|
|
</div>
|
|
|
|
<strong style="font-size: 120%">How do I change my password?</strong>
|
|
<div style="padding: 1rem;color: lightgray">
|
|
- You can change it in-game<br/>
|
|
- Open chat<br/>
|
|
- Type: <code style="background-color: black">.account password [old-password] [new-password] [new-password]</code> and then enter<br/>
|
|
- That's new-password twice, and don't forget the . at the beginning
|
|
</div>
|
|
|
|
<strong style="font-size: 120%">What if I forget my password?</strong>
|
|
<div style="padding: 1rem;color: lightgray">
|
|
- Navigate to the 'Reset Password' tab above<br/>
|
|
- Fill out the form and submit it<br/>
|
|
- You will get an email with a link to reset your password<br/>
|
|
</div>
|
|
|
|
<strong style="font-size: 120%">In game, what's this button bar on the bottom right? Can I remove it?</strong>
|
|
<div style="padding: 1rem;color: lightgray">
|
|
This is an add-on to summon and control bots in your party/raid. If you want to hide it type '/mb' and then enter.
|
|
</div>
|
|
|
|
<strong style="font-size: 120%">Wait, I can control bots in the game?</strong>
|
|
<div style="padding: 1rem;color: lightgray">
|
|
Yes. <a href="https://github.com/Macx-Lio/MultiBot">MultiBot</a> is an add-on that lets you do that. It is included with either client download. Here is a YouTube video that explains how to use it:
|
|
<iframe width="768" height="432" src="https://www.youtube.com/embed/7RPRRbDrs0A?si=_UaSloO4NVuZmb2n" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<script>
|
|
</script>
|
|
{% endblock %}
|