• 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 - Trying to set ranger to Ranged combat mode, not sure how to do it

Joined
Dec 1, 2006
RedCents
1,529¢
I have a 125 ranger I am trying to set as ranged combat only with RGMercs Lua. I cannot seem to find a setting for that. Am I missing it somewhere? I can see the Ranged Combat below, but cannot seem to activate it (plus it seems to have an exclamation mark)
1712921848790.png
 
Good question, could not find it either. But had not yet searched enough to post this question.
For kissassist there exist an extension, which will keep the ranger at a distance of 35 (it is 35, right?) to the mob, which should be the sweetspot for the distance, as he is distanced enought for rangefight but still close enought for combat-abilities.
 
for those wondering here is the relevant code from the ranger class config:

Code:
        {
            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,
        },
 
Tring to get my ranger to pull then bow from a distance. I have melee off, and the pull happens. Then his Auto target will flash between the mob he just pulled, and None, and he will not use ranged combat on the mob. Any ideas, on what to look for? I do have my main SK tank set as MA/MT in roles.
 
Question - Trying to set ranger to Ranged combat mode, not sure how to do it

Users who are viewing this thread

Back
Top
Cart