• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Problem - Macro that used to work on 'old EMU' version but not on the new EMU version,

intered

Member
Joined
May 19, 2021
RedCents
90¢
I posted this earlier describing the issue:

I am on the EZ server and for that there was a macro that handles some stuff. With the new MQ EMU version it no longer works - maybe because the file system layout is totally different.

In old EMU there was a folder in /macros called /cMacros and could call the macro by using: /dgae /mac cMacros\cMac
In the folder /macros/cMacros/ there are also *.inc files. there are being called by using:
#include cMacros\cStoneConvert.inc
#include cMacros\cSpam.inc
#include cMacros\cOffensive.inc

Now i've tried to place the folder 'cMacros' also in the /config folder in the new EMU - but does not work.
I've added a direct link to the .inc files like this:
#include C:\EZServer\MQ2\config\cMacros\cStoneConvert.inc
#include C:\EZServer\MQ2\config\cMacros\cSpam.inc
#include C:\EZServer\MQ2\config\cMacros\cOffensive.inc
Also does not work.

any clue what the issue might be / or what I can still try?

Link to the original site: https://gitlab.com/ez-server-tools/clyde_macros
Attached is the macro
 

Attachments

You need to remove your [MQ2] from the event

Your event needs to match what is there.

Also, use binds instead of unusual events for commands
 
Problem - Macro that used to work on 'old EMU' version but not on the new EMU version,

Users who are viewing this thread

Back
Top
Cart