Skip to content

Launching efyran

Martin Lindhe edited this page Nov 11, 2023 · 1 revision

Oct 2023: When using git version, make sure you pull the submodules (external dependencies)

git submodule update --init --recursive

Place the efyran folder in MacroQuest-Root\lua\efyran.

Then start it with /lua run efyran

Auto-starting

You can auto start efyran with this Macroquest\config\zoned.cfg:

/setwintitle ${Me.Name}
/if (!${Bool[${Lua.PIDs}]}) /lua run efyran

For ease of starting / stopping / re-launching, you can also put the following in your Macroquest\config\MacroQuest.ini:

[Aliases]
/e4=/multiline ; /lua stop efyran ; /timed 5 /lua run efyran
/e4all=/bcaa //multiline ; /lua stop efyran ; /timed 5 /lua run efyran
/stope4=/lua stop efyran
/stopall=/bcaa //lua stop efyran
Clone this wiki locally