• 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 - Tremendous Velocity|Dual|Exceptional Velocity II Not working

Joined
Dec 24, 2017
RedCents
1,813¢
Beastlord Ini.


Buffs4=Tremendous Velocity|Dual|Exceptional Velocity II

Will this not work because the spell is a pet one? Even though the pet spell (Tremendous Velocity) gives the group haste buff (Exceptional Velocity II / increase group attack speed by 53%)
 
its a pet buff
Try

Code:
Buffs4=/command: /cast Tremendous Velocity|cond1

Cond1=!${Me.Buff[Exceptional Velocity II].ID}
 
Last edited:
its a pet buff
Try

Code:
Buffs4=/command: /cast Tremendous Velocity|cond1

Cond1=!${Me.Buff[Exceptional Velocity II].ID}


Tried a few things, None seem to work. These are the only 2 things in my Ini. I was gonna try to convert to 11. TBH, they didn't work in 10 or 1004e15 either.


Code:
[Buffs]
BuffsOn=1
BuffsSize=2
Buffs1=Tremendous Velocity
Buffs2=Feralist's Unity|Me

RebuffOn=1
CheckBuffsTimer=10
PowerSource=NULL


[KConditions]
ConOn=1
CondSize=2
Cond1=TRUE
Cond2=TRUE

Code:
[Buffs]
BuffsOn=1
BuffsSize=2
Buffs1=Tremendous Velocity|Dual|Exceptional Velocity II
Buffs2=Feralist's Unity|Dual|Natural Cooperation

RebuffOn=1
CheckBuffsTimer=10
PowerSource=NULL


[KConditions]
ConOn=1
CondSize=2
Cond1=TRUE
Cond2=TRUE

Code:
[Buffs]
BuffsOn=1
BuffsSize=2
Buffs1=/command: /cast Tremendous Velocity|cond1
Buffs2=/command: /cast Feralist's Unity|cond2


RebuffOn=1
CheckBuffsTimer=10
PowerSource=NULL


[KConditions]
ConOn=1
CondSize=2
Cond1=!${Me.Buff[Exceptional Velocity II].ID}
Cond2=!${Me.Buff[Natural Cooperation II].ID}
 
I tried an additional buff and the mask is the only thing that works. I did update MQ2 today.

Code:
[Buffs]
BuffsOn=1
BuffsSize=3
Buffs1=Tremendous Velocity
Buffs2=Feralist's Unity
Buffs3=Mask of the Lost Guktan


RebuffOn=1
CheckBuffsTimer=10
PowerSource=NULL


[KConditions]
ConOn=0
CondSize=2
Cond1=TRUE
Cond2=TRUE
 
I tried an additional buff and the mask is the only thing that works. I did update MQ2 today.

Code:
[Buffs]
BuffsOn=1
BuffsSize=3
Buffs1=Tremendous Velocity
Buffs2=Feralist's Unity
Buffs3=Mask of the Lost Guktan


RebuffOn=1
CheckBuffsTimer=10
PowerSource=NULL


[KConditions]
ConOn=0
CondSize=2
Cond1=TRUE
Cond2=TRUE


Yet, if I change up the code to look at another buff for the Mask of Guktan, it doesn't work if I am missing the Jann buff.
There is not mention of the "Illusion: Guktan" buff, but it will recast if I remove that.

Code:
[Buffs]
BuffsOn=1
BuffsSize=3
Buffs1=Tremendous Velocity
Buffs2=Feralist's Unity
Buffs3=Mask of the Lost Guktan|cond3


RebuffOn=1
CheckBuffsTimer=10
PowerSource=NULL


[KConditions]
ConOn=1
CondSize=3
Cond1=TRUE
Cond2=TRUE
Cond3=!${Me.Buff[${Spell[Illusion Benefit Greater Jann].RankName}].ID}
 
I know this is getting long, but what is really weird is this.

I did a fresh install of MQ2.

Using the below code only in my Kiss11 Ini.

The illusion part now works correctly, the first 2 buffs do not.
Basically I can now cast my illusion to get the buff I want and click off illusion. The illusion being removed does not cause it to be recast, until the Buff part (Illusion Benefit Greater Jann) gets dispelled.

Code:
[Buffs]
BuffsOn=1
BuffsSize=3
Buffs1=Tremendous Velocity|cond1
Buffs2=Feralist's Unity|cond2
Buffs3=Mask of the Chetari|cond3


RebuffOn=1
CheckBuffsTimer=10
PowerSource=NULL


[KConditions]
ConOn=1
CondSize=3
Cond1=!${Me.Buff[Exceptional Velocity II].ID}
Cond2=!${Me.Buff[Natural Cooperation II].ID}
Cond3=!${Me.Buff[${Spell[Illusion Benefit Greater Jann].RankName}].ID}
 
Does Tremendous Velocity automatically target your warder? If not, putting it in buffs may not work. The unity, I would use a Dual versus a condition.
 
Does Tremendous Velocity automatically target your warder? If not, putting it in buffs may not work. The unity, I would use a Dual versus a condition.

TV does not target warder, you can have your self targeted.

Dual or Condition, Feralist's Unity will not fire. I substituted the spell for it... Just one more buff I have to mem to unmem, instead of using the AA.
 
Doesn't solve your self/group buff check, but I just did these as a combo set of Buffs/PetBuffs. I have an optional "Celerity" I turn on/off if the BST is only haste for group.

Also to complicate things, the genius coders at Daybreak made 2 BST versions of "Feralist's Unity" - the spell (Casts Spir. Vib & Spir. Empowerment) and the AA that casts Natural Coop. So maybe it is casting the wrong one. Might have to use a "command" alt activate or down to get the one you want to fire.

Code:
[Buffs]
Buffs9=Natural Cooperation
BuffsCond9=TRUE
Buffs10=Celerity
BuffsCond10=TRUE

[Pet]
PetBuffsSize=8
PetBuffs1=Tremendous Velocity
PetBuffs2=Virzak's Aggression
PetBuffs3=!Convivial Warder
PetBuffs4=Taste of Blood
PetBuffs5=Hobble of Spirits
PetBuffs6=Spirit of Beramos
PetBuffs7=Companion's Aegis
PetBuffs8=NULL
 
The command: /alt activate should work to force the usage of the AA (but Maskoi is currently fixing commands not working in buffs). I had a similar issue with one of the druid spells that was an AA that returned wrong. Once Maskoi fixes the commands in buffs, I would try doing it with a command and see if that works at all.
 
Problem - Tremendous Velocity|Dual|Exceptional Velocity II Not working

Users who are viewing this thread

Back
Top
Cart