• 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

Request - Downshit help

janktron

Member
Joined
Sep 25, 2015
RedCents
761¢
so what am i missing here....i have a downshit to hit my AoN but it tries to spam it when i have other illusions on...
Rich (BB code):
/if (${Macro.Name.Equal[kissassist.mac]} && !${Me.Buff[Illusion: Skeleton].ID} && ${Spell[Illusion: Skeleton].Stacks} && !${Select[${Zone.ID},91,151,202,203,219,344,345,382,383,408,463,33480,33113]} && !${Me.Invis}) /casting "Amulet of Necropotence" item
 
" /echo ${Spell[Illusion: Skeleton].Stacks}"

what that say when you have other illusions on?
 
" /echo ${Spell[Illusion: Skeleton].Stacks}"

what that say when you have other illusions on?

comes back with TRUE when I have dark elf illusion from guise.


edit* having the same issue with jboots when i have sow/soe/pack spirit
 
Rich (BB code):
!${Me.Buff[Illusion:].ID}
try this for your testing if you hve illusions on

because you dont want it to casst if you have illlusions but only if you dont have, and i think eqmule mentioned that bit searches the buffs by a partial comparison, so should be able to just do that.
 
I'll try this when I get home... the odd thing is that it seems to be item specific, for example if I have the skeleton illusion on my guise of the deceiver will not try to cast the dark elf illusion... You know what, now that I'm thinking about it, I wonder if it has to do with the items that are instacast? Because the only items I'm having issues with detecting if they stack are instacast...aon, jboots, dain ring etc.
 
you... are trying to keep 2 illusions up at the same time?

comes back with TRUE when I have dark elf illusion from guise.
Okay, but is the skel illusion over writing that illusion?

As in, is stacks working properly in reading what illusion will stack/overwrite before trying to cast that illusion. (one reason it could be spamming) Otherwise if you are having issues, you may want to either put in an exception for a specific buff, check that you have no illusion what so ever (as suggested) or put in some code to remove the blocking buff (if you are wanting to maintain the 1 illusion)
 
you... are trying to keep 2 illusions up at the same time?


Okay, but is the skel illusion over writing that illusion?

As in, is stacks working properly in reading what illusion will stack/overwrite before trying to cast that illusion. (one reason it could be spamming) Otherwise if you are having issues, you may want to either put in an exception for a specific buff, check that you have no illusion what so ever (as suggested) or put in some code to remove the blocking buff (if you are wanting to maintain the 1 illusion)
No, I'm not trying to keep 2 up at a time. I have another illusion up and I have the downflag turned on so that my aon with fire if my illusion gets dispelled...however aon spam clicks and it doesn't stack, chat gets filled with the spell is blocked msg

But having the same problem with jboots and dains ring clicky. I want to cast jboots automatically if sow gets dispelled or fades mid pull, but my toon will spam cast it if I have sow already and it gets blocked by sow....dain ring gets overwritten by the heat blold spell line, my guy will spam cast it until heat blood fades bc it's not detecting that it doesn't stack with it so it spams til it fades...

This is only happening for my instacast clicks
 
Ah.

Unless someone else has a better suggestion then I would add a check for the specific debuff that is blocking (for JBoots issue). As for the illusion, not sure what is going on there. As a general suggestion, you may want to restart your PC using a cold reboot, just to insure there isn't something hinky there. Else... --shrugs-- out of suggestions here =(
 
Request - Downshit help

Users who are viewing this thread

Back
Top
Cart