- Joined
- Aug 26, 2015
- RedCents
- 420¢
I have been having issues constantly trying to get my casters to sit. Digging into other posts I found a Down and am trying to use that in addition to a 2nd I just modified from the first. Restarted all toons with /mac kissassist targeting my tank puller and they buffed grp and just stood there with 50% to 70% mana.
My Purpose with these is to:
1) Try to get my casters to sit and med during combat if/since they sometimes are not doing anything, Clr especially.
2) Force my casters to SIT while there are no mobs in camp and they are less than 90% mana, Mage, Clr, & Drd.
As I'm new to this coding, I have no doubt I missed something here. Any help would be appreciated!
Thank you,
~TheFiddler~
- - - Updated - - -
Update on this...
After using these for more time, it seems to only sometimes work.
Thinking into this further I would rather just say, If I'm not in combat and my mana is below 90%, /SIT.
Maybe only use this?:
Thank you,
~TheFiddler~
My Purpose with these is to:
1) Try to get my casters to sit and med during combat if/since they sometimes are not doing anything, Clr especially.
2) Force my casters to SIT while there are no mobs in camp and they are less than 90% mana, Mage, Clr, & Drd.
Rich (BB code):
[MQ2Melee]
downflag1=1
downshit1=/if (${Me.CombatState.Equal[COMBAT]} && ${Target.Type.Equal[NPC]} && ${Target.PctHPs}<75 && !${Me.Sitting}) /Sit
downflag2=1
downshit2=/if (!${Me.CombatState.Equal[COMBAT]} && ${Me.PctMana}<90 && !${Me.Sitting}) /Sit
As I'm new to this coding, I have no doubt I missed something here. Any help would be appreciated!
Thank you,
~TheFiddler~
- - - Updated - - -
Update on this...
After using these for more time, it seems to only sometimes work.
Thinking into this further I would rather just say, If I'm not in combat and my mana is below 90%, /SIT.
Maybe only use this?:
Rich (BB code):
downflag2=1
downshit2=/if (!${Me.CombatState.Equal[COMBAT]} && ${Me.PctMana}<90 && !${Me.Sitting}) /Sit
Thank you,
~TheFiddler~

