• 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 - Is it possible to check the inventory of groupmates when casting a spell?

Joined
Mar 24, 2018
RedCents
5,569¢
I currently have this:

Code:
large modulation shard|Summon|Summoned: large modulation shard|1|

The |1| makes sure I always have one. But sometimes the mage uses it slower/faster than the others in the group and they end up lacking one. Can you check for that somehow? If not I can probably do it with a condition on each of the bots to request it or something.
 
I currently have this:

Code:
large modulation shard|Summon|Summoned: large modulation shard|1|

The |1| makes sure I always have one. But sometimes the mage uses it slower/faster than the others in the group and they end up lacking one. Can you check for that somehow? If not I can probably do it with a condition on each of the bots to request it or something.
When doing KAs for mages, I would set my mod rod % higher on my other toons than my mage and it would click it for the mage later the the other toons. End result was mage casting mod rod when the other toons are already done with theirs.

I know there's a way to respond to tells requesting for a mod rod by summoning one, but you could get into an endless loop of requesting them if you arent careful.
 
Code:
Buffs17=command:/tell INSERTYOURMAGENAMEHERE modrod plz|Cond20


Cond20=${FindItemCount[Summoned: Dazzling Modulation Shard]} < 1
how is that gonna make the mage summon a modrod?

you cant check the inventory from a toon on another toon without using like a dannet query, which we cant do in a condition in kiss.
but look to the kiss wiki and look for buff begging.
 
Woot it works! More or less.

The bots get a buff like this:

Buffs1=Command:/bct MyMage //alt act 598|Cond99

Cond99=${FindItemCount[Summoned: large Modulation shard]}<1

Only issue is if they send the command when the Mage is doing something else then it gets ignored. I'll keep looking into buff begging but so far it gives the message that it will do it but doesn't cast the spell.
 
Woot it works! More or less.

The bots get a buff like this:

Buffs1=Command:/bct MyMage //alt act 598|Cond99

Cond99=${FindItemCount[Summoned: large Modulation shard]}<1

Only issue is if they send the command when the Mage is doing something else then it gets ignored. I'll keep looking into buff begging but so far it gives the message that it will do it but doesn't cast the spell.
make sure you plan your KA well, or your mage wont be doing anything other than summoning more mod rods.
 
Use Begfor in the Buffs Section. You have to set it up on the Mage and the other character. When a modrod is needed by a character they will begfor it and the mage will cast it. Need to be using EQBC or Dannet to broadcast the beg message.
 
Use Begfor in the Buffs Section. You have to set it up on the Mage and the other character. When a modrod is needed by a character they will begfor it and the mage will cast it. Need to be using EQBC or Dannet to broadcast the beg message.
Had issues with it, might be an emu thing. I'm gonna move to MQ Next now though :D There was only 1 thing holding me back and someone helped me fix it. So I'll check out begfor with that. I also heard that /removebuff was fixed which will be super useful to me to remove Torpor after fights. That will be so cool.
 
Question - Is it possible to check the inventory of groupmates when casting a spell?

Users who are viewing this thread

Back
Top
Cart