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
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

