(Required) Must give correct paths to your everquest and mq2 folders here
(Required} Must add character names, account names, and passwords here
Create login sessions here, using the character names defined in characters.txt
Once you have defined your sessions (in pyeq_settings/sessions.yml), go to your command prompt and run:
python pyeq.py <session_name>
- It is highly recommended that you put your everquest binaries, and mq2, within this folder.
- If autologin is being finicky, try manually using Mq2AutoLogin first, so that it is enabled, then rerun.
- Make sure you have all the dependencies to run PyEQ. That is, Python 2.6 or greater, pyaml, and jinja2. To download jinja2 and pyaml, simply issue this command (once you have installed python) from the commandline:
pip install jinja2
pip install pyaml