MQ2Bot Spells and AA's

Heebyjim

New member
Joined
Aug 17, 2023
Messages
1
Reaction score
1
Points
3
Is there a way to edit which spells and aa's the character spams.....i want my paladin to only cast the stuns when he needs it for aggro but he just casts it till hes oom. Also wouldnt mind removing LoH from it all together for a choice of when to use it myself.
 
  • Like
Reactions: EQDAB
  • Like
Reactions: EQDAB
/loadbot

Find LOH. E.g., if it says: heal0=Lay on Hands
The add to your server_char.ini under [MQ2Bot] an entry to disable it: HealIf0=0
Save file.
/loadbot

For stuns, they show up as nukes, so you can do the same, e.g. to disable Nuke1, add NukeIf1=0 - that's if you want to disable any of the stuns.

To control stun, here is an example entry for your nukes:

NukeIf=${If[${Target.ID} && ${Target.AggroHolder.ID}!=${Me.ID},1,0]}

Once you have the entries the way you want and save the ini, in game do /loadbot
 
  • Like
Reactions: EQDAB