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

  1. W

    Bug - Shaman won't cast Talisman of Wunshi

    Buffs1=Champion|group Buffs2=Talisman of Wunshi|group The 'group' target isn't supported (it'll cast on everyone by default without that). Try removing those? I wonder if they are breaking something.
  2. W

    KissAssist Release Kiss10 (old version of KissAssist)

    ctaylor22 - I have tested with MedCombat=2 a bit now, and although it seems to work fine for it's purpose, I noticed some bad behaviour on my cleric. The bad behaviour is: 1) The cleric will start medding (i.e. We see the "/echo Medding until ${MedStat} 100%") 2) They will then completely...
  3. W

    Question - Looking to start playing from scratch.

    Ahh bumping old threads :) Well seeing as microscope put a bunch of effort into the response I have a queston: Can you expand on this a bit? I'm playing a new character on an old account (~15 years 'entitled' on /played) and I don't see these uber AAs unless im missing something? All I see is...
  4. W

    KissAssist Release Kiss10 (old version of KissAssist)

    /if (${Timer.Equal[SitToMedTimer]}) { /if (!${MeleeOn} && ${Me.Standing} && ${MedCombat}==2 && !${Me.Mount.ID} && !${Me.Casting.ID} && ${Me.TargetOfTarget.ID} != ${Me.ID}) /sit } I'd recommend the ${Me.TargetOfTarget.ID} != ${Me.ID} check is removed, else a healer won't sit down after...
  5. W

    KissAssist Release Kiss10 (old version of KissAssist)

    I'll give it a test too and let you know if I spot anything! This implementation is almost identical to what I've been running with for the last few weeks so hopefully it shouldn't be related to this feature.
  6. W

    Problem - Mez issues with Jewel of Atiiki traps

    I noticed that my ench was failing to Mez properly in Jewel of Atiiki in some situations. After digging into the issue, I saw the problem was due to the scarab traps inside the pyramids (a swarm of ~4 scarabs appear for a few seconds, and then disappear without a trace!). After debugging the...
  7. W

    KissAssist Release Kiss10 (old version of KissAssist)

    Wow that is a big code diff between 10.2.5 -> 10.2.6! :eek: One undocumented thing I spotted as part of my merge is that you added support for MedCombat=2 (to sit you down after casting in combat). Thanks very much for adding that into the official release (I imagine you'll want to update the...
  8. W

    Question - Stop med before 100%?

    Yes they are! I only have my 6 bot group up to 85 but so far I have found the following uses for conditions: - Only casting buffs if > a certain % mana (Don't want my cleric or ench to be left oom after buffing) - Only casting certain DPS spells if > a certain % mana (e.g. I want my druid to...
  9. W

    Question - Stop med before 100%?

    I would just use conditions to ensure the bard doesn't use endurance using DPS abilities when he's below a certain % endurance. This should mean he is never the limiting factor when it comes to pulling.
  10. W

    Problem - Shaman Q on Self only

    Would something like this work (untested) ? : Heals1=Quiescence|70|MA HealsCond1=${Spawn[${SHealThem}].Buff[Quiescence].Stacks}
  11. W

    Question - Miniature Horn of Unity

    Something like this? I expect you want the complete condition on a single line (no idea how MQ handle new lines in the middle of logic conditions!) DPSCond9=${Cast.Ready[Miniature Horn of Unity]} && !${Me.Song[Blessing of Unity].ID} && ((${Group.Member[0].ID} &&...
  12. W

    Problem - MQ2 String.Replace function issues?

    Does .Replace[Hello,""] work? It gives NULL - - - Updated - - - And while you are here and in the bug fixing mood, Me.XTHaterCount and Me.XTAggroCount are always returning 0.
  13. W

    Problem - Lots of funkyness

    See here: https://www.redguides.com/community/threads/64025-MQ2-String-Replace-function-issues Some known issues which can cause hanging.
  14. W

    Problem - MQ2 String.Replace function issues?

    Ever since the latest patch I have noticed my enchanter 'hanging' while debuffing. After digging into the issue, It looks to me like it's due to the String.replace[,] function returning NULL when the second parameter is empty: Sub Main /declare TestVar string...
  15. W

    Problem - Lots of funkyness

    Even with the latest patch still getting the issues mentioned above (no healing/repeated buffing). In addition Me.XTHaterCount and Me.XTAggroCount always return 0.
Back
Top
Cart