need help with loading dll and macros under IS please

Moderator: MacroQuest Developers

tensha
a lesser mummy
a lesser mummy
Posts: 58
Joined: Tue Sep 13, 2005 11:00 am

need help with loading dll and macros under IS please

Post by tensha » Tue Sep 13, 2005 11:31 am

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

User avatar
fearless
Not a Psychic
Posts: 2684
Joined: Wed Mar 10, 2004 3:52 pm

Post by fearless » Tue Sep 13, 2005 12:05 pm

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.
Reading . . . it's not just for me.

[url=http://www.catb.org/~esr/faqs/smart-questions.html]How To Ask Questions The Smart Way[/url]
[quote="Ccomp5950"]Fearless showed me the light, you too shall learn.[/quote]

Red-One
a ghoul
a ghoul
Posts: 143
Joined: Tue Dec 28, 2004 9:14 pm

Post by Red-One » Tue Jan 03, 2006 10:30 am

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







xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: need help with loading dll and macros under IS please

Post by xyilla » Wed Jan 07, 2026 9:28 pm