Thread: [pi] need help with teleports

Results 1 to 10 of 10
  1. #1 [pi] need help with teleports 
    Registered Member
    Join Date
    Jul 2009
    Posts
    145
    Thanks given
    5
    Thanks received
    1
    Rep Power
    1
    i been trying to find out how to make an "item" teleport you to diffrent multi locations. i just cant seem to get it right, i try doing it with necklace still but didnt work.
    can anyone help me out here >.<
    Reply With Quote  
     

  2. #2  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by sdfu View Post
    i been trying to find out how to make an "item" teleport you to diffrent multi locations. i just cant seem to get it right, i try doing it with necklace still but didnt work.
    can anyone help me out here >.<
    pm me your teamviewer.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2009
    Posts
    145
    Thanks given
    5
    Thanks received
    1
    Rep Power
    1
    Quote Originally Posted by Karma_K View Post
    pm me your teamviewer.
    i can't do teamv, i try with my friend my computer crashes, because i need a new battery my laptop cant take that much cpu.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2009
    Posts
    145
    Thanks given
    5
    Thanks received
    1
    Rep Power
    1
    Anyone?
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jul 2009
    Posts
    145
    Thanks given
    5
    Thanks received
    1
    Rep Power
    1
    this is what i have:...

    playerassistant.java:
    public void handleOrb(int gloryId) {
    c.sendMessage("You rub the amulet...");
    c.getDH().sendOption4("Traning locations", "Slayer monsters", "Dungeons", "Bosses");
    c.usingOrb = true;
    }

    and clickbuttons..
    if (c.usingOrb) //orb
    c.getDH().sendOption4("Rock crabs", "Dungeons", "Karamja", "Mage Bank");
    c.getPA().startTeleport(3428, 3538, 0, "modern");

    break;

    when i click on "traning locations" takes me to the other options "rock crabs" etc... but it teles me right when i click on "trnaining loactions" to this coords i put up 3428, 3538, 0, i want it so when you click on "training location" it stays in that options. but it dont it teleports me...
    Reply With Quote  
     

  6. #6  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    I don't understand what you did there at all rofl.. But your clicking buttons is just gonna take you to this areas

    c.getPA().startTeleport(3428, 3538, 0, "modern");
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jul 2009
    Posts
    145
    Thanks given
    5
    Thanks received
    1
    Rep Power
    1
    Quote Originally Posted by Karma_K View Post
    I don't understand what you did there at all rofl.. But your clicking buttons is just gonna take you to this areas

    c.getPA().startTeleport(3428, 3538, 0, "modern");
    ok then can someone give me the code to do multi teleports on a nekclace? or glory w.e i just want to have multi teleports like "dung","pk",blahblah","blah","next"....
    Reply With Quote  
     

  8. #8  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by sdfu View Post
    ok then can someone give me the code to do multi teleports on a nekclace? or glory w.e i just want to have multi teleports like "dung","pk",blahblah","blah","next"....
    You only need to make the item send the option dialogues upon clicking it.. Like go to your clickitem packet.

    if (itemId==12345) {
    c.getDH().sendOption4("","","","");
    c.teleAction==12345;
    }

    Then go to clicking buttons

    if (c.teleAction==12345) {
    c.getPA().startTeleport();
    }
    Reply With Quote  
     

  9. Thankful user:


  10. #9  
    Registered Member
    Join Date
    Jul 2009
    Posts
    145
    Thanks given
    5
    Thanks received
    1
    Rep Power
    1
    t
    Quote Originally Posted by Karma_K View Post
    You only need to make the item send the option dialogues upon clicking it.. Like go to your clickitem packet.

    if (itemId==12345) {
    c.getDH().sendOption4("","","","");
    c.teleAction==12345;
    }

    Then go to clicking buttons

    if (c.teleAction==12345) {
    c.getPA().startTeleport();
    }
    ill try this out in a bit.
    Reply With Quote  
     

  11. #10  
    Registered Member
    Join Date
    Jul 2009
    Posts
    145
    Thanks given
    5
    Thanks received
    1
    Rep Power
    1
    nop i still need help his not getting what im trying to say lool... i want so when u click the "next" it will open the other windows and then i want the other windows to have teleports.
    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] Need help with stopping teleporting
    By iPhisher™ in forum Help
    Replies: 5
    Last Post: 07-16-2011, 04:14 PM
  2. Replies: 1
    Last Post: 07-11-2010, 12:26 AM
  3. Replies: 0
    Last Post: 06-26-2010, 02:09 PM
  4. Need help with teleports on Devolution 2.4
    By jordan641 in forum Help
    Replies: 1
    Last Post: 04-09-2010, 02:15 AM
  5. Need help with teleportation glitch
    By stone warior in forum Help
    Replies: 6
    Last Post: 04-01-2009, 01:15 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
  •