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

  1. TheNomadMan

    Bug - Targetting Bug

    /switch
  2. TheNomadMan

    Fork / Mod RaidAssist 2.3.0

    Re: RaidAssist 2.2.2 Updated OP to correct a bad ${DebugHeals} line. This line, a last minute addition, was stopping the macro when an XT heal-check was called. Thanks Thobmage. - - - Updated - - - Corrected a potential hang-up when using Nuke-heals and no DPS spells are defined. - - -...
  3. TheNomadMan

    Fork / Mod RaidAssist 2.3.0

    Re: RaidAssist 2.2.2 Maskoi: Say; clearly I've posted something, somewhere, I ought not to have. Not sure I understand, tho. Are you referring to the DiffNow reports? If so; I apologize and will make every effort to remove them. Or; at least, avoid doing so in the future. I didn't realize this...
  4. TheNomadMan

    Fork / Mod RaidAssist 2.3.0

    Here's my latest and greatest, enjoy! ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Bards: -Bards now have access to an "AoE Twist". Must have AEon=1 and AETwistOn=1...
  5. TheNomadMan

    Bug - Tank hanging up

    30 RC to the 1st user who tests, and posts feedback with, this as a fix: /if (!${Target.ID} && ${Select[${Role},tank,pullertank,hunter]}) /squelch /target ID ${Spawn[${AggroTargetID}].ID} changed to /if ((!${Target.ID} || ${Spawn[${Target.ID}].Type.Equal[Corpse]}) &&...
  6. TheNomadMan

    Bug - Tank hanging up

    Right. But ${Target.ID} = Current Target, yes? It looks like the trouble maker here is: ${Target.ID}. Or; rather !${Target.ID}. As opposed to ${MyTargetId}, which isn't used on that line. !${Target.ID} won't return TRUE if the corpse stayed in the target window (a problem with EQ, not KA). -...
  7. TheNomadMan

    Bug - Tank hanging up

    Wait... Think I misread that. He didn't follow this line because he had a target. The corpse. /if (!${Target.ID} && ${Select[${Role},tank,pullertank,hunter]}) /squelch /target ID ${Spawn[${AggroTargetID}].ID} to /if ((!${Target.ID}||${Spawn[${Target.ID}].Type.Equal[Corpse]}) &&...
  8. TheNomadMan

    Bug - Tank hanging up

    Had similar issues with my first few stabs at a |Mob tag. Had to forbid the cast if ${MyTargetID} was a corpse. Leads me to thinking of something like this as patch. Also gets me to wondering if ${MyTargetID} couldn't be checked and cleared /if ${MyTargetID} is a corpse, somewhere higher up...
  9. TheNomadMan

    Fork / Mod Optimzations for Healers (Mostly)

    Say; you're getting to Reverent Light for lack of enough heals to create a full chain. We need enough heals to get us through the 30 second recast delay on Intervention and Renewal spells. I only just noticed that Intervention spells do not share a timer with one another. So; this is my current...
  10. TheNomadMan

    Fork / Mod Optimzations for Healers (Mostly)

    Heal-Nukes, Nuke-heals, meh that can get confusing quick. The reason here is that the mob needs be targeted to heal the player. Nuke the mob, heal the target's target. - - - Updated - - - But, yeah, in regards to spells that heal the target and nuke the target's target; those need no tags at...
  11. TheNomadMan

    Fork / Mod Optimzations for Healers (Mostly)

    Noticed another error in my OP. Heal-Nukes still require a |Mob tag and are only good for the MA. I'm looking forward to seeing what Maskoi has in store for the |Mob tag. I'd like to see this go mobile; but haven't figured out all the Target's Target TLO's to make this work, yet. - - - Updated...
  12. TheNomadMan

    Fork / Mod KA Vulnerable to attack from chat windows

    I'm not sure if that was intended as bait, to learn how. But; yeah, as any "real" hacker knows; there's no such thing as a secure system. And; no way to keep a determined person out forever. I've sent the relevant information up. Please close this thread.
  13. TheNomadMan

    Fork / Mod Optimzations for Healers (Mostly)

    I opened up heals for enchanters who like to chain rune. The extra space was for multi entries of the same spell with different tags and thresholds. Some of them fellers put together some rather complicated chains that rune like mad and generate almost no aggro. But they needed more space to do...
  14. TheNomadMan

    Fork / Mod KA Vulnerable to attack from chat windows

    So; some jack-a-lope was using a KA box to strip me of aggro during a raid. I didn't like this much and looked in to how to stop it. In the process I found several ways in which a malicious-minded person could bugger up someone else's KA boxes by sending the right /say,/tell,/group,/whatever...
  15. TheNomadMan

    Question - Switching Targets from raid mob to adds then back

    I could see this being done. But, yeah, it'd have to be an ini option; imo. Often, as a tank, I'm switching targets like mad to control aggro against folks that don't /assist the MA or Rune casters who generate insane amounts of threat. I wouldn't want my boxes switching targets just because I...
Back
Top
Cart