Thread: [DELTA] Time limit before each character saves.

Results 1 to 3 of 3
  1. #1 [DELTA] Time limit before each character saves. 
    Uhm Kyle
    Guest
    How would i shorten the limit between each character, when it saves?
    So i can make the characters save more often.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    May 2009
    Posts
    1,387
    Thanks given
    21
    Thanks received
    14
    Rep Power
    0
    Code:
    		if (System.currentTimeMillis() - lastSave > 120000 && !inTrade){
    		savegame(false);
    		lastSave = System.currentTimeMillis();
    		}
    Just change the timer.
    Reply With Quote  
     

  3. #3  
    Uhm Kyle
    Guest
    Thanks Kenny, you're always helping out.
    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
  •