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

  1. D

    Question - Other looting options

    A few years ago I cannabilized ninjaloot's logic and made a loot macro for use on EZ, it isn't a passive macro as you trigger the loot event but it has customizable parameters you can set. It has sell logic built in as well that will cycle through your inventory and sell anything in your bags...
  2. D

    IRL - MacroQuest release party!

    Great work! Will EMU servers have a version?
  3. D

    Vanilla - Very Vanilla MQ (Live Servers)

    Does Next work on EMU servers? If not, is there any intent to enable it for EMU?
  4. D

    Question - Audio On Focused Window Only?

    You could just drop a sub in your Main loop to set any EQ window in the foreground to load whatever your desired sound settings are and to turn all sound settings off when in the background. Slider values are base 5 iirc, so to set your volume to 50 on slider values you'd use 10, something like...
  5. D

    Question - Command to mute sound volume

    Couldn't you just make MQ2 manipulate the window for you? I don't actively play much anymore, but I did load in to see what the commands would be. To set all volume elements to zero, I think it would be: /if (${Window[optionswindow].Child[ogp_soundrealismvaluelabel].Text.NotEqual[0 %]}) /notify...
  6. D

    Question - creating a social

    Attached some snips to illustrate my earlier post above.
  7. D

    Question - creating a social

    I wrote a program earlier this year with VS that is a basic interface gui that lets you read and edit a character's ini file, specifically socials, I lost interest in it before I finished. If there is any interest I can share, just be advised that it will write to the ini of your choice but the...
  8. D

    Question - List of included macros/plugins

    Both should show up in your MQ2 directory, plugin definitions and paid plugins can all be found using the Plugins tab on the site header. All macros are in the macros directory of your MQ2 directory, any macros that have been included would be in there and most of the have their own...
  9. D

    Question - Accept a loot item

    I don't play on live so this may not help much, the personal loot window is foreign to me so maybe it's not as easy as manipulating a control on a window with mq2, but when I pass items from one character to another it opens up the trade window and I have a hotkey that tells the target toon to...
  10. D

    Question - EQClient Settings Reset

    If you're playing all the characters from the same directory and camp all of them out all at once, this can happen in my experience. I don't know if it's the client trying to apply all the client settings at the same time on logout or what the issue is, I just know that I could replicate it...
  11. D

    Question - one charater to another trade

    Target the toon first and be close enough to open the trade window, then /click left target. MQ2 will execute the left click command onto your target and open the trade window, then you can pass whatever you need to into it.
  12. D

    Question - Group window casting bars?

    You would need to add a new label to the group window and declare the piece to be included at the bottom. It doesn't matter what you call it, just use the values of one of the existing labels as a template so you have an idea what do for your new label. Modifying the ui windows is an endeavor...
  13. D

    Problem - Emulator build

    Huh? I use it and don't have issues on my emu server, to say that it's 100% unusable is simply false.
  14. D

    Release MQ2DanNet

    Are these updates going to be pushed to the EMU compile? Actually, is this even usable on EMU??
  15. D

    [unmaintained] Very Vanilla MQ2 (Emulated servers)

    MQ2Targets for EMU compile has been borked for quite a while. I never had an issue where it would cause an instant crash upon logging in, but if you did have a name set to watch for and that name was up, as soon as you target it the client would crash. I don't recall the way the plugin worked...
Back
Top
Cart