Thread: System Update

Results 1 to 4 of 4
  1. #1 System Update 
    Registered Member Risk It's Avatar
    Join Date
    Nov 2011
    Posts
    135
    Thanks given
    68
    Thanks received
    8
    Rep Power
    42
    Is there anyway to make the system update count down timer pop up on a 317 ,or is it in higher revisions only?

    "Logic will get you from A to B. Imagination will take you everywhere."

    - Albert Einstein

    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Aug 2011
    Posts
    2,760
    Thanks given
    297
    Thanks received
    534
    Rep Power
    1596
    I believe it's been there since runescape 2.
    Quote Originally Posted by Aj View Post
    This is not even a tutorial. It's fail for rep. It's fail for life.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Hoodlum's Avatar
    Join Date
    Jul 2010
    Age
    29
    Posts
    1,561
    Thanks given
    84
    Thanks received
    248
    Rep Power
    1251
    You mean this...?

    Code:
    	if (playerCommand.startsWith("update") && c.playerRights >= 3 && c.playerName.equalsIgnoreCase("USERNAME HERE")) {
    				String[] args = playerCommand.split(" ");
    				int a = Integer.parseInt(args[1]);
    				PlayerHandler.updateSeconds = a;
    				PlayerHandler.updateAnnounced = false;
    				PlayerHandler.updateRunning = true;
    				PlayerHandler.updateStartTime = System.currentTimeMillis();
    			}
    Quote Originally Posted by zzzfishstick View Post
    Soul split? How the hell did you get their source? And isn't it based off InsidiaX?
    Reply With Quote  
     

  4. #4  
    Registered Member Risk It's Avatar
    Join Date
    Nov 2011
    Posts
    135
    Thanks given
    68
    Thanks received
    8
    Rep Power
    42
    No. I mean like.

    Code:
          public void newSystemUpdate(int time) {
    		player.write(new PacketBuilder(a packet).putShort(time * 50 / 30).toPacket());
    	}
    What packet would I use?

    EDIT: Thanks Hoodlum I traced it and it was packet 114

    "Logic will get you from A to B. Imagination will take you everywhere."

    - Albert Einstein

    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

Similar Threads

  1. Replies: 3
    Last Post: 08-09-2010, 06:12 PM
  2. ::update system update error z525
    By lt gangster in forum Help
    Replies: 3
    Last Post: 08-09-2010, 04:02 AM
  3. System Update Help?
    By Noob Sauce in forum Help
    Replies: 0
    Last Post: 04-19-2010, 01:10 AM
  4. System Update by command [System Update in 5:00]
    By tucybro in forum Tutorials
    Replies: 5
    Last Post: 06-27-2009, 04:26 PM
  5. [508] System update...
    By webjoch in forum Help
    Replies: 4
    Last Post: 04-14-2009, 05:59 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •