CH tank only

kelvanan

New member
Joined
May 10, 2015
Messages
23
Reaction score
0
Points
0
is there a way to get this to cast CH only on tanks and fast heals on anything not PAL/SK/WARRIOR?
 
is there a way to get this to cast CH only on tanks and fast heals on anything not PAL/SK/WARRIOR?
So if Heal0 is Complete Heal:

HealIf0=${Select[${Bot.MinHP.Class.ShortName},WAR,PAL,SHD]}

and opposite for fast heals, say fast heal is Heal1:
HealIf1=!${Select[${Bot.MinHP.Class.ShortName},WAR,PAL,SHD]}
 
pete, im a pretty big n00b brother, where do i put those statements?
 
nvm figured it out. just toss it in the m2bot section of my ini. youre awesome pete. now to figure out a way to make it heal the non tank at a different HP than the tank
 
pete, im a pretty big n00b brother, where do i put those statements?

mq2 folder:

/mq2/server_charactername.ini

then in the [MQ2Bot] section wherever you want.

ie:
/mq2/bertox_PeteSampras.ini
 
Also keep in mind the other Class members, so you can use any of like:

${Bot.MinHP.Class.X}

Where X can be:

PureCaster
PetClass
DruidType
ShamanType
NecromancerType
ClericType
HealerType
MercType
Priest
Knight
Tank
Caster
Melee
Hybrid
Pets
MeleeDPS
CasterDPS
CC

Edit: Those are booleans, so would be like (example): HealIf1=!${Bot.MinHP.Class.Tank} or HealIf1=${Bot.MinHP.Class.Caster}

htw (no, that's not a Class member. :D )
 
Last edited: