Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

Cond1=!${Me.Casting} && (${SpawnCount[npc radius 10 zradius 10]} < 1) && !${Me.Sitting} && (${Me.XTHaterCount} < 6)

You want him to sit DURING combat? For instance, sit out a couple of mobs to get mana? I want to understand what you are asking.....
PreCondition=/if (({Me.Casting.ID} == NULL) && ({SpawnCount[npc radius 15 zradius 15]} < 1) && !{Me.Sitting}) /return TRUE
/mac modbot & /mb letsroll
OK. Let me look at it. I forgot about the good ol' days where I needed to pay more attention to mana. You shouldn't have to do all that scripting and tweaking.
nice..for my melees it would work good[MQ2Melee]
downflag0=1
downflag1=1
downshit0=/if (!${Me.CombatState.Equal[COMBAT]} && ${Me.PctMana}<90 && !${Me.Moving} && !${Me.Sitting} && !${Me.Casting.Name.NotEqual[NULL]}) /Sit
downshit1=/if (!${Me.CombatState.Equal[COMBAT]} && ${Me.PctEndurance}<70 && !${Me.Moving} && !${Me.Sitting} && !${Me.Casting.Name.NotEqual[NULL]}) /Sit
Courtesy of Klompr via discord.
Aren't downs only out of combat?
For modbot just remove the $ and you can use the exact same conditionalnice..for my melees it would work good
There's nothing in that downshit that i see that wouldn't work for Modbot (unless .NotEqual isn't accepted?)In order to get it to work during combat for me with kissassist I had to remove "!" in front of ${Me.CombatState.Equal[COMBAT]}. Not sure if thre is a list of TLO, but if there is an aggro one that might be better to use.[MQ2Melee]
downflag0=1
downflag1=1
downshit0=/if (!${Me.CombatState.Equal[COMBAT]} && ${Me.PctMana}<90 && !${Me.Moving} && !${Me.Sitting} && !${Me.Casting.Name.NotEqual[NULL]}) /Sit
downshit1=/if (!${Me.CombatState.Equal[COMBAT]} && ${Me.PctEndurance}<70 && !${Me.Moving} && !${Me.Sitting} && !${Me.Casting.Name.NotEqual[NULL]}) /Sit
Courtesy of Klompr via discord.
Sounds right, ! is "not" so you want to be checking if you're actually in combat.In order to get it to work during combat for me with kissassist I had to remove "!" in front of ${Me.CombatState.Equal[COMBAT]}. Not sure if thre is a list of TLO, but if there is an aggro one that might be better to use.

can anyone put a delay on this pls? i like the way it works but i got my cleric killed twice when getting agroo and sitting..maybe adding a 4 seconds delay on trying to sit[MQ2Melee]
downflag0=1
downflag1=1
downshit0=/if (!${Me.CombatState.Equal[COMBAT]} && ${Me.PctMana}<90 && !${Me.Moving} && !${Me.Sitting} && !${Me.Casting.Name.NotEqual[NULL]}) /Sit
downshit1=/if (!${Me.CombatState.Equal[COMBAT]} && ${Me.PctEndurance}<70 && !${Me.Moving} && !${Me.Sitting} && !${Me.Casting.Name.NotEqual[NULL]}) /Sit
Courtesy of Klompr via discord.
make sure MQ2Melee is onI'm sorry, but where are you guys adding this to? Not seeing an Mq2melee ini file to edit. =(
