Disabling multiple skills

Whacknstack

New member
Joined
Jun 6, 2007
Messages
16
Reaction score
0
Points
1
I want to disable Divine Stun and Heroic Leap on my pally, but something's off on my commands. Here's my .ini file. How do I list multiple IgnoreTheseSkills? I've tried spaces, no spaces, commas, hash/slash, etc. Nothing seems to make it work. Also...the Assist= command below...is that supposed to be the puller's name? If so, I couldn't get that to work either. Thanks in advance!

[MQ2Bot]
Debugging=0
BotVersion=20200521.1901
BotCommandsOn=
BotCommandsOff=
AlwaysCheckAdds=0
RestrictedZones=,344,202,151,345,
BuffPassword=NULL
AuthorizedUsers=|guild|group|netbots|
CycleDelay=3
DefaultGem=1
AnnounceEcho=1
AnnounceEQBC=0
AnnounceAdds=1
AutoInvisDistance=0
AssistAt=100
AssistRange=100
UseManualAssist=0
AssistName=
MercAssistAt=100
MercAssistRange=0
MeleeAt=100
MeleeDistance=40
PetAttackAt=99
PetAttackRange=60
RepositionIfSummoned=0
MedStartAt=40
MedStopAt=90
MedToFull=0
MedDuringCombat=0
EndMedStartAt=40
EndMedStopAt=95
EndMedToFull=0
MinManaToNuke=0
NukeToTAt=80
ManaToSummon=100
SummonModRods=1
UseModRods=1
AACutoffTime=10
AAStopAt=25
AggroAt=70
AutofireAt=0
AutofireDistance=100
DebuffAdds=1
DebuffAt=100
DebuffStopAt=10
DebuffAEAmount=3
DotAt=99
DotStopAt=10
FaceAngle=360
FadeAt=20
GrabAdds=0
GrabPrimary=0
InterruptToHealAt=0
HealAt=60
HealToTAt=80
HealSelfAt=50
HealDelayedAt=95
HealDurationAt=95
HealGroupAt=60
HealPetAt=80
ImHitAt=50
JoltAt=70
KnockbackAdds=0
KnockbackPrimary=0
LifetapAt=80
LootInCombat=0
LootRadius=0
ManaAt=80
NukeAt=99
RezRadius=100
RootAdds=15
RootPrimary=0
SnareAt=10
SwarmAt=99
UseAutoFire=0
UseAENukes=1
UseAura=1
UseClickyBuffs=1
UseClickyNukes=1
UseDiscsOffensive=1
UseDiscsDefensive=1
UseFightBuffs=1
UseMainTankBuffs=1
UseManaInCombat=1
UseManaOnOthers=1
UseMez=1
UsePet=1
PetReagentCheck=1
PetIllusionItem=NULL
CustomPetSpell=NULL
UsePetBuffs=1
StandOnPetAttack=0
UseSelfBuffs=1
AutoFollowLeader=0
AutoFollowSettings=30 healer
UseNetBots=0
NetBotsName=NULL
DoDebug=0
PullingDistance=0
MQ2NavDistance=10
PullSkillName=
AnnounceBehaviorChange=0
AttackCommand=/killthis
AegoClasses=|WAR|MNK|ROG|BER|CLR|SHM|RNG|BST|PAL|SHD|BRD|ENC|MAG|NEC|WIZ|
SymbolClasses=|WAR|MNK|ROG|BER|CLR|DRU|SHM|RNG|BST|PAL|SHD|BRD|ENC|MAG|NEC|WIZ|
BrellsClasses=|WAR|MNK|ROG|BER|CLR|DRU|SHM|RNG|BST|PAL|SHD|BRD|ENC|MAG|NEC|WIZ|
SafetyInvisOnWarp=0
SafetyCommandOnTell=
SafetyCommandOnGM=
SafetyCommandOnMyWarp=
SafetyCommandOnOthersWarp=
SafetyCommandOnTooFarFromCamp=
DebuffsSpellFirst=0
AnnounceMezBreaks=1
DoPetSwarm=1
PullingMaxZ=30
PullingLOS=1
DoPulls=0
IgnoreTheseSkills=Divine Stun|Heroic Leap
PulseCycle=100
PullingFilter=1
 
My character is using a clickie or using a spell I don't want it to use, how do I stop it?

MQ2Bot reads what AA's/Auras/Clickies you have and what spells you have memorized to determine what the best spell to use is. The way to disable a certain item is to edit your MQ2Bot ini file and create an if statement to disable it.

When you start the bot with /bot on, it will spit out a ton of information into your MQ2 window. Find the Spell/AA/Clickie you want to disable.

Example:
Code:
Mez0: Beam of Slumber XIV

Open up the Server_CharacterName.ini in your MQ2 folder. There will be a section called [MQ2Bot], scroll to the end of that section.

Add in
Code:
Mezif0=0
To the bottom of that MQ2Bot section. Save, and restart bot with /bot on.

It should now say "MezIf0: 0" when you start up the bot, and this will disable the spell from being used.

You can repeat this for any AA's, Heals, Buffs, Nukes, Clickies or anything else listed when you start MQ2Bot.
 
make sure mq2melee isnt doing that either
think warr and zerk can turn on battleleap (diff than paly)
if it only does it with bot on then yes disable it like fry explained