Thread: [PI] How to ?

Results 1 to 7 of 7
  1. #1 [PI] How to ? 
    Fake Love


    Join Date
    Jun 2008
    Age
    28
    Posts
    439
    Thanks given
    224
    Thanks received
    312
    Rep Power
    4385
    Has anyone come up of a way, if you go out of a certain area, or go into a certain area, It tele's you back?

    I would really want!

    Rep++++++++++++++++++++++
    Reply With Quote  
     

  2. #2  
    Registered Member pk3r john's Avatar
    Join Date
    Apr 2009
    Posts
    877
    Thanks given
    16
    Thanks received
    30
    Rep Power
    63
    yeah its in the new era source, umm I already deleted it but you could easily rip it. It's something like:

    Code:
    if (CONFIG.EDGEVILLE != true) {
    movePlayer(####, ####, 0, modern);
    }
    DO NOT EVEN TRY THIS.. it's probably going to give you like 50 errors haha but its something like that
    Reply With Quote  
     

  3. #3  
    Registered Member
    Gator God's Avatar
    Join Date
    Aug 2010
    Posts
    260
    Thanks given
    15
    Thanks received
    26
    Rep Power
    99
    haha he was probably going to copy and paste that then complain about errors
    Quote Originally Posted by H A W X;
    [IMG]C:\Users\R\Desktop\Rune-Server\Pictures[/IMG]
    :trollface:
    Reply With Quote  
     

  4. #4  
    Fake Love


    Join Date
    Jun 2008
    Age
    28
    Posts
    439
    Thanks given
    224
    Thanks received
    312
    Rep Power
    4385
    Quote Originally Posted by Gator God View Post
    haha he was probably going to copy and paste that then complain about errors

    No I wansnt? Dont post here if you aint got a relavent reply.

    Anyway,

    Someone rip for me please
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Aug 2010
    Posts
    44
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Code:
    if (!c.inWild() && !c.inEdge()) {
    			c.getPA().movePlayer(3087, 3500, 0);
    			c.sendMessage("You are not allowed to leave Edgeville or the wilderness.");
    		}
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Sep 2010
    Posts
    80
    Thanks given
    3
    Thanks received
    0
    Rep Power
    1
    Where do i add the


    if (!c.inWild() && !c.inEdge()) {
    c.getPA().movePlayer(3087, 3500, 0);
    c.sendMessage("You are not allowed to leave Edgeville or the wilderness.");
    }
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Feb 2008
    Posts
    400
    Thanks given
    10
    Thanks received
    11
    Rep Power
    26
    Walking.java
    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
  •