/auto-eq

Primary LanguageAutoHotkey

Auto-EQ

A collection of Everquest scripts to automate some tasks. The scripts leverage AutoHotkey which sends keyboard commands to the Everquest client.

This is still a work in progress and has very basic functionality right now

Setup

  1. Install Autohotkey

  2. Install git (use default options)

  3. Install Auto-EQ

    1. Create a folder or go to a directory where you'd like to install Auto-EQ
    2. Right click in that directory and select Git Bash Here Git Bash Here
    3. In the bash terminal that opened, type in git clone https://github.com/orangebread/auto-eq.git git clone
    4. Aaaand ya done! You should have something similar to this fuck your face
  4. IMPORTANT: Once in awhile you will want to open up the bash terminal and type in git pull in the bash terminal to update the scripts.

How to use

Double click the desired script in the auto-eq directory located in the scripts folder (ex. monk_scripts.ahk).

If you want to see what each script executes, right click on the script and open it in a text editor like Notepad. NOTE: You will need to modify the character names in the scripts for some of these to perform correctly

General

Shift + Ctrl + X - Stop/pause script. Press again to resume script. Works across all scripts.

Shift + Ctrl + R - Reload script. Will reset the script as if you just opened it. Good if the scripts glitch.

Monk

Shift + Ctrl + 1 - Auto Assist the target defined in the script

Shaman

Shift + Ctrl + 1 - Infinite Cannibalize (I fucking love this one)

Shift + Ctrl + 2 - Auto Avatar. Will automatically cycle through a list you've defined and buff each person as Ferine Avatar comes off cooldown. Spell gem for Ferine Avatar should be in Slot 1. Caster will provide a 15 second warning to cast so remain still.

Bard

Shift + Ctrl + 1 - Auto Assist the target defined in the script

Shift + Ctrl + 2 - Symphony of the Battle + Auto Assist + Melody (Assuming you have the item required -- ex. Songblade of the Eternal) and resumes melodies and auto assist. NOTE: You will need to have your desired melody on hotkey 3

References

https://www.autohotkey.com/docs/Tutorial.htm

You can use AutoHotkey's documentation to modify any of this as you see fit.