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

  1. J

    Map wayponts and compas marker or arrow

    There is a way to make the compass waypoint point to whatever. I wrote a plugin that did it. Is available on MMOBugs. Far as the yellow findpath thing, that is generated server side. With server side verification for if the intended spawn is actually "findable" - Galuvwen
  2. J

    Jigs21 Compile V2.2 (NURHURFED)

    Re: Jigs21 Compile V2.1 In almost 4 hours of sniffing packets while I was at class tonight.. A full MQ chat window of detection packets sent.. imagine that.... - Galuvwen
  3. J

    Jigs21 Compile V2.2 (NURHURFED)

    Re: Jigs21 Compile V2.1 Some of detour checks have been around since than. The new checks added with the last patch was checks to see if the caller address is below 0x650000ish. All these checks are avoidable with patching of the appropriate functions and modification of the detour detection...
  4. J

    MQ2Gate

    passed around no.. don't know what the the above person is using. - G
  5. J

    Requesting Warp and Piggyzone

    I properly understand the code and take the measures needed to avoid Sony's client side detection methods that they have implemented. - Galuvwen
  6. J

    Anyone have working Warp

    If you don't care than simply take any of the warp plugins and update the offset and there you go...
  7. J

    Mission ID's

    There is more to the packet than just mission number and mission giver spawnID There is also a number which changes every session
  8. J

    Who is Odessa?

    Odessa is god and not a chick
  9. J

    Sony has updated their logging methods

    encrypting means nothing MQ wise. All the data must pass through a function on its way to being encrypted in which point the raw data can be intercepted and modified as needed.
  10. J

    Offsets: October 4th 2006!

    been nerfed.. The packet now requires a certain ID of sorts which is given by the server when someone invites you to a group.. This ID is unique between inviter and invitee..
  11. J

    Offsets: October 4th 2006!

    eqgame.h FYI just overwrite the entire file with the defines posted in the first post
  12. J

    Offsets: October 4th 2006!

    Structures did not APPEAR to change comparing vtables and sizeofs quickly.. /****************************************************************************** MQ2Main.dll: MacroQuest2's extension DLL for EverQuest Copyright (C) 2002-2003 Plazmic, 2003-2005 Lax This program is free...
  13. J

    Compile with usual hacks, tested and working (27092006).

    *waits for any ban sprees turk predicts to come true* wait nevermind I forgot its just a big plot to increase his support..
  14. J

    Classic Source::Mq2piggyzone :: /zone & /gate commands

    All untested but should work for that. Add to function prototypes void SetupNextZone(int dest); New MyOnZoned Function void MyOnZoned(PSPAWNINFO pChar) { if (ChainZoneCnt>0) { if (pChar->Zone != ChainZone[ChainZoneCnt]) { ChainZoneCnt=0; return; }...
  15. J

    to those of you who think you should be the only people who do this stuff.......

    Your wrong on this. Ive done it before.. and well coming back from a party tonight I was grouped with a friend, when I was groupless when I left.
Back
Top