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

  1. ctaylor22

    Problem - Faster fighting on swarm pulls

    It is all based on if there are any targets showing up on your XTarget. I am not sure how that works on EMU. You can always try creating a debug log to capture what is happening and then review the log.
  2. ctaylor22

    Question - SK and Heal subroutine

    Make sure your tank is setup properly in the Group window. Make sure the group window has him as Tank and main assist. You can also create a debug log and send it to me in an DM and I will take a look at it.
  3. ctaylor22

    Problem - "mage" issues from recent patch

    @Knightly Thanks for the info. I will give it a try. Being able to use the name keywork would be the most accurate keyword. I under stand about Name and Named could be an issue, but the Spawn TLO uses both Name and Named, so using the Name keyword would be consistent with the spawn TLO and the...
  4. ctaylor22

    Problem - "mage" issues from recent patch

    Yes. But based on the documentation. The line of code in the macro should NOT be triggering the deprecation error. The search is not searching for the spawns class of mage(spawnsearch[class mage]) it is searching for the spawns name of mage(spawnsearch[mage]).
  5. ctaylor22

    Problem - "mage" issues from recent patch

    Yea I went and checked the documentation for spawnsearch. Spawn Search The very first entry "Anything not matched below is considered a name" Parameter Description Anything ElseAnything not matched below is considered a name =Exact name #Any number is considered the minimum level...
  6. ctaylor22

    Problem - "mage" issues from recent patch

    I agree with @kaen01 the default for spawnsearch has always been by name. If there is no identifier the search defaults to name. If someone can DM me a debug log of this it will make it easier to trace down the code causing the problem.
  7. ctaylor22

    Question - Kissassist Error ninjadvloot

    @Sic Is it still needed for EMU? I can change the #include to #include_optional that way the macro doesn't fail when the .inc file is not found.
  8. ctaylor22

    Problem - Inconsistent Enchanter

    I would change MeleeDistance=100. Keep in mind that the mezzer will only mez mobs that show up on Xtarget(AutoHater) and are within MezRadius of the Mezzer. So you can increase MezRadius to see if that helps. Also keep an eye on your Xtarget and see if the mobs are showing up there.
  9. ctaylor22

    Question - Rogue Kissassist ini

    You can use ${Target.Fleeing} to check if your target is moving away from you.
  10. ctaylor22

    Question - buffing pets?

    What @dal98 said, Dannet is used to query the pets master to check if their pet has a specific buff or not.
  11. ctaylor22

    Question - Kissassist Error ninjadvloot

    I believe it is still needed for the EMU servers, but i could be wrong.
  12. ctaylor22

    Question - list of names.

    If you are trying to use SpawnMaster with Kissassist. Make sure you have the spawnmaster option turned on in your kissassist character ini file.
  13. ctaylor22

    KissAssist Release Can you put a mez section in a class without mez? (custom emu server)

    There is no easy way to make the change. But I have been looking at the difference in the EMU and live servers. In the future I am thinking about making some changes to the KissAssist macro so that you can define some things differently. Like have it so you can change what class is a maz class...
  14. ctaylor22

    Problem - Kissassist stops after ~10 mins of running

    If anything is showing up on Xtarget then the macro will not pull, because it thinks the puller has aggro. From what you mentioned there are corpses showing up on the Xtarget. Need to figure out what is causing the corpses to assigned to the xtarget. Another thing you can check is when the macro...
  15. ctaylor22

    Problem - Pure Blood cancel loop - Kissassist

    Just set CastingInterruptOn=30 and cures will not be checked for Interrupts.
Back
Top
Cart