• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Recent content by eqjoe

  1. E

    Compiling plugins

    If you dont have MQ2 source, you cant compile plugins to work with MQ2. The plugins require files from MQ2 to build.
  2. E

    No Patcher - Trying to make work - need help

    Can you FTP? I will be a hugh hassle because the patch was large and it will be difficult to get all the right files in one place to bring you up to date. But if you can FTP, I might be able to put some files out on my share at freewebs...
  3. E

    Quick compile question

    Question for you? Why worry about it? Build MQ2 so that it runs on any system. Check out the other threads on this subject here on RedGuides.
  4. E

    Cant log in characters that used Cequip?

    Verified, equip is nerfed.
  5. E

    Cxfer

    Not one capital, not one period. Dude.. you type like a retard. No one will take you seriously with run-on posts like that. You are painful to read. -j
  6. E

    Cxfer

    Cxfer is nerfed totaly. CharInfo changes on todays patch... what do you want to bet equip is now history? -j
  7. E

    Ghost

    Yep... I have an idea about Z that might work. The one thing that we will have to deal with is that mobs are able to hit you even if you are well above them on the Z axis. The trick to that might be to simply send location updates fast.
  8. E

    Ghost

    Ghost is nerfed. The server rejects location updates that are out of bounds and Z mod locations are now limited by the zone architecture. The way melee worked before the nerf was that that client could send the server a location update that would cause the server to miscalculate the character...
  9. E

    MQ2Main.dll older than plugins. How does the check work?

    What cronic did (which is really kinda cool) is write a plugin t that worked only on his plugins to get around this problem. -j
  10. E

    MQ2Main.dll older than plugins. How does the check work?

    Ok... In MQ2PluginHandler.cpp change : CAutoLock Lock(&gPluginCS); DebugSpew("LoadMQ2Plugin(%s)",Filename); CHAR FullFilename[MAX_STRING]={0}; sprintf(FullFilename,"%s\\%s.dll",gszINIPath,Filename); if (!mq2mainstamp) { mq2mainstamp =...
  11. E

    Catching Packets, need help please

    Ya... MQ2 has a callback for sending packets. You would need to code a callback for to add a recieve packets event. You could detour the existing detour and create OnSendPacket.....
  12. E

    mq2 loading problem

    You guys need to defeat the auth system or use a different injector. Using huge auth headers and building with authorization for a bazillion systems does not scale. Plus, defeating MQ2 auth is easy, and using an alternate injector is even easier. In addition, posting your authorization hash...
  13. E

    Help please

    Ok... it doesnt work. What do you need help with? -j
  14. E

    Warp Detection... READ!!!

    Delta checks dont work Mandrack. CoH by a mage, summon by a mob, gate in the same zone and some others that I forget all cause a fast delta that would look like a warp to the server. And for the server to catch those, it would have to keep track of all character location and movement updates in...
Back
Top