I'm trying to get my begging to fire automatically. As a caster, I'm not going to be attacking, and just setting begging=1 in my MQ2Melee INI is not working. Here is what I have:
So far it isn't firing with this. Maybe I need something that will check my distance?
Rich (BB code):
/if (${Me.CombatState.Equal[COMBAT]} && ${Group.MainTank.ID}==${Me.ID} && !${Me.Moving} && ${Target.PctHPs}<98) /doability 6
So far it isn't firing with this. Maybe I need something that will check my distance?

