Thread: riotscape/p insanity snippet for rollback fix

Page 5 of 8 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 76
  1. #41  
    Registered Member
    Division's Avatar
    Join Date
    Dec 2009
    Age
    26
    Posts
    2,208
    Thanks given
    41
    Thanks received
    78
    Rep Power
    97
    Thanks worked
    Reply With Quote  
     

  2. #42  
    Banned

    Join Date
    Dec 2009
    Posts
    833
    Thanks given
    8
    Thanks received
    8
    Rep Power
    0
    Quote Originally Posted by Lmctruck30 View Post
    umm

    helpful hint

    Server class Main method would be a great place to put the shut down hook

    another piece of info

    this will just save a player and not prepare for other issues. as in trade dupes and so on
    It has some trade dupes fixed, also I use a cheap-hack for the dupes it did not fix.
    Reply With Quote  
     

  3. #43  
    Registered Member Analed's Avatar
    Join Date
    Jan 2010
    Posts
    326
    Thanks given
    6
    Thanks received
    3
    Rep Power
    0
    getting this:
    Code:
    src\server\model\players\Client.java:9: class, interface, or enum expected
    public static PlayerSave save;
                  ^
    src\server\model\players\Client.java:10: class, interface, or enum expected
    public static Client cliento2;
                  ^
    2 errors
    Reply With Quote  
     

  4. #44  
    Registered Member Analed's Avatar
    Join Date
    Jan 2010
    Posts
    326
    Thanks given
    6
    Thanks received
    3
    Rep Power
    0
    Quote Originally Posted by Alex* View Post
    getting this:
    Code:
    src\server\model\players\Client.java:9: class, interface, or enum expected
    public static PlayerSave save;
                  ^
    src\server\model\players\Client.java:10: class, interface, or enum expected
    public static Client cliento2;
                  ^
    2 errors
    anyone help?
    Reply With Quote  
     

  5. #45  
    Registered Member

    Join Date
    Oct 2009
    Posts
    1,595
    Thanks given
    100
    Thanks received
    50
    Rep Power
    232
    fixed evrything none error but it still dosnt work.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  6. #46  
    Banned

    Join Date
    Dec 2009
    Posts
    833
    Thanks given
    8
    Thanks received
    8
    Rep Power
    0
    Quote Originally Posted by Para View Post
    fixed evrything none error but it still dosnt work.
    You gotta make it so it finds the player count..

    this also fixes xlog, there is a few things to be done.
    PM me if you want it to work(it dont work in combat so far) for a price.

    I will make it for combat later tho
    Reply With Quote  
     

  7. #47  
    Registered Member Clx3's Avatar
    Join Date
    Jan 2010
    Posts
    440
    Thanks given
    79
    Thanks received
    15
    Rep Power
    15
    mts mts NVM


    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  8. #48  
    Banned

    Join Date
    Jul 2008
    Age
    26
    Posts
    5,826
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    Rofl, moron.
    Code:
    		for(int i = 0; i < Config.MAX_PLAYERS; i++)
    			players[i] = null;
    		for(int i = 0; i < Config.MAX_PLAYERS; i++)
    		if(players[i] != null)
                                           ((Client)players[i]).save.saveGame(Client.cliento2);
                    }
    They're ALL going to be null idiot.

    This is such complete bullshit, it makes me want to strangle you.
    Reply With Quote  
     

  9. #49  
    Registered Member
    Join Date
    Jul 2008
    Posts
    3,167
    Thanks given
    235
    Thanks received
    74
    Rep Power
    209
    stil need this fixed
    Reply With Quote  
     

  10. #50  
    Fuckin PRO Derek's Avatar
    Join Date
    May 2008
    Posts
    1,259
    Thanks given
    38
    Thanks received
    86
    Rep Power
    67
    Good job!

    Works great.
    Thank me if I helped you.





    [Only registered and activated users can see links. ]
    or
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

Page 5 of 8 FirstFirst ... 34567 ... 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
  •