Thread: Clipping ( I can't reach that) [PI]

Results 1 to 5 of 5
  1. #1 Clipping ( I can't reach that) [PI] 
    Software Developer

    Tyrant's Avatar
    Join Date
    Jul 2013
    Age
    24
    Posts
    1,562
    Thanks given
    678
    Thanks received
    423
    Rep Power
    1060
    cLOSE
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    that issue lays in followNpc method not in clipping
    Reply With Quote  
     

  3. #3  
    Software Developer

    Tyrant's Avatar
    Join Date
    Jul 2013
    Age
    24
    Posts
    1,562
    Thanks given
    678
    Thanks received
    423
    Rep Power
    1060
    Quote Originally Posted by ipkmills View Post
    that issue lays in followNpc method not in clipping
    Fixed.

    This had nothing to do or even to be related to followNpc.

    For those who ever wonder, I didn't noticed
    [code]
    if (distance == 0) {
    return true;
    }
    on pathBlocked boolean.
    Reply With Quote  
     

  4. #4  
    Community Veteran


    Arch337's Avatar
    Join Date
    Sep 2008
    Posts
    2,950
    Thanks given
    210
    Thanks received
    349
    Rep Power
    1376
    It might be this that blocks it:
    Code:
    if (distance == 0) {
    return true;
    }


    "A fail act is something you do regular, but a dumb act is something you can learn from"
    Spoiler for Problem?:
    Reply With Quote  
     

  5. #5  
    Software Developer

    Tyrant's Avatar
    Join Date
    Jul 2013
    Age
    24
    Posts
    1,562
    Thanks given
    678
    Thanks received
    423
    Rep Power
    1060
    Quote Originally Posted by arch337 View Post
    It might be this that blocks it:
    Code:
    if (distance == 0) {
    return true;
    }
    Thanks but already figured this out.

    OT: Close this
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 2
    Last Post: 05-30-2015, 10:40 PM
  2. You can't reach that [MATRIX 718]
    By skidor in forum Help
    Replies: 19
    Last Post: 12-08-2012, 11:17 AM
  3. [667] "You can't reach that."
    By USKO in forum Help
    Replies: 1
    Last Post: 11-26-2012, 11:42 PM
  4. I can't reach that! 1.5m rsgp to fix!
    By Drathus Scape in forum Help
    Replies: 4
    Last Post: 01-31-2012, 10:01 AM
  5. Object teleporting "I can't reach that"
    By Drathus Scape in forum Help
    Replies: 6
    Last Post: 01-28-2012, 09:00 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •