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

  1. I

    Guide - Housing guide

    You just goto the housing menu and click on either individual's, Owner clubs (guild), or Group (FellowShip) and set permissions for either the player, guild rank, or fellowship. I use this all the time for guild and personal loot houses for all kinds of items.
  2. I

    Release ClaimHouse - Yet Another Collectible Claim in House macro

    Also I love CHIPs lua for sorting, BUT it will only do house storage. If you obtain a storage crate with extra housing space (like RoS collection reward) it will not sort that storage and will mess up the sorting. So ensure you only use the house only storage for collections. Which is why I only...
  3. I

    Release ClaimHouse - Yet Another Collectible Claim in House macro

    I have run this macro 1000s of times and only issue I have is no trade collections, no space to pull a collection out of a house, or I try and open other UI windows when I am running the macro.
  4. I

    Release ClaimHouse - Yet Another Collectible Claim in House macro

    By chance is the ONLY space you have open on that character your running claimhouse on a Trade Skill Only bag?
  5. I

    Release ClaimHouse - Yet Another Collectible Claim in House macro

    I am using claimhouse right now on a character I forgot to get my LS trophy on and it works.. Ya you have to watch out for players that do not understand the overseer collection items are no trade and will mess up your claimhouse runs...... any time I see a no trade in one of my collection...
  6. I

    Release ClaimHouse - Yet Another Collectible Claim in House macro

    I still use https://www.redguides.com/community/resources/chimps-tidy-fragment.2470/ to tiddy up all my collection houses...
  7. I

    Release ClaimHouse - Yet Another Collectible Claim in House macro

    You need to have access to the house, you need to have at least 1 spot free (I normally have a few bags free), you need to not do anything else while the macro is running. If you do all that should work. Oh and you need to have Not already claimed the collection item or it will skip over it...
  8. I

    Release ClaimHouse - Yet Another Collectible Claim in House macro

    Hmmmm odd I use this one all the time.. I have not in like the last week or so. This is by far the best claim house macro out there...
  9. I

    Question - Looking for utility to do raidinvites whenever a group gets a named, so all peer's will get the hunter achievement

    I posted my hunter helper lem in the lem library thread :) Will raid invite any one on your friend's list when you target a named. Then 5 seconds after it is dead kick players back to groups.
  10. I

    Release Lua Event Manager (LEM) Event Library

    I noticed the one lem for the ToL raid for Maiden's Eye Free the Goranga raid is missing...
  11. I

    Release Lua Event Manager (LEM) Event Library

    Here are my quality of life lems...
  12. I

    Release Lua Event Manager (LEM) Event Library

    Here are my LS Raid lems...
  13. I

    Release Lua Event Manager (LEM) Event Library

    local mq = require('mq') local my_class = mq.TLO.Me.Class.ShortName() local function classoff() if mq.cmdf('/%s mode manual', my_class) end mq.cmd('/target clear') mq.cmd('/attack off') if me_class == 'BER' and mq.TLO.Me.ActiveDisc.Name() ~= nil then if...
  14. I

    Release Lua Event Manager (LEM) Event Library

    So change: local function classoff() if my_class == "BRD" then mq.cmd('/multiline ; /mqp on ; /timed 5 /twist off') else mq.cmdf('/%s mode manual', my_class) end mq.cmd('/target clear') mq.cmd('/attack off') if me_class == 'BER' and mq.TLO.Me.ActiveDisc.Name() ~= nil then if...
  15. I

    Release Lua Event Manager (LEM) Event Library

    Question: Now with bard on plugin my lems are not working with the bard. So if I remove the bard parts for KA will they work right? local function classoff() if my_class == "BRD" then mq.cmd('/multiline ; /mqp on ; /timed 5 /twist off') else mq.cmdf('/%s mode manual', my_class)...
Back
Top
Cart