- Joined
- Feb 9, 2017
- RedCents
- 1,610¢
- RGMercs Build?
- Latest
- What level is the character?
- 125
Find my Warrior occasionally trying to pull without arrows and the message that you have no ammo. I assume somewhere between downtime and pulling he is running out of arrow. Possibly also add the summon arrow to DPS rotation or up the amount of arrows to from less than 1 to maybe less than 100 to always have a full stack?
Thanks again for all your contributions.
Thanks again for all your contributions.
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,
},

