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

Target is not in line.

Harax

New Member
Joined
Mar 28, 2010
Messages
47
Reaction score
0
I'm boting in K3 cave and its alot of walls there and when i target its says "Target is not in line" cause its behind a wall or something, when that happens its just stay there and does nothing.

Is it possible to fix this in any way? I'm using the newest HB stable version.

Sorry for my bad english(?):p
 
Death knight (80)

Pull distance on 10

Activity: Setting Crystalweb Spitter at 23 yards as your target
Trying to pull a mob that is 23 yards away when pull distance is on 10

now the pull distance works. so dont bother about that ^^
 
Last edited:
I see this in the CC:

Code:
                if (_pullTimer.Elapsed.Seconds > 10) //Took too long to pull
                {

                    Slog("Pull lasted too long, Moving onto somthing else for now");
                    Blacklist.Add(_me.CurrentTarget != null ? _me.CurrentTarget.CurrentTargetGuid : 0, TimeSpan.FromMinutes(15));

                    _me.ClearTarget();
                    _pullTimer.Reset();
                    return;

                }

Do you see that "Pull lasted too long" message in your log anywhere?
 
I see this in the CC:

Code:
                if (_pullTimer.Elapsed.Seconds > 10) //Took too long to pull
                {

                    Slog("Pull lasted too long, Moving onto somthing else for now");
                    Blacklist.Add(_me.CurrentTarget != null ? _me.CurrentTarget.CurrentTargetGuid : 0, TimeSpan.FromMinutes(15));

                    _me.ClearTarget();
                    _pullTimer.Reset();
                    return;

                }

Do you see that "Pull lasted too long" message in your log anywhere?

Okey, Thanks ski =)

Nope nothing about "Pull lasted to long" in the log

anyway it seems to work now, thanks :)
 
Ski, I have a problem. I don't have 5,000,000,000 in my paypal account. Can you fix it without doing anything like before?
 
Ski, I have a problem. I don't have 5,000,000,000 in my paypal account. Can you fix it without doing anything like before?

Done.



Oops, that was my account.
 
I was tired and it worked with the pull distance so i didnt read ur post so clearly :p
 
Back
Top