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

  1. H

    EMU Mq2Clipper

    You could at least credit the original writer if your going to swipe peoples code
  2. H

    MQ for non SOD servers?

    MQEmulator.net have to donate for membership, but they have a bunch of current plugins backported to run on eqemu, and they have a huge alla-like search engine to look up mob stats and stuff right from the game database.
  3. H

    C++ question, how to shutdown a plugin internally

    I posted this in the wrong forum originally, my appoligies. Im trying to find a way to make a plugin shut itself down. Much in the way /plugin blahblah unload does, but I want to plugin to do it to itself. For instance plugins that have another required plugin to run. Like netbots and eqbc. I...
  4. H

    Shutdown a plugin?

    I'm speaking about from within the plugin, in the code. I don't want to use docommand either which would rule out any use of /plugin
  5. H

    Shutdown a plugin?

    I've tried several ways to do this, but all result in a crash. I'm looking to have a plugin shut itself down, preferably in the initialize event. I've tried sorting through pPlugins in the initialize event to do a Shutdown call, but the plugin isn't in the list yet. Invoking the same method...
  6. H

    MQ for non SOD servers?

    There is a site that specializes in Mq for emu about to run to work but I can see if I can find it tomorow.
  7. H

    MQ2autosize offset woes

    anyone familiar with mq2autosize and how to find the offsets for it? I'm working with the october 05 client, the oldest offset I could find for it was jan 06, and the function it hooks passes a float. So i poped the client source up in IDA and pecked around starting at the jan 06 offset and...
  8. H

    Output a PVOID?

    Very sexy makes perfect sence. I'm makin up a little sniffer for eqemu that displays parsed packet data, but I needed a way to dump raw hex data out when I got a packet that I don't have the struct for yet. Thanks sir.
  9. H

    Output a PVOID?

    dealing with onsendpacket, and i want to display the Packet data. I'm pretty unfamiliar with C++, but I did do some my research before I turned to you guys =) From what I understand PVOID is just a pointer to an address of an undetermined structure. I want to output the packet data to the EQ...
  10. H

    block outbound packet

    So all i gotta do is return a false whenever the opcode of my packet i want to block comes up... seems to simple =P and yes i got the opcode i wanna block, im working with eqemu, just pulled it out of their source. Thanks.
  11. H

    block outbound packet

    Anyone got an example of how to block an outbound packet from the client?
Back
Top
Cart