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

  1. JerkChicken

    Release MQ2Discord

    If I recall correctly, EQLogParser has the ability to push text to Discord. You won't get all the features of this plugin, so it all depends on what/how you use it. You cannot send commands back to the EQ client. I ended disabling it from loading in the MacroQuest.ini until the devs get time...
  2. JerkChicken

    Release MQ2Discord

    Seeing it as well, have not spent any time looking into it yet
  3. JerkChicken

    Release Bazaar.mac

    I think durango's notes are what you are looking for, I think I know what you're looking to do, but I don't think there is an easy way. I only run offline, So I get where you are coming from. Here is a list of different logs The EQClient logs: \EverQuest\Logs\eqlog_{Player}_{Server}.txt --...
  4. JerkChicken

    Release Vendor Helper

    Not a major issue. The /vendor bind conflicts with /vendor in MQ2Vendors This is a great script, Thank you.
  5. JerkChicken

    Problem - Disable Nav Path Find

    First thanks for all the work on this marco. The feature that was added 2024-12-24 "Last revision I added a function to try and locate a navigation path if /nav failed to find a path. The process basically runs the character in a small circle while using the /nav command to try and help with...
  6. JerkChicken

    Problem - consumable buffs

    Maybe this would reduce it to one line? Cond1=!${Me.FindBuff[name "Elixir of Clarity"].ID} I have not tried it so I may be hanging on a limb that just snapped.
  7. JerkChicken

    Question - Baz Shopper?

    The bazaar macro will setup your /trader and/or your /buyer. Personally, I think it's just an awesome script. It still writing in the macro language and still requires a lot of manual INI file editing. I have not had a lot of time to work on its replacement, which is lua based and will be...
  8. JerkChicken

    Release The Outer Brood Database Update for Tradeskill Construction Set NeXt

    Think the bug for parent may be with some who bought a long time ago? I have TCN and "Tradeskill recipes (max out Artisan's Prize)" macro This one still says Must Buy Parent first My TCN looks like this Not sure why is says both Download (which works) and Buy.
  9. JerkChicken

    Question - Pulling with a bow in kissassist?

    I use this to pull with a pally PullWith=${Me.Inventory[Ranged]}|${Me.Inventory[Ammo]}
  10. JerkChicken

    Question - Pulling with Ammo

    You can also try this PullWith=${Me.Inventory[Ranged]}|${Me.Inventory[Ammo]} It will read the slots and use those items whenever KA is started. So, if I want to swap from arrows to daggers I just need to restart KA,
  11. JerkChicken

    Question - Noob question/concern

    I use MQ2React to auto close the free account window. I'm sure if can be converted to a LEM, I'm just too lazy too. I do have a delay in there cause the alert window will show more than just "Sign Up" messages CloseAlertWindow: action: /timed 45 /notify AlertWnd ALW_Dismiss_Button...
  12. JerkChicken

    Release Bazaar.mac

    AggressiveSeller uses a fixed amount to undercut. In case you wanted to also undercut by 1 plat. If you are comfortable with macroScript you can write your own pricing/rounding. The "script_trader_price_controls" option is an advanced option which you send the current lowest price to your...
  13. JerkChicken

    Release Bazaar.mac

    In the bazaar.ini file you will find a section for every item it detects on your trader. Under those you will find keys for SellPriceMin and SellPriceMax If SellPriceMax is set to 1 (often the default) it means no max or min, update as needed when needed. When it does not find any items to...
  14. JerkChicken

    Release Bazaar.mac

    Some additional information. Fields become editable when you click the edit button. I hate having to keep counting zeros, so I wanted a way to format with comma's It loads your current offers when in bazaar, needs to be able to open the /trader and /buyer windows. It has a column for "Market...
Back
Top
Cart