Thread: Tutorial Bar Configs

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 Tutorial Bar Configs 
    RevolutionX PK
    All3n's Avatar
    Join Date
    Jul 2010
    Posts
    1,172
    Thanks given
    1,380
    Thanks received
    527
    Rep Power
    982
    As far as I know these are only for 459, I know the 474 child id for hiding the arrow is different because the id released for it is different than the one below.
    I only tested it on 459 could work on others
    But here they are:

    Code:
    Interface Id: 371
    Hide Arrow: 24(child id)
    
    Config Id: 406
    
    Value - Percent
    1 - 0% 
    2 - 9%
    3 - 14%
    4 - 19%
    5 - 23%
    6 - 28%
    7 - 33%
    8 - 38%
    9 - 42%
    10 - 47%
    11 - 52%
    12 - 57%
    13 - 61%
    14 - 66%
    15 - 71%
    16 - 76%
    17 - 81%
    18 - 85%
    19 - 90%
    20 - 95%
    21+ - 100%
    This may have been released before, but all the other released I found for it did not work for 459.




    Child Ids for text:

    Percent: 21
    Arrow: 26
    Yellow Text: 22
    Reply With Quote  
     


  2. #2  
    Banned

    Join Date
    May 2011
    Posts
    1,238
    Thanks given
    193
    Thanks received
    267
    Rep Power
    0
    Thanks for these, I needed them as one of the few things left to do for my tutorial island!
    Reply With Quote  
     

  3. #3  
    RevolutionX PK
    All3n's Avatar
    Join Date
    Jul 2010
    Posts
    1,172
    Thanks given
    1,380
    Thanks received
    527
    Rep Power
    982
    Updated thread with child ids for the lines of text on the interface.
    Reply With Quote  
     

  4. #4  
    Donator

    Join Date
    Jan 2009
    Posts
    468
    Thanks given
    144
    Thanks received
    41
    Rep Power
    65
    nice, was thinking about this the other night. rep+
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Apr 2012
    Age
    27
    Posts
    2,936
    Thanks given
    1,126
    Thanks received
    1,081
    Rep Power
    0
    cool.
    Reply With Quote  
     

  6. #6  
    Extreme Donator Tutorial Bar Configs Market Banned



    Join Date
    Dec 2010
    Age
    25
    Posts
    6,060
    Thanks given
    1,692
    Thanks received
    1,238
    Rep Power
    1765
    Thanks Allen.
    Reply With Quote  
     

  7. #7  
    Dr. Jaegon


    Join Date
    Sep 2011
    Posts
    2,132
    Thanks given
    407
    Thanks received
    441
    Rep Power
    2559
    Thanks man
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Jan 2010
    Posts
    466
    Thanks given
    259
    Thanks received
    77
    Rep Power
    43
    Ooooo. Thank you, this will come in handle with my 317 remake.
    Reply With Quote  
     

  9. #9  
    GANGNAM STYLE!

    Ohad's Avatar
    Join Date
    Aug 2011
    Posts
    3,179
    Thanks given
    152
    Thanks received
    352
    Rep Power
    1671
    could come in handy thanks!
    Reply With Quote  
     

  10. #10  
    Zaros Developer

    Nomac's Avatar
    Join Date
    Feb 2011
    Age
    29
    Posts
    1,068
    Thanks given
    318
    Thanks received
    200
    Rep Power
    1092
    Code:
    public static void sendPercentageConfigs(Player player, int percentage,
    			boolean strangeArrow) {
    		player.getActionSender().sendWalkableInterface(371);
    		// 24
    		// 406, value (percentage)
    		player.getActionSender().sendConfig(406, percentage);
    		player.getActionSender().sendInterfaceConfig(371, 24, true);
    		if (strangeArrow) {
    			player.getActionSender().sendInterfaceConfig(371, 1024, true);
    		}
    	}
    That is for 474.
    Attached image


    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

Similar Threads

  1. [req] 459/Shards Webclient tutorial
    By ganjadub in forum Requests
    Replies: 2
    Last Post: 05-24-2012, 05:24 AM
  2. 459 packet for interface configs
    By Rupps in forum Requests
    Replies: 7
    Last Post: 03-11-2010, 08:49 AM
  3. 459 packet for special bar
    By Rupps in forum Help
    Replies: 0
    Last Post: 03-01-2010, 04:20 AM
  4. Tutorial Island Progress Bar
    By AcHoZeN™ in forum Requests
    Replies: 11
    Last Post: 02-07-2009, 03:16 AM
  5. Tech menu bar tutorial
    By Jv in forum Tutorials
    Replies: 4
    Last Post: 02-05-2008, 03:21 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
  •