Thread: Logut Button! Need help quick!

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 Logut Button! Need help quick! 
    Donator


    Join Date
    Sep 2008
    Age
    30
    Posts
    397
    Thanks given
    138
    Thanks received
    27
    Rep Power
    161
    Hey, i recently downloaded a server called Rune-Warfare.

    Rune-Warfare is a great server, and I like it, but it has one problem I cannot fix... The Logout button doesn't log you out!

    Here's some information that might be useful:

    -In the command prompt whenever I hit the logout button it says "ab=9154"
    -It is based off of Delta.
    -It uses bluurrs client.

    Any other information you might need please post, and I will get it for you. Or try to.

    Please help me, the first to help me fix this I will rep. Thats the best I can do Thanks.




    ---


    Lawl! ^ ^
    Reply With Quote  
     

  2. #2  
    Donator

    Ecstasy's Avatar
    Join Date
    Sep 2008
    Age
    29
    Posts
    5,031
    Thanks given
    324
    Thanks received
    596
    Rep Power
    843
    make it activate the logout() method?

    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    May 2009
    Posts
    1,387
    Thanks given
    21
    Thanks received
    14
    Rep Power
    0
    The source you're using might be using the cheap logout dupe fix where it makes you click 28 times to logout after trading.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Echo`'s Avatar
    Join Date
    Jan 2009
    Age
    27
    Posts
    749
    Thanks given
    51
    Thanks received
    42
    Rep Power
    429
    Uhh its to do with CASE ###: Probbally was remoed.
    Reply With Quote  
     

  5. #5  
    Fuckin PRO

    Tyler's Avatar
    Join Date
    Jan 2008
    Age
    33
    Posts
    6,017
    Thanks given
    46
    Thanks received
    507
    Rep Power
    3330
    That would mean the id is 9154...

    in your clicking shit or case 185 where ever you put just add

    case 9154:
    disconnected = true;
    savegame(true);
    break;
    Free Filehost Premium Accounts
    Click Here
    Reply With Quote  
     

  6. #6  
    Monkey Madness
    Guest
    Quote Originally Posted by Tyler View Post
    That would mean the id is 9154...

    in your clicking shit or case 185 where ever you put just add

    case 9154:
    disconnected = true;
    savegame(true);
    break;
    Your conventions fail?
    && it's called a packet not "clicking shit".

    Code:
    case 9154:
                            // Log out
                            long currentTime = System.currentTimeMillis();
                            if (inCombat) {
                                msg("You must wait until you are out of combat before logging out!");
                                break;
                            }
                            logout();
                            break;
    Code:
    public void logout() {
            if (validClient(duel_with) && duelFight) {
                getClient(duel_with).DuelVictory();
            } else {
                declineDuel();
            }
            sendQuest("     Please wait...", 2458);
            savegame(true);
            sendQuest("Click here to logout", 2458);
            outStream.createFrame(109);
        }
    Try those.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Trock's Avatar
    Join Date
    Jul 2009
    Age
    28
    Posts
    1,915
    Thanks given
    14
    Thanks received
    66
    Rep Power
    532
    long currentTime = System.currentTimeMillis();
    = u gotta wait a certain time before u log out


    public void logout() {
    if (validClient(duel_with) && duelFight) {
    getClient(duel_with).DuelVictory();
    } else {
    declineDuel();
    }
    sendQuest(" Please wait...", 2458);
    savegame(true);
    sendQuest("Click here to logout", 2458);
    outStream.createFrame(109);
    } = cant log out during duel
    Quote Originally Posted by Psyduck View Post
    Vouch

    Quote Originally Posted by VelSion View Post
    Huge Vouch, made so many deals with him, went smoothly!
    Reply With Quote  
     

  8. #8  
    Registered Member
    Trock's Avatar
    Join Date
    Jul 2009
    Age
    28
    Posts
    1,915
    Thanks given
    14
    Thanks received
    66
    Rep Power
    532
    Sorry for doublt post but just remove the
    long currentTime = System.currentTimeMillis();
    Quote Originally Posted by Psyduck View Post
    Vouch

    Quote Originally Posted by VelSion View Post
    Huge Vouch, made so many deals with him, went smoothly!
    Reply With Quote  
     

  9. #9  
    Monkey Madness
    Guest
    Are you fucking stupid? Like seriously dumb?

    Code:
    long currentTime = System.currentTimeMillis();
    That set's a variable, it doesn't prevent you from logging out.
    Reply With Quote  
     

  10. #10  
    Registered Member
    Trock's Avatar
    Join Date
    Jul 2009
    Age
    28
    Posts
    1,915
    Thanks given
    14
    Thanks received
    66
    Rep Power
    532
    Could be a timer to pervent you from loging out im just trying to help dont call me stupid or dumb when you can fix it ur self
    Quote Originally Posted by Psyduck View Post
    Vouch

    Quote Originally Posted by VelSion View Post
    Huge Vouch, made so many deals with him, went smoothly!
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •