• 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

Recent content by htw1999

  1. H

    MQ2CSum

    #include "../MQ2Plugin.h" PreSetup("MQ2CSum"); #define PKT_CORPSE_DRAG 0x6536 #define PKT_CORPSE_DROP 0x50C0 #define PKT_UPDATE_POSITION 0x14CB VOID SumCorpseCmd(PSPAWNINFO pChar, PCHAR szLine) { // check for target if (!pTarget || !ppTarget) return; // make...
  2. H

    docrackwnd fix

    Well, first all, I assume you pasted either a macro files contents, or mq autoexec config contents, at the end of your post for your .ini (if you really have that stuff in there, remove it, it doesn't belong): ... down to the end of the file. Look at your UIErrors.txt in your main EQ...
  3. H

    docrackwnd fix

    You might just want to delete the MQ2DoCrack plugin source directory for your project, then use mkplugin to create MQ2DoCrack again, then copy the .h/.c files over to that subdir and recompile. As far as nothing showing up in the window, but you having crack entries in the .ini.. here are the...
  4. H

    docrackwnd fix

    Don't use MQUI.xml. 1) Download attachment, unzip it into your MQ2DoCrack plugin source directory, and recompile it (don't need to recompile MQ2, just do the plugin). 2) Copy the .dll into your MQ2 dir, if you run it from other than the release dir. 3) Copy the MQUI_DoCrackWnd.xml to your...
Back
Top
Cart