Thread: [PI] Changing Teleport Names Isnt working??!

Results 1 to 5 of 5
  1. #1 [PI] Changing Teleport Names Isnt working??! 
    Registered Member addicted's Avatar
    Join Date
    Mar 2010
    Posts
    188
    Thanks given
    7
    Thanks received
    6
    Rep Power
    5
    Baseroject insainty
    Problem:Title says it all, i've Searched in all the .java Files for the teleport names, i can't find it. i've also tryed looking into the client sided, anyone can give me some help.. maybe i need to add Codes in to change the tele names.. (normal teleport not ancient or lunar)

    Errors(Compiling Errors):NONE
    Other Information/Media(Pictures, etc):NONE

    thank you

    Reply With Quote  
     

  2. #2  
    I'm President Carter


    Join Date
    Jan 2011
    Posts
    1,204
    Thanks given
    17
    Thanks received
    222
    Rep Power
    144
    Use the proper format or its going to get locked and what base is it?


    Reply With Quote  
     

  3. #3  
    Registered Member addicted's Avatar
    Join Date
    Mar 2010
    Posts
    188
    Thanks given
    7
    Thanks received
    6
    Rep Power
    5
    oh sorry, i just logged in today.. i havnt logged on for like 3 months now im going to fix it

    Reply With Quote  
     

  4. #4  
    Registered Member addicted's Avatar
    Join Date
    Mar 2010
    Posts
    188
    Thanks given
    7
    Thanks received
    6
    Rep Power
    5
    Bump

    Reply With Quote  
     

  5. #5  
    Trap God

    Join Date
    Jun 2010
    Age
    28
    Posts
    570
    Thanks given
    27
    Thanks received
    26
    Rep Power
    4
    SRC/Server/Model/Players

    PlayerAssistant.Java

    Search : public void handleLoginText() {

    and there should something like this
    Spoiler for CLICK THIS:
    public void handleLoginText() {

    c.getPA().sendFrame126("Monster Teleport", 13037);
    c.getPA().sendFrame126("Minigame Teleport", 13047);
    c.getPA().sendFrame126("Boss Teleport", 13055);
    c.getPA().sendFrame126("Pking Teleport", 13063);
    c.getPA().sendFrame126("Skill Teleport", 13071);
    c.getPA().sendFrame126("More Bosses", 7457);
    c.getPA().sendFrame126("More Bosses", 13089);
    c.getPA().sendFrame126("Monster Teleport", 1300);
    c.getPA().sendFrame126("Minigame Teleport", 1325);
    c.getPA().sendFrame126("Boss Teleport", 1350);
    c.getPA().sendFrame126("Pking Teleport", 1382);
    c.getPA().sendFrame126("Skill Teleport", 1415);
    }


    something like that. if not add
    Spoiler for THIS:
    c.getPA().sendFrame126("Monster Teleport", 13037);
    c.getPA().sendFrame126("Minigame Teleport", 13047);
    c.getPA().sendFrame126("Boss Teleport", 13055);
    c.getPA().sendFrame126("Pking Teleport", 13063);
    c.getPA().sendFrame126("Skill Teleport", 13071);
    c.getPA().sendFrame126("More Bosses", 7457);
    c.getPA().sendFrame126("More Bosses", 13089);
    c.getPA().sendFrame126("Monster Teleport", 1300);
    c.getPA().sendFrame126("Minigame Teleport", 1325);
    c.getPA().sendFrame126("Boss Teleport", 1350);
    c.getPA().sendFrame126("Pking Teleport", 1382);
    c.getPA().sendFrame126("Skill Teleport", 1415);


    Between the
    Code:
    public void handleLoginText() {
    and

    Code:
    }
    that should get u started play around with that.
    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. [PI]changing teleport names [PI]
    By rexz0rd in forum Snippets
    Replies: 17
    Last Post: 02-26-2012, 12:44 PM
  2. Changing teleport names
    By Sir Lethal in forum Help
    Replies: 3
    Last Post: 10-16-2010, 11:17 PM
  3. Replies: 3
    Last Post: 05-22-2010, 11:46 PM
  4. Changing emulous teleport names?
    By sadgrills in forum Help
    Replies: 0
    Last Post: 02-07-2010, 09:39 PM
  5. Changing teleport names and where it teleports to
    By Burn_out in forum Tutorials
    Replies: 6
    Last Post: 10-10-2008, 05:04 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
  •