Thread: [PI] How to fix error when your height is -1

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 [PI] How to fix error when your height is -1 
    RuneAdventure - The Epic Adventure

    Thock321's Avatar
    Join Date
    Jul 2011
    Posts
    1,809
    Thanks given
    706
    Thanks received
    363
    Rep Power
    416
    A lot of people have an error when their height is -1. This is because for some reason Region Clipping does not support that height. This happens in the barrows crypts.

    The fix is, when digging on the barrows dune, instead of teleporting the player to the height -1, teleport him to the height 7.

    So this:

    Code:
    c.getPA().movePlayer(3568, 9683, -1);
    would be:

    Code:
    c.getPA().movePlayer(3568, 9683, 3);
    EDIT:
    The height level 3 works too, thanks to Martin for bringing this up.
    Reply With Quote  
     


  2. #2  
    « Pokémon Master »
    Ash Ketchum's Avatar
    Join Date
    Jun 2011
    Age
    26
    Posts
    1,426
    Thanks given
    275
    Thanks received
    153
    Rep Power
    39
    never noticed this before, but it messes up clicking the objects to get the brothers to spawn.
    Spoiler for Galkon:

    Spoiler for Great Quotes:
    Quote Originally Posted by i am prod View Post
    **** YOU this just erased everyones passwords and no one can log in!!!
    Quote Originally Posted by blade2 View Post
    did i ****ing say it was a ****ing virus u dip shit i said virus scan dont scan java files i didn't say its a virus... l2****ingreadkid
    Spoiler for (╯°□°)╯︵┻━┻:
    Reply With Quote  
     

  3. #3  
    RuneAdventure - The Epic Adventure

    Thock321's Avatar
    Join Date
    Jul 2011
    Posts
    1,809
    Thanks given
    706
    Thanks received
    363
    Rep Power
    416
    Quote Originally Posted by l0lc0pt3r View Post
    never noticed this before, but it messes up clicking the objects to get the brothers to spawn.
    How so?
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    May 2011
    Posts
    1,249
    Thanks given
    193
    Thanks received
    267
    Rep Power
    0
    Thanks for this, me and Archspire noticed this bug when we were working on our Barrows system. We tried numerous methods of fixing it, never realised it was this obvious!
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Sep 2007
    Age
    29
    Posts
    2,396
    Thanks given
    5
    Thanks received
    436
    Rep Power
    902
    mabey use the correct height which is 3 not 7 fp
    Hyperion V2 Martin's Updates.
    [Only registered and activated users can see links. ]

    Scar says:
    i hate it when it hits your face
    Reply With Quote  
     

  6. #6  
    RuneAdventure - The Epic Adventure

    Thock321's Avatar
    Join Date
    Jul 2011
    Posts
    1,809
    Thanks given
    706
    Thanks received
    363
    Rep Power
    416
    Quote Originally Posted by Zelix View Post
    Thanks for this, me and Archspire noticed this bug when we were working on our Barrows system. We tried numerous methods of fixing it, never realised it was this obvious!
    There's a button for it

    @Martin
    I'm pretty sure they're all the same, there isn't a "correct" height.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Nov 2009
    Posts
    3,056
    Thanks given
    113
    Thanks received
    838
    Rep Power
    740
    Quote Originally Posted by thock321 View Post
    There's a button for it

    @Martin
    I'm pretty sure they're all the same, there isn't a "correct" height.
    Yes there is. its 3. and -1 makes no sence anyways?
    Reply With Quote  
     

  8. #8  
    Shake n Bake

    Organic's Avatar
    Join Date
    Apr 2010
    Posts
    2,501
    Thanks given
    204
    Thanks received
    322
    Rep Power
    588
    Yeah I always had my heightlevel on 3 so I never had this problem.

    Just live life at its fullest.

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  9. #9  
    « Pokémon Master »
    Ash Ketchum's Avatar
    Join Date
    Jun 2011
    Age
    26
    Posts
    1,426
    Thanks given
    275
    Thanks received
    153
    Rep Power
    39
    Quote Originally Posted by thock321 View Post
    How so?
    not sure...it did for me tho. just have to change a few numbers in actionHandler etc to get it back to fully working. thanks for this
    Spoiler for Galkon:

    Spoiler for Great Quotes:
    Quote Originally Posted by i am prod View Post
    **** YOU this just erased everyones passwords and no one can log in!!!
    Quote Originally Posted by blade2 View Post
    did i ****ing say it was a ****ing virus u dip shit i said virus scan dont scan java files i didn't say its a virus... l2****ingreadkid
    Spoiler for (╯°□°)╯︵┻━┻:
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Aug 2009
    Posts
    630
    Thanks given
    79
    Thanks received
    24
    Rep Power
    52
    Thanks for this
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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: 0
    Last Post: 07-13-2011, 01:20 AM
  2. Teleport from height to height?
    By iHybrid in forum Help
    Replies: 12
    Last Post: 04-12-2011, 09:58 PM
  3. [PI] Fix Gfx height
    By Harambe_ in forum Help
    Replies: 3
    Last Post: 12-15-2010, 10:55 AM
  4. Impact T2 Error Fix (Client crash fix)
    By Core in forum Snippets
    Replies: 17
    Last Post: 12-27-2009, 05:27 PM
  5. Replies: 14
    Last Post: 02-07-2009, 03:19 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
  •