Thread: Teleports not working as intended?

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Teleports not working as intended? 
    Registered Member
    Join Date
    Jan 2016
    Posts
    37
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    So I'm using a PI source and the "skilling" teleport doesn't work for 3 skills... It works for 2/5 that are listed there, i can't figure it out to save my life.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Nov 2015
    Posts
    409
    Thanks given
    122
    Thanks received
    41
    Rep Power
    17
    Quote Originally Posted by SupbruhNova View Post
    So I'm using a PI source and the "skilling" teleport doesn't work for 3 skills... It works for 2/5 that are listed there, i can't figure it out to save my life.
    Give the button an action, youll have to read which button it is and just give it the teleport executor/ c.getPA().movePlayer(X,Y,height), it can be different on different bases.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2016
    Posts
    37
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by jake101 View Post
    Give the button an action, youll have to read which button it is and just give it the teleport executor/ c.getPA().movePlayer(X,Y,height), it can be different on different bases.
    i looked up the button action and when I search it up the line of text says "You muted XXXXX" like it's the function for the mute command
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Nov 2015
    Posts
    409
    Thanks given
    122
    Thanks received
    41
    Rep Power
    17
    Quote Originally Posted by SupbruhNova View Post
    i looked up the button action and when I search it up the line of text says "You muted XXXXX" like it's the function for the mute command
    you looked it up in clicking buttons? make sure you follow the button id as well
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jan 2016
    Posts
    37
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by jake101 View Post
    you looked it up in clicking buttons? make sure you follow the button id as well
    Yeah this is what I find in clicking buttons

    case 9192:
    if (c.dialogueAction == 5733 && c.isStaff() && c.otherPlayerId != -1) {
    Connection.addNameToMuteList(PlayerHandler.players[c.otherPlayerId].playerName);
    if (PlayerHandler.players[c.otherPlayerId] != null) {
    if (PlayerHandler.players[c.otherPlayerId].playerName
    .equalsIgnoreCase(PlayerHandler.players[c.otherPlayerId].playerName)) {
    Client c2 = (Client) PlayerHandler.players[c.otherPlayerId];
    c2.sendMessage("You have been muted by: " + c.playerName);
    c.sendMessage("You have muted" + c2.playerName);
    c.getPA().removeAllWindows();
    return;
    }
    }
    }
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Nov 2015
    Posts
    409
    Thanks given
    122
    Thanks received
    41
    Rep Power
    17
    Quote Originally Posted by SupbruhNova View Post
    Yeah this is what I find in clicking buttons
    do you happen to have teamviewer i can assist you further through there if you would like
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jan 2016
    Posts
    37
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by jake101 View Post
    do you happen to have teamviewer i can assist you further through there if you would like
    It's on my home computer, I'm currently at work right now on my laptop ://
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Nov 2015
    Posts
    409
    Thanks given
    122
    Thanks received
    41
    Rep Power
    17
    Quote Originally Posted by SupbruhNova View Post
    It's on my home computer, I'm currently at work right now on my laptop ://

    Okay well just pm me whenever you are home or whatever and ill be glad to get this situated for you
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Jan 2016
    Posts
    37
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by jake101 View Post
    Okay well just pm me whenever you are home or whatever and ill be glad to get this situated for you
    hey Im home and should be on all night basically hmu if you can still help
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Nov 2015
    Posts
    409
    Thanks given
    122
    Thanks received
    41
    Rep Power
    17
    Quote Originally Posted by SupbruhNova View Post
    hey Im home and should be on all night basically hmu if you can still help
    Sure can give me like 5-10 minutes and ill be ready you can pm me your skype if youd like while you wait and ill add you on there for further communications
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. [718] Teleports Not working
    By FalloutScape in forum Help
    Replies: 3
    Last Post: 01-01-2014, 05:03 AM
  2. Teleport not working <HELP>
    By Skrew in forum Help
    Replies: 0
    Last Post: 11-03-2013, 12:18 AM
  3. Teleports not working
    By Skrew in forum Help
    Replies: 8
    Last Post: 09-09-2013, 06:51 PM
  4. Farming not working as it should.
    By xChaos in forum Help
    Replies: 0
    Last Post: 05-09-2013, 04:52 AM
  5. New teleporting not working
    By DatguyJay in forum Help
    Replies: 5
    Last Post: 03-17-2013, 01:56 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
  •