Thread: Cheap X log fix?

Results 1 to 4 of 4
  1. #1 Cheap X log fix? 
    'Craig
    Guest
    Hi.

    I dont think anyone has really released a decent x log fix. Just wondering if there was a cheap one?

    Like on that kind of works... or even if there was one that did work

    Thanks.

    'Craig
    Reply With Quote  
     

  2. #2  
    Member Cheap X log fix? Market Banned


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    35
    Posts
    12,574
    Thanks given
    199
    Thanks received
    7,106
    Rep Power
    5000
    just put

    Code:
    if (!players[i].inCombat()) {
         removePlayer();
    }
    in PlayerHandler, something along those lines should work.

    Attached imageAttached image
    Reply With Quote  
     

  3. #3  
    'Craig
    Guest
    Quote Originally Posted by Luke132 View Post
    just put

    Code:
    if (!players[i].inCombat()) {
         removePlayer();
    }
    in PlayerHandler, something along those lines should work.
    Not quite sure where to add

    Not sure if i made it clear in my post but is there a way to make the player stay in combat even though he x logged.
    Reply With Quote  
     

  4. #4  
    Member Cheap X log fix? Market Banned


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    35
    Posts
    12,574
    Thanks given
    199
    Thanks received
    7,106
    Rep Power
    5000
    Quote Originally Posted by 'Craig View Post
    Not quite sure where to add

    Not sure if i made it clear in my post but is there a way to make the player stay in combat even though he x logged.
    Well the are disconnected from the server when the socket closes, if you prevent that from happening when they are in combat (somewhere in process in PlayerHandler) then they will stay logged in.

    Attached imageAttached image
    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

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