• 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 - Command:/pet qswarm or Command:/bandolier activate not working

Status
Not open for further replies.

Marwas

Member
Joined
Dec 18, 2018
RedCents
52¢
Is there additional configuration (via a plugin or another ini) that makes this work? I have been trying it across a few different classes and nothing seems to get the swarm pets to attack unless I type the command into chat manually.


Any insight is appreciated, Thank you!
 
Is there additional configuration (via a plugin or another ini) that makes this work? I have been trying it across a few different classes and nothing seems to get the swarm pets to attack unless I type the command into chat manually.


Any insight is appreciated, Thank you!
This is what I have setup for my bard for pet swarm
Code:
DPS11=command:/pet qswarm|99|Cond13
Cond13=${spawncount[bard's pet]}>0


And a snippet for ensuring I have my Shield bandolier activated if I have a named and I currently don't have shield in my secondary slot
Code:
DPS3=command:/bandolier activate Shield|100|Cond21
Cond21=${Target.Named} && !${InvSlot[14].Item.Type.Equal[Shield]}
 
This is what I have setup for my bard for pet swarm
Code:
DPS11=command:/pet qswarm|99|Cond13
Cond13=${spawncount[bard's pet]}>0


And a snippet for ensuring I have my Shield bandolier activated if I have a named and I currently don't have shield in my secondary slot
Code:
DPS3=command:/bandolier activate Shield|100|Cond21
Cond21=${Target.Named} && !${InvSlot[14].Item.Type.Equal[Shield]}


I tried a few things to see if it was a logic problem and nothing helped, I mean it doesnt matter if its my SK, BL and Bard command:/pet qswarm does nothing in the ini but works fine if typed into chat..Since its not ini or character dependent then it has to be something in my config I would assume?...also doesnt work on my notebook as well. just did fresh install and new inis and still no commands work.

Thanks again for your time.
 
I tried a few things to see if it was a logic problem and nothing helped, I mean it doesnt matter if its my SK, BL and Bard command:/pet qswarm does nothing in the ini but works fine if typed into chat..Since its not ini or character dependent then it has to be something in my config I would assume?...also doesnt work on my notebook as well. just did fresh install and new inis and still no commands work.

Thanks again for your time.
are you using kissassist version 11.0+? (11.004 is the current version)

which you would launch by just doing the /mac kissassist (I say that specifically because there was an old kiss11 macro which does not have bandolier or command in it)
 
are you using kissassist version 11.0+? (11.004 is the current version)

which you would launch by just doing the /mac kissassist (I say that specifically because there was an old kiss11 macro which does not have bandolier or command in it)


Im using the current version of KA
 
All of my inis that use /pet swarm throw an error when Kiss starts saying "'DPSX=command:/pet swarm' unable to find as a AA, Combat Ability, Item, Skill, or Spell". I have DPS commands such as "DPSX=command:/stopdisc" that function as expected. Actually, anything with a space in the command line has not worked for me, but that may be circumstantial. I moved /pet swarm to MQ2Melee and it works there.
 
Last edited:
All of my inis that use /pet swarm throw an error when Kiss starts saying "'DPSX=command:/pet swarm' unable to find as a AA, Combat Ability, Item, Skill, or Spell". I have DPS commands such as "DPSX=command:/stopdisc" that function as expected. Actually, anything with a space in the command line has not worked for me, but that may be circumstantial. I moved /pet swarm to MQ2Melee and it works there.

I had to do the same for my bard but it works fine on my cleric... so, it may just be a melee issue?
 
All of my inis that use /pet swarm throw an error when Kiss starts saying "'DPSX=command:/pet swarm' unable to find as a AA, Combat Ability, Item, Skill, or Spell". I have DPS commands such as "DPSX=command:/stopdisc" that function as expected. Actually, anything with a space in the command line has not worked for me, but that may be circumstantial. I moved /pet swarm to MQ2Melee and it works there.

Where exactly in mq2melee can I change this? is there a write up someplace that explains where?



Thanks!
 
I've not been able to get bandolier to activate at all through the ini commands either in any version of Kiss11. Tried a plethora of different ways to type it. I ended up hard coding bandolier swaps.
 
Where exactly in mq2melee can I change this? is there a write up someplace that explains where?



Thanks!
There's a file in the MQ2/Release folder named <server>_<character>.ini, where <server> and <character> are the names of your character and the respective server they're on. Open the file with wordpad and find the [MQ2Melee] section. If it doesn't have one, add it. Then you're going to add a "holyshit" entry like so:
Code:
[MQ2Melee]
holyflag0=1
holyshit0=/if (${SpawnCount[<your name>'s Pet]} > 0) /pet swarm
This is the Redguides resource page for MQ2Melee
And this is the entry from the Macroquest official wiki
 
There's a file in the MQ2/Release folder named <server>_<character>.ini, where <server> and <character> are the names of your character and the respective server they're on. Open the file with wordpad and find the [MQ2Melee] section. If it doesn't have one, add it. Then you're going to add a "holyshit" entry like so:
Code:
[MQ2Melee]
holyflag0=1
holyshit0=/if (${SpawnCount[<your name>'s Pet]} > 0) /pet swarm
This is the Redguides resource page for MQ2Melee
And this is the entry from the Macroquest official wiki


Rad thanks! Appreciate it!
 
Question - Command:/pet qswarm or Command:/bandolier activate not working
Status
Not open for further replies.

Users who are viewing this thread

Back
Top
Cart