• 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 - Multiple mobs/Multiple debuffs

Myysterio

Myysterio
Creator
Joined
Jun 13, 2020
RedCents
1,761¢
When I put less mobs than the AE, but more than 1, My shaman is only slowing the one the MA is on. I have debuffall set and always, but it waits until I've killed the first one to debuff the 2nd and 3rd. I am also on a pvp server so AE usage isn't always welcome.
 
just to clarify, do you have something like:

DPS1=Malaise|100|debuffall|malo|always
DPS2=Turgur's Swarm|100|debuffall|slow|always

and

DebuffAllOn=2

the always tag, as i understand it and i could be wrong, is there to overwrite other debuffs of the same type. so mage malo, and belt proc slows, for example. the debuffallon=2 is used to force KA to be a debuff addict, taking time to debuff all mobs. i am paraphrasing the wiki on that, but you get the idea. debuffallon=1 will also try to debuff each mob, but again, as per the wiki, if you have your dps on, KA will run through your dps checks between debuffing each mob. debuffallon=0 means we debuff one mob at a time, kill it, then move on to the next as required.
 
just to clarify, do you have something like:

DPS1=Malaise|100|debuffall|malo|always
DPS2=Turgur's Swarm|100|debuffall|slow|always

and

DebuffAllOn=2

the always tag, as i understand it and i could be wrong, is there to overwrite other debuffs of the same type. so mage malo, and belt proc slows, for example. the debuffallon=2 is used to force KA to be a debuff addict, taking time to debuff all mobs. i am paraphrasing the wiki on that, but you get the idea. debuffallon=1 will also try to debuff each mob, but again, as per the wiki, if you have your dps on, KA will run through your dps checks between debuffing each mob. debuffallon=0 means we debuff one mob at a time, kill it, then move on to the next as required.

I'm using these settings and it doesnt seem to matter
[CODE lang="ini" title="Shaman dps settings"][DPS]
DPSOn=2
DPSSize=10
DPSSkip=1
DPSInterval=2
DPS1=Staff of Viral Flux|99|debuffall|always
DPS2=Malaise|98|malo|debuffall|always
DPS3=Turgur's Swarm|98|debuffall|slow|always
DPS4=command:/pet swarm|98|Cond16
DPS5=Marlek's curse|96|cond22
DPS6=Restless Blood|96|cond22
DPS7=Cannibalization|99|cond15
DPS8=Blessed Spiritstaff of the Heyohkah|99|Cond8
DPS9=Dissident Roar|98|cond8
DPS10=Rage of Rolfron|98|Cond8
DebuffAllOn=2[/CODE]
 
i'd move that malo to the right of the debuffall on your DPS2 entry. then i'd comment out every entry other than DPS2 and DPS3 and see what happens. this is just my poor suggestion, hopefully someone smarter will pop in this thread and solve all the problems. =p
 
What @timmy is telling you is correct. The macro expects to find debuffall in the 3rd argument slot and the type of debuff tag in the 4th argument. So the tags have to be in the correct order.

DPS1=Spell/AA|MobHealth%|debuffall|slow/tash/malo/crip/snare/strip|always
 
What @timmy is telling you is correct. The macro expects to find debuffall in the 3rd argument slot and the type of debuff tag in the 4th argument. So the tags have to be in the correct order.

DPS1=Spell/AA|MobHealth%|debuffall|slow/tash/malo/crip/snare/strip|always


Did this exactly, didn't impact anything. It still only slows the mob which MA is on. It also takes a really long time to cast the spells

INI:
[DPS]
DPSOn=2
DPSSize=10
DPSSkip=1
DPSInterval=2
DPS1=Staff of Viral Flux|99|tash|debuffall|always
DPS2=Malaise|98|malo|debuffall|always
DPS3=Turgur's Swarm|97|slow|debuffall|always
DPS4=command:/pet swarm|99|Cond16
DPS5=Marlek's curse|96|cond22
DPS6=Restless Blood|96|cond22
DPS7=Cannibalization|99|cond15
DPS8=Blessed Spiritstaff of the Heyohkah|99|Cond8
DPS9=Dissident Roar|98|cond8
DPS10=Rage of Rolfron|98|Cond8
DebuffAllOn=2
 
your debuff type is still on the left of the debuffall tag. try to slide it to the right and see what happens.

suspect:
INI:
DPS2=Malaise|98|malo|debuffall|always
success:
INI:
DPS2=Malaise|98|debuffall|malo|always
 
Question - Multiple mobs/Multiple debuffs

Users who are viewing this thread

Back
Top
Cart