• 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

Problem - Mage Not Buffing Pet (1 Viewer)

bb4

Well-known member
Joined
Feb 19, 2016
RedCents
1,652¢
My mage is not buffing his pet unless the pet is freshly summoned. I'm wondering if I have something in my INI that is throwing it off.


INI:
[AdvBuff]
ABCount=8
ABNewFormat=1
ABMobMax=42
ABCheckTime=3

[AB1]
Gem=8
Spell=Child of Water
DurMod=0
SpellAlias=makepet
Announce=/2
SpellMinMana=3
TarCnt=1
TarType=petcast
SpellFoci=
SpellIcon=
Recast=FALSE
PreCondition=TRUE

[AB2]
Gem=item
Spell=Glyphwielder's Tunic of the Summoner
SpellFoci=
DurMod=0
SpellAlias=bpclick
Announce=/bc
SpellMinMana=0
TarCnt=1
TarType=mypet
Recast=FALSE
SpellIcon=Thaumaturgist's Infusion
PreCondition=/if ({Me.Song[Spirit of Vesagran].ID}) /return TRUE

[AB2]
Gem=8
Spell=Rathe's Strength
SpellFoci=
DurMod=0
SpellAlias=
Announce=/2
SpellMinMana=10
TarCnt=1
TarType=mypet
Recast=FALSE
SpellIcon=
PreCondition=TRUE

[AB3]
Gem=8
Spell=Elemental Fury
SpellFoci=
DurMod=0
SpellAlias=
Announce=/2
SpellMinMana=10
TarCnt=1
TarType=mypet
Recast=FALSE
SpellIcon=
PreCondition=TRUE

[AB4]
Gem=8
Spell=Iceflame Guard
SpellFoci=
DurMod=0
SpellAlias=
Announce=/2
SpellMinMana=10
TarCnt=1
TarType=mypet
Recast=FALSE
SpellIcon=
PreCondition=TRUE

[AB5]
Gem=8
Spell=Phantom Shield
SpellFoci=
DurMod=0
SpellAlias=
Announce=
SpellMinMana=10
TarCnt=1
TarType=self
Recast=FALSE
SpellIcon=
PreCondition=TRUE

[AB6]
Gem=8
Spell=Elemental Aura
SpellFoci=
DurMod=0
SpellAlias=
Announce=
SpellMinMana=10
TarCnt=1
TarType=self
Recast=FALSE
SpellIcon=
PreCondition=TRUE

[AB7]
Gem=alt
Spell=Elemental Form
SpellFoci=
DurMod=0
SpellAlias=
Announce=
SpellMinMana=10
TarCnt=1
TarType=self
Recast=FALSE
SpellIcon=
PreCondition=TRUE

[AB8]
Gem=item
Spell=Focus of Primal Elements
SpellFoci=
DurMod=0
SpellAlias=epic
Announce=/bc
SpellMinMana=0
TarCnt=1
TarType=mypet
Recast=FALSE
SpellIcon=
PreCondition=TRUE
 
All of the buffs? Or just some? I have some changes, including one for buffing pets with group spells, that I need to package into a release. But is your problem related to group buffs?
 
Everything in the INI with the mypet tag only buffs the pet when it gets summoned. I clicked stuff off and the mage never recast it even after multiple times restarting the macro.
 
I adjusted ADAggroOnly to 1 and now buffs and pet seem to work flawlessly.

ADAggroOnly=[0,1,2]
  • 0 - off (do not check Aggressive/Targets) (default).
  • 1 - only add mobs to the mob list if they are Aggressive and if someone in your group, raid, or in NetBots is the mob's target. Only use this option on bots that cast on targets that are NOT the main assist's target (e.g. chanter mezzing adds).
  • 2 - only add mobs to the mob list if they are Aggressive (do not check for TargetofTarget)
  • Please note: ADAggroOnly is not terribly reliable at times. If you are having issues with one of your bots auto-aggroing mobs (when they are not the tank), try setting ADAggroOnly=0 and then ADTarType=1 or 11.
 
Why would ADAggroOnly matter? It has nothing to do with buffs? :/

Modbot defines combat vs idle differently than you might expect. If an NPC is within your radius, then it counts you as in combat.
 
If that was your problem, was there really an enemy nearby? Or were they friendly NPCs? Two other options would have been to reduce your Radius (if the enemies were far away), or exclude them (if they are friendly). However, if you are normally doing things far away from where you are standing, the aggroonly option may be a better choice. As bb4 mentioned, if there are enemies in your radius, they won't buff.
 
Problem - Mage Not Buffing Pet

Users who are viewing this thread

Back
Top
Cart