• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Los

    Discussion in 'Archives' started by Shanglee, Nov 11, 2011.

    1. Shanglee

      Shanglee New Member

      Joined:
      Jun 19, 2011
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      My character stands los while trying to attack a mob while it is farming, for example Ravenholdt rep, it stands and tries to kill the target when it it los until I manually move my character so that he can attack, could you try to fix this bugg please? It would be amasing.

      Had to set my pull range to 30 to reduce the amout of Line of Sight buggs.
       
    2. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      the CC must take care of it,on what CC are you?
       
    3. Shanglee

      Shanglee New Member

      Joined:
      Jun 19, 2011
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      I've been trying out the regular one and Altarboy, both CCs has the LOS bugg, (dwarf shadow priest). Do you have any recommended ccs?

      Edit: It's only a few mobs that has this los bugg, like when I try to farm Steamwheedle Cartel, my character stands below the stairs and tries to attack the target and just gets stuck there until i move him, or change the pull range to like 16.
       
      Last edited: Nov 12, 2011
    4. Push

      Push Member

      Joined:
      Oct 19, 2011
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      6
      I have the exact same issue, same CC, same location.
       
    5. no1knowsy

      no1knowsy Well-Known Member

      Joined:
      Feb 28, 2010
      Messages:
      3,927
      Likes Received:
      57
      Trophy Points:
      48
      Looking for something like this?
      It should work for if something is up some stairs or some crap but HB thinks it is in LoS.
      Code:
      while (Navigator.GeneratePath(Me.Location, Target.Location).Length > 2) 
      { Navigator.MoveTo(Target.Location); Thread.Sleep(250); }
      
      The .Length > 2 being that the path it generates should have 2 points. The first being your location, the second being the targets location. The generator doesn't take into account where you toon is. It just decides where the clicks should be.
      I used this in my Mage Helper plugin to solve the issue of it trying to blink through trees and the crap on the ground, which it can't blink through obviously (fences and such).

      Hope it helped.
      -Panda.
       
    6. Push

      Push Member

      Joined:
      Oct 19, 2011
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      6

      I'm sorry, nooby question but where does this code go?
       

    Share This Page