• 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

Question - Summoning Arrows? Huntsman ethereal quiver.

Kryp

Well-known member
Joined
Dec 3, 2022
RedCents
141¢
Hey,

I know there were option in original rgmerc to have the huntsman ethereal quiver and have it auto summon arrows.

Is there that ability in this Lua version.

I selected summon arrows and even added the quiver to one of the clicking, but doesn't seem to do the trick.
 
I dont have a quiver so I haven't tested it but the code does exist for war and pal:
Code:
            {
                name = "Huntsman's Ethereal Quiver",
                type = "Item",
                active_cond = function(self) return mq.TLO.FindItemCount("Ethereal Arrow")() > 1 end,
                cond = function(self)
                    return RGMercUtils.GetSetting('SummonArrows') and mq.TLO.FindItemCount("Ethereal Arrow")() < 1 and mq.TLO.Me.ItemReady("Huntsman's Ethereal Quiver")()
                end,
            },
 
Question - Summoning Arrows? Huntsman ethereal quiver.

Users who are viewing this thread

Back
Top
Cart