Closed teehehe closed 4 years ago
{ "Name": "Low Health", "HasCastBar": true, "StopBeforeCast": true, "Key": "6", "Requirement": "TargetHealth%<90", "Cooldown": 10, "Log": false },
should be
{ "Name": "Low Health", "HasCastBar": true, "StopBeforeCast": true, "Key": "6", "Requirement": "Health%<90", "Cooldown": 10, "Log": false },
and then
{ "Name": "Conjure Food", "HasCastBar": true, "StopBeforeCast": true, "Key": "8", "Requirement": "not BagItem:5350:4", "Cooldown": 30, "Log": false }
{ "Name": "Conjure Food", "HasCastBar": true, "StopBeforeCast": true, "Key": "8", "Requirement": "not BagItem:5349:4", "Cooldown": 30, "Log": false }
should be
and then
should be