What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Stop N Go movement....gets stuck on nothing. LOG attached.

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);
 
Back
Top