mq2bot and bard epic and vang shout

ceritus

Premium Member
Joined
Nov 3, 2006
Messages
105
Reaction score
6
Points
18
what do i have to add to the config file so that my bard epic clicks everytime its up and im in battle? same with vang shout for anything more than 1 mob
 
  • Like
Reactions: EQDAB
I think it normally gets most clickys on load, try /loadbot and see if epic is on there as a clicky, if not.

From MQ2Bot Wiki

You can add up to 20 custom clicky items by adding "Clicky##=item name" to the MQBot section of your character INI file.
For example, to add the Enchanter's Epic 2.0, Staff of Eloquence, add the following:
Clicky0=Staff of Eloquence

Bot will recognize Clicky0 through Clicky19, and supports If conditions as well in the form of ClickyIf0 through ClickyIf19.

Say you set up bard epic is Clicky2 you'll need to add something like the following to your ini
Code:
ClickyIf2=${Me.CombatState.Equal[COMBAT]}
Which will only use the clicky if you are in combat.

I'm not up on what Vang Shouts shout is, but you'd more than likely want to check xtarget to see if there are two mobs on agro list to use it, something like checking ${Me.XTarget[2].ID}

MQ2Bot Common Problems and Answers has a few examples.
 
  • Like
Reactions: EQDAB