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

  1. R

    Release Tutorial

    rouneq updated Tutorial with a new update entry: 03/25/2026 Read the rest of this update entry...
  2. R

    Patch - EverQuest May 2023 Patch (Test 5/9/23 - Live 5/17/23) ((UI issue discussion too)

    This makes no sense. .Net 5 is already out of support. They should've stuck with the version everyone would already have on the target systems (Framework 4.x) or rolled out with the latest (.Net 7).
  3. R

    Question - Iterate EQBC (or Dannet?) Members

    To answer, your direct question, DanNet.Peers will give you all your online characters connected via DanNet. Similar to the suggestion from @MrFrog for MQ2AutoGroup, there is a Lua script by @SpecialEd which seems designed for your purpose: Make Crew [Bind]
  4. R

    Problem - Changing ImGui window positions

    What happens if you make the ini file read only?
  5. R

    Release Tutorial

    Glad it works well for you. Re: Merc as MT, yeah that's a limitation on the command. The script tries it in case they ever fix it, but as it stands now, the command (/grouproles) just won't to set a merc in that role. I did look into navigating the menus to get around this limitation, but I...
  6. R

    Release Tutorial

    Hmm. I distinctly remember including my modified mesh when I created the resource. I've attached it to the first post in this thread.
  7. R

    Release Tutorial

    The resource has a link to the mesh I used with this script. It was based on the updated mesh CBD did, but I was getting stuck in a number of places without those changes (even with the script moving to particular parts of the map). Click through to the resource from the thread start and use...
  8. R

    Question - Point me in the right direction? Rank 2 spells auto-selector and memming?

    The pure scribing a spell stuff can be found in a number of existing projects. Both my released Lua Tutorial or Scriber by @Kuhle started with the same base code for this task. I haven't looked into any changes made for Scriber after I provided it to him; it could be a lot better than what I do...
  9. R

    Contest Reply Game: The Monkey's Paw

    Granted, but your character is reset to level 1 and all AAs at 0. I wish all the EQ bugs were fixed.
  10. R

    Question - Is there a list of all Zone.ID?

    Then you didn't look at the resource. That list is missing short names.
  11. R

    Question - Is there a list of all Zone.ID?

    I created a Lua for the purpose of collecting zone data for all known active zones. Generate Zone Data
  12. R

    Lua - ImGUI Window Tip (and codez!)

    Another take on initial window position. ImGui.SetNextWindowPos((EQ.ViewportXMax() - 400) / 2, 150, ImGuiCond.FirstUseEver) This will center the window horizontally in the EQ window and position it 150 down from the top. I'm not suggesting all ImGui windows should be centered upon creation.
  13. R

    Discussion - "EQ Nag" - an EQ "Gina" replacement

    I'm wondering if there are any forks of the last available source.
  14. R

    Release Endless Mana for MQ2Mage

    Do you use MQ2Boxr? One of the first things the script does after verifying the operating environment is workable (i.e., initialization logic) is to use /squelch /docommand /boxr pause. Later followed by a /boxr unpause before ending. This should stop any macro/plugin activity while MM is doing...
  15. R

    Question - Sanity Check: Shaman Turgur's Virulent Swarm Triggers

    Is there a way to know how many triggers a spell has? Or what the associated effects are? I'm guessing this is a spell data limitation, but it doesn't hurt to ask. Maybe I've just misunderstood the relationship between NumEffects and Trigger.
Back
Top
Cart