Bammeh Member Joined Jun 8, 2011 Messages 311 Reaction score 0 Aug 4, 2011 #21 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
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
Tony "The Bee" Joined Jan 15, 2010 Messages 128,830 Reaction score 571 Aug 4, 2011 #22 try something plz create a lvl one char(not a rogue) and load a grinding profile tell me if you have the same problems
try something plz create a lvl one char(not a rogue) and load a grinding profile tell me if you have the same problems
Bammeh Member Joined Jun 8, 2011 Messages 311 Reaction score 0 Aug 4, 2011 #23 Using any CC? or the default singular?
Tony "The Bee" Joined Jan 15, 2010 Messages 128,830 Reaction score 571 Aug 5, 2011 #24 Bammeh said: Using any CC? or the default singular? Click to expand... any CC
G guildoc New Member Joined Feb 6, 2011 Messages 35 Reaction score 5 Aug 5, 2011 #25 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);
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);