Thread: How can i add like..

Results 1 to 7 of 7
  1. #1 How can i add like.. 
    Ash Ftw
    Guest
    How can i add like somethink like this into 1of my tab sections.
    Like example: ~ BOSSEs =in my emote tab

    Teletab = true;
    "@gre@KQ",
    "@red@Jad",
    "");
    }
    }
    break;
    My tab ~

    } else if (command.equalsIgnoreCase("bosses")) {
    if (teleblock == true) {
    sendMessage("A magical force stops you from teleporting."); // made by Musicmad441
    } else {
    teleportToX = 3227;
    teleportToY = 3438;
    heightLevel = 0;
    }
    How can i add like jad and KQ into 1 tele tab?

    So it will look like this.

    Which boss would you like to goto?
    @gre@ KQ
    @gre@ JAD
    Like that
     

  2. #2  
    Registered Member
    Kelvin's Avatar
    Join Date
    Jun 2007
    Posts
    1,433
    Thanks given
    48
    Thanks received
    33
    Rep Power
    269
    find where they teleport and add a block into it like

    Code:
    if(!teleblock) {
    tele codes hereeee
    } else {
    sM("A magic force stops your from teleporting.");
    }
     

  3. #3  
    Ash Ftw
    Guest
    Do you even no what im talking about?
    I wont KQ + JAD in 1 teletab

    So whe you click it says were would you like to goto?
     

  4. #4  
    Registered Member
    Kelvin's Avatar
    Join Date
    Jun 2007
    Posts
    1,433
    Thanks given
    48
    Thanks received
    33
    Rep Power
    269
    Quote Originally Posted by Ash Ftw View Post
    Do you even no what im talking about?
    I wont KQ + JAD in 1 teletab

    So whe you click it says were would you like to goto?
    look in buttons class, there should be the teleport and remove it.
    then make a command.
     

  5. #5  
    Ash Ftw
    Guest
    Heres a command.

    } else if (command.equalsIgnoreCase("jad")) {
    if (teleblock == true) {
    sendMessage("A magical force stops you from teleporting."); // made by Musicmad441
    } else {
    teleportToX = 2839;
    teleportToY = 9582;
    heightLevel = 0;
    sendMessage("Welcome To The Training Area");
    }
    What do i do to that? =]
     

  6. #6  
    Registered Member
    Kelvin's Avatar
    Join Date
    Jun 2007
    Posts
    1,433
    Thanks given
    48
    Thanks received
    33
    Rep Power
    269
    Quote Originally Posted by Ash Ftw View Post
    Heres a command.



    What do i do to that? =]
    customcommand method.
     

  7. #7  
    Banned

    Join Date
    May 2008
    Posts
    2,327
    Thanks given
    55
    Thanks received
    67
    Rep Power
    0
    lol ash, i have this on my server.... perhaps u trying leech me

    watever, have the tab open a interface that lets u choose from 2 different options.... like a dialogue thing

    then add in the cases like 9528: or swomething and 9529: (watever hte cases r)
    wat each button wil do
     


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
  •