• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Question - Buffs (1 Viewer)

unknown0021

New member
Joined
Jun 2, 2014
RedCents
Not sure if I am doing this correctly. Chanter seems to buffing everyone with everything cept clarity. only casts it on himself.

[Buffs]
BuffsOn=1
Buffs1=Arch Shielding
Buffs2=Intellectual Superiority|!MA
Buffs3=Clarity|!MA
Buffs4=Celerity|!MA
Buffs5=Gift of Magic|!MA
Buffs6=Brilliance|!MA
Buffs7=NULL

RebuffOn=1
ChecKBuffsTimer=20
 
eqgeek you missed he got !MA there which should buff everyone except MA, I dont see a misstake tho which prevents the casting on others. I dont have a chanter so I cant test what propperties the spell Clarity got and how its different then the others.
Maybe do you have gotten a Rk. II version of it, dunno if there is such?
 
insetead of doing the |!MA just remove it and make it
BuffsOn=1
Buffs1=Arch Shielding
Buffs2=Intellectual Superiority
Buffs3=Clarity
Buffs4=Celerity
Buffs5=Gift of Magic
Buffs6=Brilliance
Buffs7=NULL

that will cast it on everyone you at |MA for main assist like eqgeek said |ME for self only
 
I was having this same problem with Levitation and a few other Single type buffs that I wanted to cast on group members. In most of the cases the Buffs routine will skip casting Single target spells because ${Spell[${Buffs[${i}]}].TargetType} returns Self not Single, so no matter what you change it will not cast that spell on anyone other than yourself. I did find that the logic allowed for casting on the MA only. Maskoi is aware of the issue and I believe he is working on a solution.

Just try this and see what is returned. Use this command to test it:

/echo ${Spell[Clarity].TargetType}

See if it returns Single or Self. If it returns Self then that is the problem. Post back what you find out.

Ctaylor
 
Returned Single. Thanks for all the suggestion, removed !MA didn't know that did all except MA. Seems to be working now either I was not patient enough to let Chanter finish buffing or (I'm a clutz)I may have forgotten to reset Chanter after making the changes.

Thanks again.
 
Question - Buffs

Users who are viewing this thread

Back
Top