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

  1. shroomheadofmarbles

    uber plugin needs struct update MQ2SetClicky

    // size is 0xc 01-27-2005 typedef struct _ITEMSPELLS { /*0x00*/ DWORD SpellID; /*0x04*/ BYTE RequiredLevel; /*0x05*/ BYTE EffectType; /*0x06*/ BYTE Unknown[2]; /*0x08*/ DWORD Unknown0x08; } ITEMSPELLS, *PITEMSPELLS; /*0x1a4*/ struct _ITEMSPELLS Clicky; /*0x1b0*/ struct _ITEMSPELLS Proc...
  2. shroomheadofmarbles

    plugin idea

    can someone help create a plugin that can change your toon's size client side ie. be able to shrink and grow unlimited times this is the offset just dont know how to code the plugin (__Guilds-0x205D0)/2)
  3. shroomheadofmarbles

    uber plugin needs struct update MQ2SetClicky

    Maybe siddin can update when he gets back i hope :eek:
  4. shroomheadofmarbles

    uber plugin needs struct update MQ2SetClicky

    I would 100% understand if you didnt want too because you sell a similar plugin but would you be willing to update this one for us as most of us dont have the skill needed to do it?
  5. shroomheadofmarbles

    uber plugin needs struct update MQ2SetClicky

    It only works on spells your char can cast i think. I inherited alot of source when a guild friend gave up on EQ earlier this month was working in april of this year and possibly may seems very similiar to this plugin of cronics: MQ2CSpells Once loaded, this plugin removes all delays and the...
  6. shroomheadofmarbles

    uber plugin needs struct update MQ2SetClicky

    Wow 140 views and no hints or ideas on how to fix it :confused:
  7. shroomheadofmarbles

    uber plugin needs struct update MQ2SetClicky

    lets you add a spell effect onto a item :eek:
  8. shroomheadofmarbles

    uber plugin needs struct update MQ2SetClicky

    need help been trying all afternoon to fix im not very good with structures guess ill have to wait for soultaker tone or one of the more experienced programmers to attempt a fix if they are willing
  9. shroomheadofmarbles

    uber plugin needs struct update MQ2SetClicky

    gotten bunches of views but i guess no one with the skill needed to update is on will check back later
  10. shroomheadofmarbles

    uber plugin needs struct update MQ2SetClicky

    MQ2SetClicky uber plugin needs struct update #include "../MQ2Plugin.h" PreSetup("MQ2SetClicky"); VOID SetCursorSpell (PSPAWNINFO, PCHAR); PLUGIN_API VOID InitializePlugin(VOID) { DebugSpewAlways("Initializing MQ2SetClicky"); AddCommand("/setspell",SetCursorSpell); }...
  11. shroomheadofmarbles

    Request Winhack v2.00 help

    Im loading winhack v2.00 from dos after eq is running in world by at (time+2min)/interactive "C:\Program Files\WinHack v2.00\WinHack2.exe" winhack loads at correct time at system level according to task mgr but the window for it never pops up. If i normally load it at my user level not system...
  12. shroomheadofmarbles

    some offsets ive found need refining

    still kinda a noob at offsets and havent tested yet might need 90 90 or EB instead will lets pros on this site refine them [nosilence] Description="no silence" Version="2005.05.18" address0=5FC10F normal0="74 19" crack0="90 90" [anyspellindoors] description="indoor harmony"...
  13. shroomheadofmarbles

    is there anyway to disassemble a .dll to get source?

    still new at compiling and was wondering if this was even possible i use vs.net btw?
Back
Top