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

  1. runnerkid957

    Question - How to pause/unpause just tanks in raid?

    I'm not sure your example works, but give it a shot. That being said you can do or statements with || /noparse /bcaa //if (${Me.Class.ShortName.Equal[MNK]} || ${Me.Class.ShortName.Equal[BER]} || ${Me.Class.ShortName.Equal[BRD]}) /mqp on or from my notes I had this example /noparse /bcaa //if...
  2. runnerkid957

    Question - How to pause/unpause just tanks in raid?

    /noparse /bcaa //if (${Me.Class.ShortName.Equal[WAR]}) /mqp on /noparse /bcaa //if (${Me.Class.ShortName.Equal[SHD]}) /mqp on /noparse /bcaa //if (${Me.Class.ShortName.Equal[PAL]}) /mqp on replace mqp with whatever CWTN uses to pause
  3. runnerkid957

    Release Sales Receipts

    crashes my game consistently
  4. runnerkid957

    Release ppl.mac

    does reverse ds still work? Trying in velks recently was resulting in no EXP if the DS was more dmg than my lowbies (or so i thought)? I was using one of the contagion reverse DS's so i dont know if that matters but I did note that the DS dmg was split instead of joined into one line
  5. runnerkid957

    Release AlphaBuff - The Ultimate Buff & Song Windows

    example I want to see all those buffs above, what I don't want to see is Gallantry at all if it is in my favorites and i have the buff to help clean up the window to better see debuffs, short term buffs also you have two typos on your check boxes where it reads "Hide non-favoties" instead...
  6. runnerkid957

    Release Button Master

    I'm not saying this is the best fix or that I'm smart but I really hate doing troubleshooting with my friends on why their buttonmaster doesn't work so I've found this fixes the issue local GetButtonBySetIndex = function(Set, Index) return settings[settings[Set][Index]] or { Unassigned =...
  7. runnerkid957

    Release Button Master

    Not sure if this has been posted but I do know that one of the common errors is that if your button master button starts with a number it bricks the config. an easy way to reproduce this on accident that should probably be coded out (check if cmd1-5 are empty?) 1. open button master 2. "Create...
  8. runnerkid957

    Release TsC – Automated Inventory Management & Consolidation For Your Whole Crew

    ok it looks like whatever change you made on wednesday was causing it - I just downloaded the one from december and it is working
  9. runnerkid957

    Release AlphaBuff - The Ultimate Buff & Song Windows

    I see you have made some absolute banger lua scripts One thing and maybe I'm messing up the config but is there a way to hide favorited buffs that you currently have? Like I just want to see those buffs if they are missing, to help eliminate clutter
  10. runnerkid957

    Release TsC – Automated Inventory Management & Consolidation For Your Whole Crew

    Having some issues with the imgui failing on loading this. Weirdly enough chase and buttonmaster (and tcn) all run fine, its only this one that fails. I tried disabling all the other scripts just in case, and it still gave the error
  11. runnerkid957

    Release GearLink - Raid Box Loot Tool

    i've wanted something like this for a while this is awesome thank you!
  12. runnerkid957

    Release QKI "Quicky Kiss It" - A KissAssist UI.

    this is a sweet start! any chance you plan on adding tabs to adjust/view conditions+ the different sections?
  13. runnerkid957

    Problem - Meming spells during combat.

    the point is that it checks if you're in combat... if you want it to never do it while autoattacking you'd do !${Melee.Combat} would make sure you dont have auto attack on !${Me.CombatState.Equal[COMBAT]} would make sure you dont have aggro period
  14. runnerkid957

    Problem - Meming spells during combat.

    holyshit7=/if (${Melee.Combat} && !${Me.Moving} && ${Me.SpellReady[Stun]}) /cast "Stun" I think solves your problem
Back
Top
Cart