- Joined
- Dec 1, 2006
- RedCents
- 1,529¢
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

Where is the post? I searched your threads, but it wasn't in the recent listI just did a post on this
Thanks!The post was for the Ranger CWTN plugin, Does it also work for the RGMercs Lua? I looked for a stick option, but could not find that either.
{
name = 'Ranged Combat',
state = 1,
steps = 1,
targetId = function(self) return mq.TLO.Target.ID() == RGMercConfig.Globals.AutoTargetID and { RGMercConfig.Globals.AutoTargetID, } or {} end,
cond = function(self, combat_state)
return combat_state == "Combat" and not RGMercUtils.GetSetting('DoMelee') and not RGMercUtils.IsModeActive("Healer")
end,
},
