Page 1 of 1
need help with loading dll and macros under IS please
Posted: Tue Sep 13, 2005 11:31 am
by tensha
i am having some issue's understand just how to get a macro to work inder innerspace.
to start with i compiled ISXEQ.snl and copied the dll(s) and text files from the MQ2-20050907\Release folder to InnerSpace\Extensions folder
how do i load these dll in to IS? i have tried "load <insertname>.dll" and "extension <insertname>.dll" in the "Inner Space Uplink - LavishScript Console" to no avail
now i downloaded AFCleric.mac from
http://www.macroquest2.com/phpBB2/viewt ... 8fbf259314 and all the required .inc files
now my second question is where do i copy the .mac and .inc files and what is the command to load them in to IS?
also once in IS how do i initiate the macro?
i am very new to MQ and IS ... so TIA for any help
Posted: Tue Sep 13, 2005 12:05 pm
by fearless
Any macro that is written for MQ will only work with MQ, not IS.
Any plugin that is written for MQ will only work with MQ, not IS.
Macros need to be changed significantly, plugins less so.
Lastly, with the release of the new expansion this morning, don't expect any tools for EQ1 to work any time soon.
Posted: Tue Jan 03, 2006 10:30 am
by Red-One
Since this thread dates back months, please refresh us with what your situation is if it's different. You should be able to download the DLL's off of ismods.com (put them into your extension folder) and once in game, pull down the console (~ key) and type ext isxeq. You will also want to load other DLL's afterwards (ext isxeqmap, etc). I would recommend downloading the UI I made for EQ and doing it that way. So assuming all DLL's are in your extensions folder, and the UI I made is in your interface folder, then simply log in a character, pull down the console (~ key) and type ui -load isxeq. The UI should pop up where you can easily click to load any or all DLL's (plus other features).
If compiling it yourself is your brand of vodka, then after compiling, put the DLL's into your extension folder, and put your macros into the scripts folder. Once in game, load extensions isxeq, isxeqlegacy and type do runscript <yourmacroname>. Note: ISXEQ.DLL is required for anything else to load/run, and ISXEQLegacy.DLL is required for using any *.macs or *.incs that you crab from MQ2 to load/run.
I must warn you, that although generic macs/incs should run, certain features they use or require may cause them to not work. For example, if it uses features of custom plugins (MQ2MoveUtils, MQ2Melee, MQ2Twist, etc) then it will most likely not work (lax help me out here if I'm wrong), even if you have the ISX Equivalents of those plugins (the ones I converted and posted). This is to do how commands are interpreted by the Legacy System.
I think I covered the issue, post if you are having further issues.
-Red
Re: need help with loading dll and macros under IS please
Posted: Wed Jan 07, 2026 9:17 pm
by xyilla
Re: need help with loading dll and macros under IS please
Posted: Wed Jan 07, 2026 9:21 pm
by xyilla
Re: need help with loading dll and macros under IS please
Posted: Wed Jan 07, 2026 9:22 pm
by xyilla
Re: need help with loading dll and macros under IS please
Posted: Wed Jan 07, 2026 9:23 pm
by xyilla
Re: need help with loading dll and macros under IS please
Posted: Wed Jan 07, 2026 9:24 pm
by xyilla
Re: need help with loading dll and macros under IS please
Posted: Wed Jan 07, 2026 9:25 pm
by xyilla
Re: need help with loading dll and macros under IS please
Posted: Wed Jan 07, 2026 9:28 pm
by xyilla