Thread: how do u make the skillz tab tele

Results 1 to 9 of 9
  1. #1 how do u make the skillz tab tele 
    mrprostat
    Guest
    i want to click attack and it takes me to a place to train like bulby but i dont wanna use bulby cause its a wreck
     

  2. #2  
    Registered Member
    Core's Avatar
    Join Date
    Sep 2007
    Posts
    4,194
    Thanks given
    11
    Thanks received
    393
    Rep Power
    1985
    find the action button id and put like this but in 508 form
    Code:
    case ATTACK:
    teleportToX = XXXX;
    teleportToY = YYYYY;
    break;
     

  3. #3  
    Community Veteran


    Join Date
    Dec 2008
    Posts
    4,263
    Thanks given
    405
    Thanks received
    436
    Rep Power
    1674
    here this is for attack tab
    case 125: //Attack
    p.setCoords(abysx, abysy, hight); changer coords to your own
     

  4. #4  
    That universal language.
    'Ramon's Avatar
    Join Date
    Nov 2008
    Age
    29
    Posts
    3,026
    Thanks given
    116
    Thanks received
    86
    Rep Power
    3165
    Its pretty easy get into your server look at the CMD box and click on the tab u want
    it will give u a case use that...


     

  5. #5  
    Registered Member

    Join Date
    Feb 2007
    Age
    28
    Posts
    6,414
    Thanks given
    354
    Thanks received
    323
    Rep Power
    5000
    Ugh you both wrong

    You need the Case + Button ID

    The Case id is 320

    The Attack buttondid = 128

    So;

    Code:
    case 320:
    if (buttonId == 128) {
                    p.teleportTo(2671, 3425, 0, 4, 0, 8939, 8941, 1576, 0, 1577, 0);
    }
    Then just put

    Code:
    case 320:
    if (buttonId == 128) {
                    p.teleportTo(2671, 3425, 0, 4, 0, 8939, 8941, 1576, 0, 1577, 0);
    }
    else if (buttonId == 129) {
                    p.teleportTo(3051, 3490, 0, 4, 0, 8939, 8941, 1576, 0, 1577, 0);
    }
    Keep going like that.


    Menacescape - Runescape Private server
    Come to Menacescape. We've been online for over two years with an active community!
     

  6. #6  
    Community Veteran


    Join Date
    Dec 2008
    Posts
    4,263
    Thanks given
    405
    Thanks received
    436
    Rep Power
    1674
    or u can use bulbys and change coords.....
     

  7. #7  
    Nazi Fish
    Guest
    GOOD BOY EVEN U HATE BULBY SOURCE =] lol
     

  8. #8  
    mrprostat
    Guest
    Quote Originally Posted by Im An Angel View Post
    Ugh you both wrong

    You need the Case + Button ID

    The Case id is 320

    The Attack buttondid = 128

    So;

    Code:
    case 320:
    if (buttonId == 128) {
                    p.teleportTo(2671, 3425, 0, 4, 0, 8939, 8941, 1576, 0, 1577, 0);
    }
    Then just put

    Code:
    case 320:
    if (buttonId == 128) {
                    p.teleportTo(2671, 3425, 0, 4, 0, 8939, 8941, 1576, 0, 1577, 0);
    }
    else if (buttonId == 129) {
                    p.teleportTo(3051, 3490, 0, 4, 0, 8939, 8941, 1576, 0, 1577, 0);
    }
    Keep going like that.
    thanks alot ^.^, and yes bulby is trash once u get about 50+ players on your server you get their passwords mixed up and load and save is hhorrible im just starting from scratch
     

  9. #9  
    mrprostat
    Guest
    Quote Originally Posted by im an angel View Post
    ugh you both wrong

    you need the case + button id

    the case id is 320

    the attack buttondid = 128

    so;

    Code:
    case 320:
    If (buttonid == 128) {
                    p.teleportto(2671, 3425, 0, 4, 0, 8939, 8941, 1576, 0, 1577, 0);
    }
    then just put

    Code:
    case 320:
    If (buttonid == 128) {
                    p.teleportto(2671, 3425, 0, 4, 0, 8939, 8941, 1576, 0, 1577, 0);
    }
    else if (buttonid == 129) {
                    p.teleportto(3051, 3490, 0, 4, 0, 8939, 8941, 1576, 0, 1577, 0);
    }
    keep going like that.
    where do you put the code??
     


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
  •