Thread: PI Block teleport on Tut island Help

Results 1 to 4 of 4
  1. #1 PI Block teleport on Tut island Help 
    Banned
    Join Date
    Apr 2011
    Posts
    90
    Thanks given
    1
    Thanks received
    2
    Rep Power
    0
    How can i make it so when your in the tutorial island such as

    if (c.tutorial island = 0);
    meaning he hasnt started and so on until he has like tutorial island = 7 after 7 he can use teleports.
    Reply With Quote  
     

  2. #2  
    Professional Upsetter


    Join Date
    Jul 2006
    Posts
    5,392
    Thanks given
    163
    Thanks received
    447
    Rep Power
    2040
    then make it check for c.tutorial island != 7.
    Ex-super moderator of Rune-Server.org and RSBot.org
    Reply With Quote  
     

  3. #3  
    HTML5, jQuery & CSS3 Master
    Jaiden Watling's Avatar
    Join Date
    Nov 2010
    Age
    29
    Posts
    888
    Thanks given
    305
    Thanks received
    92
    Rep Power
    0
    public void startTeleport2(int x, int y, int height) {

    if (c.tutorial island = 0); {

    c.sendMessage("One does not simply TELEPORT out of a Tutorial Island");
    return;
    }

    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jun 2011
    Posts
    384
    Thanks given
    27
    Thanks received
    15
    Rep Power
    11
    Goes in playerassistant.java
    Code:
    if (c.tutorial island != 7) {
    c.sendMessage("One does not simply TELEPORT out of a Tutorial Island");
    return;
    }
    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. [TuT]Adding a Cool Teleport menu[TuT]
    By Guitars595 in forum Tutorials
    Replies: 91
    Last Post: 05-23-2010, 02:09 AM
  2. Block Teleport Commands in Wild
    By fl3xin in forum Requests
    Replies: 1
    Last Post: 10-25-2009, 07:13 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
  •