I rechecked them after that. Check second log. Automatic should at least be checked. Second log posted: [1:30:20 PM:389] FindMountAutomatically: True [1:30:20 PM:389] UseRandomMount: False
try something plz create a lvl one char(not a rogue) and load a grinding profile tell me if you have the same problems
change: Code: return (!Self.IsBuffOnMe("Food") && Me.HealthPercent < Settings.RestHealth || !Self.IsBuffOnMe("Drink") && Me.ManaPercent < Settings.RestMana); to: Code: return (!Self.IsBuffOnMe("Food") && Me.HealthPercent < Settings.RestHealth);