• 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

Question - Melee and target types....

Joined
Nov 4, 2013
RedCents
102¢
So I'm perusing threw the MQ2 wiki.. and the minimalist I am I saw the target type SE (for beast SE) here and thought, oh awesome, I can have it see if my whatever SE I happen to have on, wears off...

Of course, from what it seems like I have to actually have my self targeted to do this....

Like I said, I'm a minimalist, so the less code the better, and it seems like using the SE type, would do that, except I have to target myself, and I don't want to.


downshit3=/if (!${Bool[${me.SE}]} && !${Me.Invis} && !${Me.Sitting} && !${Me.Moving} && !${Me.Combat}) /casting "${Spell[Spiritual Elaboration].RankName}" 12

this part isn't working !${Bool[${me.SE}]} , probably because SE only works as target.SE

Something like that out there?
 
If the "buff" shows up in the "song"(short term) window then I believe you need to do
Rich (BB code):
!${Me.Song[Spiritual Elaboration].ID}.
 
If the "buff" shows up in the "song"(short term) window then I believe you need to do
Rich (BB code):
!${Me.Song[Spiritual Elaboration].ID}.

I coulda swore Mask mentioned once that MQ2 cannot tell if a song (or anything that shows up there) is up. I was under the impression we only had access to Buffs.

It might be that Me.Song only returns if you are actually singing it, not sure on that, but I abandoned once an attempt to check for a particular buff that showed up in Songs.
 
if you have a real desire to do that MQ2NetBots I believe has the capability to pass info about other toons to a client, like other toon's song buffs, provided of course those toons are using MQ2NetBots and EQBC of course

http://www.macroquest2.com/wiki/index.php/MQ2NetBots

it would be shortbuff (as opposed to song)
 
Last edited:
I coulda swore Mask mentioned once that MQ2 cannot tell if a song (or anything that shows up there) is up. I was under the impression we only had access to Buffs.

It might be that Me.Song only returns if you are actually singing it, not sure on that, but I abandoned once an attempt to check for a particular buff that showed up in Songs.

What he was referring too, was ${Target.Buff[Spell Name]} You can check short buffs(Songs) on yourself, but not on others.
 
Question - Melee and target types....

Users who are viewing this thread

Back
Top
Cart