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

  1. D

    Plugin - MQ2Py

    this is a python wrapper for mq2... basicly you can create plugins using python instead of using c... mostly used for rapid development when youre working on mq2 plugins... ether, env path will take care of that so it shouldn't be an issue as long as you install it...
  2. D

    Question - Load in times / setup

    https://www.redguides.com/community/resources/mq2eqwire.295/ is a good tool to reduce cpu usage and gpu usage, should help significantly with loading and such... will drasticly reduce the amount of time it takes to get stuff started
  3. D

    Plugin - MQ2Py

    dencelle submitted a new resource: MQ2Py - python extension for mq2 developed by brainiac Read more about this resource...
  4. D

    Plugin - MQ2LanguageTrainer

    plugin version of the language macro... because i was bored... #include "../MQ2Plugin.h" #include <ctime> PreSetup("MQ2LanguageTrainer"); bool TrainingEnabled; clock_t WaitTime; CHAR pBuffer[256]; std::vector <std::string> colour; void ToggleTraining(PSPAWNINFO pChar, PCHAR szLine) {...
  5. D

    Unmaintained MQ2MacroTool 1.0.0

    GUI utilization for using macros in-game this hasn't been tested on live servers, so i have no clue how or if it would work... this is for EQEMU use only
  6. D

    Unmaintained MQ2Sql

    This is a ODBC connector to connect to your outside database (most commonly MySQL) allows you to save or read data from your database (similar to MQ2MySQLite by Dannuic except the database can be remote) Credits to Knightly, Dannuic, Kint, and maskoi for making this possible
  7. D

    3rd person view - want to zoom out a little farther?

    brainiac, that struct i posted was from a mq2 compile from titanium since that is what i had open at the moment when responding to the post... yeah i don't know what the current structs for mq2 even look like at the moment... was just trying to give a hint to the fact that you would have to...
  8. D

    3rd person view - want to zoom out a little farther?

    you would access that structure through a plugin... CAMERAINFO.LightRadius = 20000; that would change the light radius to 20000, because who doesn't want everything lite up like no tommarow... if i were you i would look in the unknowns there to see if view distance is in there... then you...
  9. D

    3rd person view - want to zoom out a little farther?

    *hint* // 4/30/2003 build eqmule typedef struct _CAMERAINFO { /*0x00*/ DWORD Unknown0x00; /*0x04*/ DWORD Unknown0x04; /*0x08*/ BYTE Unknown0x08[0x8]; /*0x10*/ FLOAT Y; /*0x14*/ FLOAT X; /*0x18*/ FLOAT Z; /*0x1c*/ FLOAT LightRadius; /*0x20*/ } CAMERAINFO, *PCAMERAINFO;
  10. D

    Tech - autoit3

    You can do that with autoit
  11. D

    Tech - autoit3

    Diba, when i originally was looking around my first thought was C++ since i have done a lot of programming for mq2 plugins and i understand the basic concept of it. (still haven't found a way to do multi threading in it... and inline functions seemed more like just regular functions to me... so...
  12. D

    Tech - autoit3

    So i've been playing around with autoit3, been looking into a lot of the aspects of the automation of different things that you could do with it and the application of what it can do. has anyone else used it a lot? so far i found some interesting things you can do. like i was able to use...
  13. D

    Tech - Windows 10 - anyone using it?

    like every OS release.. i'll be waiting to get it... give the first 6 months so the developers can fix any outstanding bugs and what not... no point in rushing... btw red... mq2 and eq both work on linux backtrack :P just gotta know how...
Back
Top