Thread: unable to logout spec or use the emote teleports

Results 1 to 8 of 8
  1. #1 unable to logout spec or use the emote teleports 
    mironic
    Guest
    :\ the logout spec and emote teleports are all not working

    i added pest control and after that it stoped working

    where is the logout spec and emote teleports located at? so i can fix them?

    i used the full pest controll tutoiral in the tut list and it made me unable to do thoughs things
     

  2. #2  
    Donator


    Join Date
    Nov 2008
    Posts
    1,031
    Thanks given
    20
    Thanks received
    33
    Rep Power
    246
    The logout thing is in client.java
     

  3. #3 here is both logout inter 
    mironic
    Guest
    public void logout() {
    outStream.createFrame(109);
    if (playerRights == 0) {
    PlayerHandler.messageToAll = "" + playerName + " has logged out";
    }

    }

    and

    case 9154: // Log out
    {
    if (LogoutDelay >= 1) {
    sendMessage(
    "You must wait 10 seconds after combat to log out!");
    } else if (LogoutDelay == 0) {
    logout();
    savefile = true;
    }
    }
    break;

    whats wrong this it?
     

  4. #4  
    mironic
    Guest
    ARG! why does this keep happning... i ask helpwthey ask for more i give more they dont reply!!
     

  5. #5  
    Registered Member
    G R A P E D's Avatar
    Join Date
    Feb 2009
    Age
    30
    Posts
    681
    Thanks given
    26
    Thanks received
    4
    Rep Power
    334
    Here is my Case 9154 for Logout:

    Code:
    				case 9154:
    				// Log out
    				long currentTime = System.currentTimeMillis();
    				if (c.inCombat) {
    					c.sM("You must wait until you are out of combat before logging out!");
    					break;
    				}
    				if (c.inPcBoat()) {
    					c.sM("You can`t log out while you are in boat!");
    					break;
    				}
    							//Writes players online to quest tab
    			
    if(c.action == 1){
    c.sM("Don't try logging while Jailed!");
    break;
    }
    				c.logout();
    break;

     

  6. #6  
    mironic
    Guest
    err hre is the tut i got pest from

    http://www.rune-server.org/showthrea...=116322&page=5

    can u detecta ny code errors in there that would disable run spec and logout?

    cuz its not only logout you know... its basicly every clickable thing exept spells and invintory
     

  7. #7  
    Registered Member
    G R A P E D's Avatar
    Join Date
    Feb 2009
    Age
    30
    Posts
    681
    Thanks given
    26
    Thanks received
    4
    Rep Power
    334
    Just trace your steps and delete what you added, you should've made a backup before you started the tutorial.

     

  8. #8  
    mironic
    Guest
    i did then it works when i remove prest control but i want pest control... i want to fix i so i can log out with pest contol

    ( my source was repagescape befor i totaly transformed it )
     


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
  •