Thread: Seen it before.. [PI]

Results 1 to 6 of 6
  1. #1 Seen it before.. [PI] 
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    Something like below


    if((absX >= 3136 && absX <= 3327 && absY >= 3519 && absY <= 3607 && c.playerRights != 3)
    c.getPA().startTeleport2(3044, 3051, 0);
    I just wrote that, but I don't know where'd i put it and such. I saw a tutorial but I can't seem to find it now..

    Quote Originally Posted by jerryrocks317 View Post
    i am 14 and have my own laptop im on almost 24/7 currently creating rsps lol so please get off my thread lol
    Reply With Quote  
     

  2. #2  
    Registered Member
    dead fury's Avatar
    Join Date
    Dec 2009
    Posts
    714
    Thanks given
    123
    Thanks received
    219
    Rep Power
    163
    Quote Originally Posted by Ninth Legion View Post
    When you walk on certain coords, it dc's you.. I've seen the release, can someone by chance link me to it? Been looking for a while..
    The client is throwing an error. A real fix would be you'd have to figure out which model is screwing it up.

    The first thing to do, is to go to the console, and see which line the error is coming from. In that method, put a try { and catch(Exception e) e.printStackTrace() } around the code, and then it won't occur again.

    To have a full fix, figure out which model is causing the problem. Start at the error thrown from the e.printstacktrace() :-)!


    Reply With Quote  
     

  3. #3  
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    Quote Originally Posted by dead fury View Post
    The client is throwing an error. A real fix would be you'd have to figure out which model is screwing it up.

    The first thing to do, is to go to the console, and see which line the error is coming from. In that method, put a try { and catch(Exception e) e.printStackTrace() } around the code, and then it won't occur again.

    To have a full fix, figure out which model is causing the problem. Start at the error thrown from the e.printstacktrace() :-)!
    Not like that, i'm talking about;

    if((absX >= 3136 && absX <= 3327 && absY >= 3519 && absY <= 3607 && c.playerRights != 3)
    c.getPA().startTeleport2(3044, 3051, 0);
    I just wrote that, but I don't know where'd i put it and such. I saw a tutorial but I can't seem to find it now..

    Quote Originally Posted by jerryrocks317 View Post
    i am 14 and have my own laptop im on almost 24/7 currently creating rsps lol so please get off my thread lol
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Sep 2012
    Posts
    63
    Thanks given
    15
    Thanks received
    2
    Rep Power
    11
    Is it to do with making an area owner only?
    So if you stand in the allocated area without playerRights = 3,
    it will tele you out.

    I think it goes in player.java.
    Reply With Quote  
     

  5. #5  
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    not really. traing to make it if you noclip into and area it teleports you away

    Quote Originally Posted by jerryrocks317 View Post
    i am 14 and have my own laptop im on almost 24/7 currently creating rsps lol so please get off my thread lol
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Nov 2010
    Posts
    1,528
    Thanks given
    1,017
    Thanks received
    348
    Rep Power
    240
    client.java
    process()
    None.
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •