Thread: 1 quick question!! how to make teleporting tabs based on skill lvl please read!!

Results 1 to 8 of 8
  1. #1 1 quick question!! how to make teleporting tabs based on skill lvl please read!! 
    Member
    Join Date
    Jul 2010
    Posts
    90
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    hellow hellow

    1 quick question how do u make teleporting based on skill lvl example

    instead of for example to teleport here or to click on this teleport tab ur mage lvl has to be 87 example

    instead of that i wana make it

    u need a 50 attk to teleport here
    and another teleport u need a 47 fishing lvl to teleport here



    i dun wana make it 1 skill for all teleports

    each teleport based on a diffrent skill

    ANY IDEAS OR HELP??????????
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jan 2010
    Posts
    202
    Thanks given
    12
    Thanks received
    24
    Rep Power
    41
    If you're using 317 add this where it teleports:

    if(playerLevel[0]>=50){
    //tele stuff here
    } else {
    sendMessage("Your attack level is not high enough to do so!");
    }



    0 = Attack
    1 = Defence
    2 = Strength
    3 = HP
    4 = Range
    5 = Prayer
    6 = Magic
    7 = Cooking
    8 = Woodcutting
    9 = Fletching
    10 = Fishing
    11 = Firemaking
    12 = Crafting
    13 = Smithing
    14 = Mining
    15 = Herblore
    16 = Agility
    17 = Thieving
    18 = Slayer
    19 = Farming
    20 = Runecrafting
    EG:

    if(playerLevel[10]>=50){ //[I] I=Skill ID
    //tele stuff here
    } else {
    sendMessage("Your fishing level is not high enough to do so!");
    }
    //>=I I=the level they should have, or higher

    if(playerLevel[6]>=87){ //[I] I=Skill ID
    //tele stuff here
    } else {
    sendMessage("Your magic level is not high enough to do so!");
    }
    Reply With Quote  
     

  3. #3  
    Member
    Join Date
    Jul 2010
    Posts
    90
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    kk ill try it now
    THANKS!!! ILL ADD A THANK TO UR STATUS
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jan 2010
    Posts
    202
    Thanks given
    12
    Thanks received
    24
    Rep Power
    41
    Quote Originally Posted by disastercall View Post
    kk ill try it now
    THANKS!!! ILL ADD A THANK TO UR STATUS
    No problem
    Reply With Quote  
     

  5. #5  
    Member
    Join Date
    Jul 2010
    Posts
    90
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    LOL i dunno were to add it can u tell me were??
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jan 2010
    Posts
    202
    Thanks given
    12
    Thanks received
    24
    Rep Power
    41
    Quote Originally Posted by disastercall View Post
    LOL i dunno were to add it can u tell me were??


    Try this code:

    Code:
     
    
    
    if (s == "Varrock") {
    if(playerLevel[0]>=50){
    //tele stuff here
            teleX = 3036;
            teleY = 3301;
            heightLevel=0;
            newheightLevel = 0;
            startAnimation(1979);
         } else {
    sendMessage("Your attack level is not high enough to do so!");
    }
    }

    To find that search for Varrock"

    or something
    Reply With Quote  
     

  7. #7  
    Member
    Join Date
    Jul 2010
    Posts
    90
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    this my take a while can u check back on this post after half on hour??
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Jan 2010
    Posts
    202
    Thanks given
    12
    Thanks received
    24
    Rep Power
    41
    Quote Originally Posted by disastercall View Post
    this my take a while can u check back on this post after half on hour??
    Yes.
    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. Quick question, please read.
    By infallible in forum Help
    Replies: 4
    Last Post: 02-28-2010, 09:13 PM
  2. Skill tabs
    By Ryan Rebelle in forum Help
    Replies: 9
    Last Post: 12-05-2009, 07:00 AM
  3. Replies: 3
    Last Post: 04-30-2009, 11:49 PM
  4. History Homework! Quick! Read quick!
    By Evan in forum Homework
    Replies: 17
    Last Post: 10-26-2008, 12:32 PM
  5. Almost Perfect Teleporting tabs
    By James™ in forum Tutorials
    Replies: 10
    Last Post: 06-15-2008, 07:18 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
  •