Thread: [PI] Correct total level, and hovering skills doesn't work

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1 [PI] Correct total level, and hovering skills doesn't work 
    Registered Member
    Join Date
    Jun 2013
    Posts
    38
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    Does anyone know how to fix this



    I followed This Guide

    compiled, 0 errors but the hover xp and total level still aren't 100%
    Reply With Quote  
     

  2. #2  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Probably client sided problem
    Reply With Quote  
     

  3. #3  
    Registered Member XxNinjaxX's Avatar
    Join Date
    Aug 2010
    Posts
    344
    Thanks given
    5
    Thanks received
    7
    Rep Power
    0
    I also have the same exp hovers and I also need to fix the total Level. I followed this guide http://www.rune-server.org/runescape...skill-tab.html. I need help Bump
    Reply With Quote  
     

  4. #4  
    Owner of Dawntained

    Mgt Madness's Avatar
    Join Date
    Oct 2011
    Age
    28
    Posts
    3,380
    Thanks given
    1,429
    Thanks received
    958
    Rep Power
    2168
    rsinterface class and playerass class look for c void refreshSkill
    Reply With Quote  
     

  5. #5  
    Registered Member XxNinjaxX's Avatar
    Join Date
    Aug 2010
    Posts
    344
    Thanks given
    5
    Thanks received
    7
    Rep Power
    0
    Code:
    		public static void NewSkillTab(TextDrawingArea[] TDA) {
    		RSInterface Interface = addInterface(31110);
    			setChildren(104, Interface);
    
    			addButtons(31111, 2, "Interfaces/SkillTab/SKILL", "View @or1@Attack @whi@guide", 31112, 1);
    			drawTooltip(31112, "EXP: 14000000");
            		addText(31114, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31115, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31116, 22, "Interfaces/SkillTab/SKILL", "View @or1@Strength @whi@guide", 31117, 1);
    			drawTooltip(31117, "EXP: 14000000");
            		addText(31119, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31120, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31121, 6, "Interfaces/SkillTab/SKILL", "View @or1@Defence @whi@guide", 31122, 1);
    			drawTooltip(31122, "EXP: 14000000");
            		addText(31124, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31125, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31126, 18, "Interfaces/SkillTab/SKILL", "View @or1@Ranged @whi@guide", 31127, 1);
    			drawTooltip(31127, "EXP: 14000000");
            		addText(31129, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31130, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31131, 17, "Interfaces/SkillTab/SKILL", "View @or1@Prayer @whi@guide", 31132, 1);
    			drawTooltip(31132, "EXP: 14000000");
            		addText(31134, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31135, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31136, 15, "Interfaces/SkillTab/SKILL", "View @or1@Magic @whi@guide", 31137, 1);
    			drawTooltip(31137, "EXP: 14000000");
            		addText(31139, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31140, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31141, 19, "Interfaces/SkillTab/SKILL", "View @or1@Runecrafting @whi@guide", 31142, 1);
    			drawTooltip(31142, "EXP: 14000000");
            		addText(31144, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31145, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31146, 3, "Interfaces/SkillTab/SKILL", "View @or1@Construction @whi@guide", 31147, 1);
    			drawTooltip(31147, "EXP: 14000000");
            		addText(31149, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31150, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31151, 7, "Interfaces/SkillTab/SKILL", "View @or1@Dungeoneering @whi@guide", 31152, 1);
    			drawTooltip(31152, "EXP: 14000000");
            		addText(31154, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31155, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    
    			addButtons(31156, 13, "Interfaces/SkillTab/SKILL", "View @or1@Hitpoints @whi@guide", 31157, 1);
    			drawTooltip(31157, "EXP: 14000000");
            		addText(31159, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31160, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31161, 1, "Interfaces/SkillTab/SKILL", "View @or1@Agility @whi@guide", 31162, 1);
    			drawTooltip(31162, "EXP: 14000000");
            		addText(31164, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31165, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31166, 12, "Interfaces/SkillTab/SKILL", "View @or1@Herblore @whi@guide", 31167, 1);
    			drawTooltip(31167, "EXP: 14000000");
            		addText(31169, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31170, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31171, 24, "Interfaces/SkillTab/SKILL", "View @or1@Thieving @whi@guide", 31172, 1);
    			drawTooltip(31172, "EXP: 14000000");
            		addText(31174, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31175, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31176, 5, "Interfaces/SkillTab/SKILL", "View @or1@Crafting @whi@guide", 31177, 1);
    			drawTooltip(31177, "EXP: 14000000");
            		addText(31179, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31180, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31181, 11, "Interfaces/SkillTab/SKILL", "View @or1@Fletching @whi@guide", 31182, 1);
    			drawTooltip(31182, "EXP: 14000000");
            		addText(31184, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31185, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31186, 20, "Interfaces/SkillTab/SKILL", "View @or1@Slayer @whi@guide", 31187, 1);
    			drawTooltip(31187, "EXP: 14000000");
            		addText(31189, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31190, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31191, 14, "Interfaces/SkillTab/SKILL", "View @or1@Hunter @whi@guide", 31192, 1);
    			drawTooltip(31192, "EXP: 14000000");
            		addText(31194, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31195, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31196, 0, "Interfaces/SkillTab/TOTAL", "View @or1@Total Level @whi@guide", 31197, 1);
    			drawTooltip(31197, "Total EXP: 350000000");
            		addText(31199, "Total Level:", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31200, "2475", 0xFFEE33, false, true, 52, TDA, 0);
    
    
    			addButtons(31201, 16, "Interfaces/SkillTab/SKILL", "View @or1@Mining @whi@guide", 31202, 1);
    			drawTooltip(31202, "EXP: 14000000");
            		addText(31204, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31205, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31206, 21, "Interfaces/SkillTab/SKILL", "View @or1@Smithing @whi@guide", 31207, 1);
    			drawTooltip(31207, "EXP: 14000000");
            		addText(31209, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31210, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31211, 10, "Interfaces/SkillTab/SKILL", "View @or1@Fishing @whi@guide", 31212, 1);
    			drawTooltip(31212, "EXP: 14000000");
            		addText(31214, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31215, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31216, 4, "Interfaces/SkillTab/SKILL", "View @or1@Cooking @whi@guide", 31217, 1);
    			drawTooltip(31217, "EXP: 14000000");
            		addText(31219, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31220, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31221, 9, "Interfaces/SkillTab/SKILL", "View @or1@Firemaking @whi@guide", 31222, 1);
    			drawTooltip(31222, "EXP: 14000000");
            		addText(31224, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31225, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31226, 0, "Interfaces/SkillTab/SKILL", "View @or1@Woodcutting @whi@guide", 31227, 1);
    			drawTooltip(31227, "EXP: 14000000");
            		addText(31229, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31230, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31231, 8, "Interfaces/SkillTab/SKILL", "View @or1@Farming @whi@guide", 31232, 1);
    			drawTooltip(31232, "EXP: 14000000");
            		addText(31234, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31235, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31236, 23, "Interfaces/SkillTab/SKILL", "View @or1@Summoning @whi@guide", 31237, 1);
    			drawTooltip(31237, "EXP: 14000000");
            		addText(31239, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31240, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    
    
    
    			setBounds(31111, 3, 3, 100, Interface);//Button
    			setBounds(31114, 31, 6, 101, Interface);//Fake lvl
    			setBounds(31115, 43, 18, 102, Interface);//Real lvl
    			setBounds(31112, 3, 31, 103, Interface);//Yellow box
    
    			setBounds(31116, 3, 31, 96, Interface);//Button
    			setBounds(31119, 31, 34, 97, Interface);//Fake lvl
    			setBounds(31120, 43, 46, 98, Interface);//Real lvl
    			setBounds(31117, 3, 59, 99, Interface);//Yellow box
    
    			setBounds(31121, 3, 59, 92, Interface);//Button
    			setBounds(31124, 31, 62, 93, Interface);//Fake lvl
    			setBounds(31125, 43, 74, 94, Interface);//Real lvl
    			setBounds(31122, 3, 87, 95, Interface);//Yellow box
    
    			setBounds(31126, 3, 87, 88, Interface);//Button
    			setBounds(31129, 31, 90, 89, Interface);//Fake lvl
    			setBounds(31130, 43, 102, 90, Interface);//Real lvl
    			setBounds(31127, 3, 115, 91, Interface);//Yellow box
    
    			setBounds(31131, 3, 115, 84, Interface);//Button
    			setBounds(31134, 31, 118, 85, Interface);//Fake lvl
    			setBounds(31135, 43, 130, 86, Interface);//Real lvl
    			setBounds(31132, 3, 143, 87, Interface);//Yellow box
    
    			setBounds(31136, 3, 143, 80, Interface);//Button
    			setBounds(31139, 31, 146, 81, Interface);//Fake lvl
    			setBounds(31140, 43, 158, 82, Interface);//Real lvl
    			setBounds(31137, 3, 171, 83, Interface);//Yellow box
    
    			setBounds(31141, 3, 171, 76, Interface);//Button
    			setBounds(31144, 31, 174, 77, Interface);//Fake lvl
    			setBounds(31145, 43, 186, 78, Interface);//Real lvl
    			setBounds(31142, 3, 199, 79, Interface);//Yellow box
    
    			setBounds(31146, 3, 199, 72, Interface);//Button
    			setBounds(31149, 31, 202, 73, Interface);//Fake lvl
    			setBounds(31150, 43, 214, 74, Interface);//Real lvl
    			setBounds(31147, 3, 227, 75, Interface);//Yellow box
    
    			setBounds(31151, 3, 227, 68, Interface);//Button
    			setBounds(31154, 31, 230, 69, Interface);//Fake lvl
    			setBounds(31155, 43, 242, 70, Interface);//Real lvl
    			setBounds(31152, 3, 255, 71, Interface);//Yellow box
    
    
    
    			setBounds(31156, 64, 3, 64, Interface);//Button
    			setBounds(31159, 92, 6, 65, Interface);//Fake lvl
    			setBounds(31160, 104, 18, 66, Interface);//Real lvl
    			setBounds(31157, 64, 31, 67, Interface);//Yellow box
    
    			setBounds(31161, 64, 31, 60, Interface);//Button
    			setBounds(31164, 92, 34, 61, Interface);//Fake lvl
    			setBounds(31165, 104, 46, 62, Interface);//Real lvl
    			setBounds(31162, 64, 59, 63, Interface);//Yellow box
    
    			setBounds(31166, 64, 59, 56, Interface);//Button
    			setBounds(31169, 92, 62, 57, Interface);//Fake lvl
    			setBounds(31170, 104, 74, 58, Interface);//Real lvl
    			setBounds(31167, 64, 87, 59, Interface);//Yellow box
    
    			setBounds(31171, 64, 87, 52, Interface);//Button
    			setBounds(31174, 92, 90, 53, Interface);//Fake lvl
    			setBounds(31175, 104, 102, 54, Interface);//Real lvl
    			setBounds(31172, 64, 115, 55, Interface);//Yellow box
    
    			setBounds(31176, 64, 115, 48, Interface);//Button
    			setBounds(31179, 92, 118, 49, Interface);//Fake lvl
    			setBounds(31180, 104, 130, 50, Interface);//Real lvl
    			setBounds(31177, 64, 143, 51, Interface);//Yellow box
    
    			setBounds(31181, 64, 143, 44, Interface);//Button
    			setBounds(31184, 92, 146, 45, Interface);//Fake lvl
    			setBounds(31185, 104, 158, 46, Interface);//Real lvl
    			setBounds(31182, 64, 171, 47, Interface);//Yellow box
    
    			setBounds(31186, 64, 171, 40, Interface);//Button
    			setBounds(31189, 92, 174, 41, Interface);//Fake lvl
    			setBounds(31190, 104, 186, 42, Interface);//Real lvl
    			setBounds(31187, 64, 199, 43, Interface);//Yellow box
    
    			setBounds(31191, 64, 199, 36, Interface);//Button
    			setBounds(31194, 92, 202, 37, Interface);//Fake lvl
    			setBounds(31195, 104, 214, 38, Interface);//Real lvl
    			setBounds(31192, 64, 227, 39, Interface);//Yellow box
    
    
    			setBounds(31201, 125, 3, 32, Interface);//Button
    			setBounds(31204, 153, 6, 33, Interface);//Fake lvl
    			setBounds(31205, 165, 18, 34, Interface);//Real lvl
    			setBounds(31202, 125, 31, 35, Interface);//Yellow box
    
    			setBounds(31206, 125, 31, 28, Interface);//Button
    			setBounds(31209, 153, 34, 29, Interface);//Fake lvl
    			setBounds(31210, 165, 46, 30, Interface);//Real lvl
    			setBounds(31207, 125, 59, 31, Interface);//Yellow box
    
    			setBounds(31211, 125, 59, 24, Interface);//Button
    			setBounds(31214, 153, 62, 25, Interface);//Fake lvl
    			setBounds(31215, 165, 74, 26, Interface);//Real lvl
    			setBounds(31212, 125, 87, 27, Interface);//Yellow box
    
    			setBounds(31216, 125, 87, 20, Interface);//Button
    			setBounds(31219, 153, 90, 21, Interface);//Fake lvl
    			setBounds(31220, 165, 102, 22, Interface);//Real lvl
    			setBounds(31217, 125, 115, 23, Interface);//Yellow box
    
    			setBounds(31221, 125, 115, 16, Interface);//Button
    			setBounds(31224, 153, 118, 17, Interface);//Fake lvl
    			setBounds(31225, 165, 130, 18, Interface);//Real lvl
    			setBounds(31222, 125, 143, 19, Interface);//Yellow box
    
    			setBounds(31226, 125, 143, 12, Interface);//Button
    			setBounds(31229, 153, 146, 13, Interface);//Fake lvl
    			setBounds(31230, 165, 158, 14, Interface);//Real lvl
    			setBounds(31227, 125, 171, 15, Interface);//Yellow box
    
    			setBounds(31231, 125, 171, 8, Interface);//Button
    			setBounds(31234, 153, 174, 9, Interface);//Fake lvl
    			setBounds(31235, 165, 186, 10, Interface);//Real lvl
    			setBounds(31232, 125, 199, 11, Interface);//Yellow box
    
    			setBounds(31236, 125, 199, 4, Interface);//Button
    			setBounds(31239, 153, 202, 5, Interface);//Fake lvl
    			setBounds(31240, 165, 214, 6, Interface);//Real lvl
    			setBounds(31237, 125, 227, 7, Interface);//Yellow box
    
    			setBounds(31196, 64, 227, 0, Interface);//Total level
    			setBounds(31199, 105, 229, 1, Interface);//Text
    			setBounds(31200, 116, 241, 2, Interface);//Lvl
    			setBounds(31197, 64, 255, 3, Interface);//Yellow box
    
    
    
    
    	}
    heres my interface
    Reply With Quote  
     

  6. #6  
    Registered Member XxNinjaxX's Avatar
    Join Date
    Aug 2010
    Posts
    344
    Thanks given
    5
    Thanks received
    7
    Rep Power
    0
    Code:
    		public static void NewSkillTab(TextDrawingArea[] TDA) {
    		RSInterface Interface = addInterface(31110);
    			setChildren(104, Interface);
    
    			addButtons(31111, 2, "Interfaces/SkillTab/SKILL", "View @or1@Attack @whi@guide", 31112, 1);
    			drawTooltip(31112, "EXP: 14000000");
            		addText(31114, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31115, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31116, 22, "Interfaces/SkillTab/SKILL", "View @or1@Strength @whi@guide", 31117, 1);
    			drawTooltip(31117, "EXP: 14000000");
            		addText(31119, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31120, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31121, 6, "Interfaces/SkillTab/SKILL", "View @or1@Defence @whi@guide", 31122, 1);
    			drawTooltip(31122, "EXP: 14000000");
            		addText(31124, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31125, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31126, 18, "Interfaces/SkillTab/SKILL", "View @or1@Ranged @whi@guide", 31127, 1);
    			drawTooltip(31127, "EXP: 14000000");
            		addText(31129, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31130, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31131, 17, "Interfaces/SkillTab/SKILL", "View @or1@Prayer @whi@guide", 31132, 1);
    			drawTooltip(31132, "EXP: 14000000");
            		addText(31134, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31135, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31136, 15, "Interfaces/SkillTab/SKILL", "View @or1@Magic @whi@guide", 31137, 1);
    			drawTooltip(31137, "EXP: 14000000");
            		addText(31139, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31140, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31141, 19, "Interfaces/SkillTab/SKILL", "View @or1@Runecrafting @whi@guide", 31142, 1);
    			drawTooltip(31142, "EXP: 14000000");
            		addText(31144, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31145, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31146, 3, "Interfaces/SkillTab/SKILL", "View @or1@Construction @whi@guide", 31147, 1);
    			drawTooltip(31147, "EXP: 14000000");
            		addText(31149, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31150, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31151, 7, "Interfaces/SkillTab/SKILL", "View @or1@Dungeoneering @whi@guide", 31152, 1);
    			drawTooltip(31152, "EXP: 14000000");
            		addText(31154, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31155, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    
    			addButtons(31156, 13, "Interfaces/SkillTab/SKILL", "View @or1@Hitpoints @whi@guide", 31157, 1);
    			drawTooltip(31157, "EXP: 14000000");
            		addText(31159, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31160, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31161, 1, "Interfaces/SkillTab/SKILL", "View @or1@Agility @whi@guide", 31162, 1);
    			drawTooltip(31162, "EXP: 14000000");
            		addText(31164, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31165, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31166, 12, "Interfaces/SkillTab/SKILL", "View @or1@Herblore @whi@guide", 31167, 1);
    			drawTooltip(31167, "EXP: 14000000");
            		addText(31169, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31170, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31171, 24, "Interfaces/SkillTab/SKILL", "View @or1@Thieving @whi@guide", 31172, 1);
    			drawTooltip(31172, "EXP: 14000000");
            		addText(31174, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31175, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31176, 5, "Interfaces/SkillTab/SKILL", "View @or1@Crafting @whi@guide", 31177, 1);
    			drawTooltip(31177, "EXP: 14000000");
            		addText(31179, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31180, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31181, 11, "Interfaces/SkillTab/SKILL", "View @or1@Fletching @whi@guide", 31182, 1);
    			drawTooltip(31182, "EXP: 14000000");
            		addText(31184, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31185, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31186, 20, "Interfaces/SkillTab/SKILL", "View @or1@Slayer @whi@guide", 31187, 1);
    			drawTooltip(31187, "EXP: 14000000");
            		addText(31189, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31190, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31191, 14, "Interfaces/SkillTab/SKILL", "View @or1@Hunter @whi@guide", 31192, 1);
    			drawTooltip(31192, "EXP: 14000000");
            		addText(31194, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31195, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31196, 0, "Interfaces/SkillTab/TOTAL", "View @or1@Total Level @whi@guide", 31197, 1);
    			drawTooltip(31197, "Total EXP: 350000000");
            		addText(31199, "Total Level:", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31200, "2475", 0xFFEE33, false, true, 52, TDA, 0);
    
    
    			addButtons(31201, 16, "Interfaces/SkillTab/SKILL", "View @or1@Mining @whi@guide", 31202, 1);
    			drawTooltip(31202, "EXP: 14000000");
            		addText(31204, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31205, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31206, 21, "Interfaces/SkillTab/SKILL", "View @or1@Smithing @whi@guide", 31207, 1);
    			drawTooltip(31207, "EXP: 14000000");
            		addText(31209, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31210, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31211, 10, "Interfaces/SkillTab/SKILL", "View @or1@Fishing @whi@guide", 31212, 1);
    			drawTooltip(31212, "EXP: 14000000");
            		addText(31214, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31215, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31216, 4, "Interfaces/SkillTab/SKILL", "View @or1@Cooking @whi@guide", 31217, 1);
    			drawTooltip(31217, "EXP: 14000000");
            		addText(31219, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31220, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31221, 9, "Interfaces/SkillTab/SKILL", "View @or1@Firemaking @whi@guide", 31222, 1);
    			drawTooltip(31222, "EXP: 14000000");
            		addText(31224, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31225, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31226, 0, "Interfaces/SkillTab/SKILL", "View @or1@Woodcutting @whi@guide", 31227, 1);
    			drawTooltip(31227, "EXP: 14000000");
            		addText(31229, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31230, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31231, 8, "Interfaces/SkillTab/SKILL", "View @or1@Farming @whi@guide", 31232, 1);
    			drawTooltip(31232, "EXP: 14000000");
            		addText(31234, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31235, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    			addButtons(31236, 23, "Interfaces/SkillTab/SKILL", "View @or1@Summoning @whi@guide", 31237, 1);
    			drawTooltip(31237, "EXP: 14000000");
            		addText(31239, "99", 0xFFEE33, false, true, 52, TDA, 0);
            		addText(31240, "99", 0xFFEE33, false, true, 52, TDA, 0);
    
    
    
    
    			setBounds(31111, 3, 3, 100, Interface);//Button
    			setBounds(31114, 31, 6, 101, Interface);//Fake lvl
    			setBounds(31115, 43, 18, 102, Interface);//Real lvl
    			setBounds(31112, 3, 31, 103, Interface);//Yellow box
    
    			setBounds(31116, 3, 31, 96, Interface);//Button
    			setBounds(31119, 31, 34, 97, Interface);//Fake lvl
    			setBounds(31120, 43, 46, 98, Interface);//Real lvl
    			setBounds(31117, 3, 59, 99, Interface);//Yellow box
    
    			setBounds(31121, 3, 59, 92, Interface);//Button
    			setBounds(31124, 31, 62, 93, Interface);//Fake lvl
    			setBounds(31125, 43, 74, 94, Interface);//Real lvl
    			setBounds(31122, 3, 87, 95, Interface);//Yellow box
    
    			setBounds(31126, 3, 87, 88, Interface);//Button
    			setBounds(31129, 31, 90, 89, Interface);//Fake lvl
    			setBounds(31130, 43, 102, 90, Interface);//Real lvl
    			setBounds(31127, 3, 115, 91, Interface);//Yellow box
    
    			setBounds(31131, 3, 115, 84, Interface);//Button
    			setBounds(31134, 31, 118, 85, Interface);//Fake lvl
    			setBounds(31135, 43, 130, 86, Interface);//Real lvl
    			setBounds(31132, 3, 143, 87, Interface);//Yellow box
    
    			setBounds(31136, 3, 143, 80, Interface);//Button
    			setBounds(31139, 31, 146, 81, Interface);//Fake lvl
    			setBounds(31140, 43, 158, 82, Interface);//Real lvl
    			setBounds(31137, 3, 171, 83, Interface);//Yellow box
    
    			setBounds(31141, 3, 171, 76, Interface);//Button
    			setBounds(31144, 31, 174, 77, Interface);//Fake lvl
    			setBounds(31145, 43, 186, 78, Interface);//Real lvl
    			setBounds(31142, 3, 199, 79, Interface);//Yellow box
    
    			setBounds(31146, 3, 199, 72, Interface);//Button
    			setBounds(31149, 31, 202, 73, Interface);//Fake lvl
    			setBounds(31150, 43, 214, 74, Interface);//Real lvl
    			setBounds(31147, 3, 227, 75, Interface);//Yellow box
    
    			setBounds(31151, 3, 227, 68, Interface);//Button
    			setBounds(31154, 31, 230, 69, Interface);//Fake lvl
    			setBounds(31155, 43, 242, 70, Interface);//Real lvl
    			setBounds(31152, 3, 255, 71, Interface);//Yellow box
    
    
    
    			setBounds(31156, 64, 3, 64, Interface);//Button
    			setBounds(31159, 92, 6, 65, Interface);//Fake lvl
    			setBounds(31160, 104, 18, 66, Interface);//Real lvl
    			setBounds(31157, 64, 31, 67, Interface);//Yellow box
    
    			setBounds(31161, 64, 31, 60, Interface);//Button
    			setBounds(31164, 92, 34, 61, Interface);//Fake lvl
    			setBounds(31165, 104, 46, 62, Interface);//Real lvl
    			setBounds(31162, 64, 59, 63, Interface);//Yellow box
    
    			setBounds(31166, 64, 59, 56, Interface);//Button
    			setBounds(31169, 92, 62, 57, Interface);//Fake lvl
    			setBounds(31170, 104, 74, 58, Interface);//Real lvl
    			setBounds(31167, 64, 87, 59, Interface);//Yellow box
    
    			setBounds(31171, 64, 87, 52, Interface);//Button
    			setBounds(31174, 92, 90, 53, Interface);//Fake lvl
    			setBounds(31175, 104, 102, 54, Interface);//Real lvl
    			setBounds(31172, 64, 115, 55, Interface);//Yellow box
    
    			setBounds(31176, 64, 115, 48, Interface);//Button
    			setBounds(31179, 92, 118, 49, Interface);//Fake lvl
    			setBounds(31180, 104, 130, 50, Interface);//Real lvl
    			setBounds(31177, 64, 143, 51, Interface);//Yellow box
    
    			setBounds(31181, 64, 143, 44, Interface);//Button
    			setBounds(31184, 92, 146, 45, Interface);//Fake lvl
    			setBounds(31185, 104, 158, 46, Interface);//Real lvl
    			setBounds(31182, 64, 171, 47, Interface);//Yellow box
    
    			setBounds(31186, 64, 171, 40, Interface);//Button
    			setBounds(31189, 92, 174, 41, Interface);//Fake lvl
    			setBounds(31190, 104, 186, 42, Interface);//Real lvl
    			setBounds(31187, 64, 199, 43, Interface);//Yellow box
    
    			setBounds(31191, 64, 199, 36, Interface);//Button
    			setBounds(31194, 92, 202, 37, Interface);//Fake lvl
    			setBounds(31195, 104, 214, 38, Interface);//Real lvl
    			setBounds(31192, 64, 227, 39, Interface);//Yellow box
    
    
    			setBounds(31201, 125, 3, 32, Interface);//Button
    			setBounds(31204, 153, 6, 33, Interface);//Fake lvl
    			setBounds(31205, 165, 18, 34, Interface);//Real lvl
    			setBounds(31202, 125, 31, 35, Interface);//Yellow box
    
    			setBounds(31206, 125, 31, 28, Interface);//Button
    			setBounds(31209, 153, 34, 29, Interface);//Fake lvl
    			setBounds(31210, 165, 46, 30, Interface);//Real lvl
    			setBounds(31207, 125, 59, 31, Interface);//Yellow box
    
    			setBounds(31211, 125, 59, 24, Interface);//Button
    			setBounds(31214, 153, 62, 25, Interface);//Fake lvl
    			setBounds(31215, 165, 74, 26, Interface);//Real lvl
    			setBounds(31212, 125, 87, 27, Interface);//Yellow box
    
    			setBounds(31216, 125, 87, 20, Interface);//Button
    			setBounds(31219, 153, 90, 21, Interface);//Fake lvl
    			setBounds(31220, 165, 102, 22, Interface);//Real lvl
    			setBounds(31217, 125, 115, 23, Interface);//Yellow box
    
    			setBounds(31221, 125, 115, 16, Interface);//Button
    			setBounds(31224, 153, 118, 17, Interface);//Fake lvl
    			setBounds(31225, 165, 130, 18, Interface);//Real lvl
    			setBounds(31222, 125, 143, 19, Interface);//Yellow box
    
    			setBounds(31226, 125, 143, 12, Interface);//Button
    			setBounds(31229, 153, 146, 13, Interface);//Fake lvl
    			setBounds(31230, 165, 158, 14, Interface);//Real lvl
    			setBounds(31227, 125, 171, 15, Interface);//Yellow box
    
    			setBounds(31231, 125, 171, 8, Interface);//Button
    			setBounds(31234, 153, 174, 9, Interface);//Fake lvl
    			setBounds(31235, 165, 186, 10, Interface);//Real lvl
    			setBounds(31232, 125, 199, 11, Interface);//Yellow box
    
    			setBounds(31236, 125, 199, 4, Interface);//Button
    			setBounds(31239, 153, 202, 5, Interface);//Fake lvl
    			setBounds(31240, 165, 214, 6, Interface);//Real lvl
    			setBounds(31237, 125, 227, 7, Interface);//Yellow box
    
    			setBounds(31196, 64, 227, 0, Interface);//Total level
    			setBounds(31199, 105, 229, 1, Interface);//Text
    			setBounds(31200, 116, 241, 2, Interface);//Lvl
    			setBounds(31197, 64, 255, 3, Interface);//Yellow box
    
    
    
    
    	}
    Code:
    public void refreshSkill(int i) {
    		switch (i) {
    			case 0://attack
    			sendFrame126("" + c.playerLevel[0] + "", 31114);
    			sendFrame126("" + getLevelForXP(c.playerXP[0]) + "", 31115);
    			sendFrame126("Exp: " + c.playerXP[0] + "", 31113);
    			break;
    			
    			case 1://defence
    			sendFrame126("" + c.playerLevel[1] + "", 31124);
    			sendFrame126("" + getLevelForXP(c.playerXP[1]) + "", 31125);
    			sendFrame126("Exp: " + c.playerXP[1] + "", 31123);
    			break;
    			
    			case 2://strength
    			sendFrame126("" + c.playerLevel[2] + "", 31119);
    			sendFrame126("" + getLevelForXP(c.playerXP[2]) + "", 31120);
    			sendFrame126("Exp: " + c.playerXP[2] + "", 31118);
    			break;
    			
    			case 3://hitpoints
    			sendFrame126("" + c.playerLevel[3] + "", 31159);
    			sendFrame126("" + getLevelForXP(c.playerXP[3]) + "", 31160);
    			sendFrame126("Exp: " + c.playerXP[3] + "", 31158);
    			break;
    			
    			case 4://ranged
    			sendFrame126("" + c.playerLevel[4] + "", 31129);
    			sendFrame126("" + getLevelForXP(c.playerXP[4]) + "", 31130);
    			sendFrame126("Exp: " + c.playerXP[4] + "", 31128);
    			break;
    			
    			case 5://prayer
    			sendFrame126("" + c.playerLevel[5] + "", 31134);
    			sendFrame126("" + getLevelForXP(c.playerXP[5]) + "", 31135);
    			sendFrame126("Exp: " + c.playerXP[5] + "", 31133);
    			sendFrame126("" +c.playerLevel[5]+"/"+getLevelForXP(c.playerXP[5])+"", 687);//Prayer frame
    			break;
    			
    			case 6://magic
    			sendFrame126("" + c.playerLevel[6] + "", 31139);
    			sendFrame126("" + getLevelForXP(c.playerXP[6]) + "", 31140);
    			sendFrame126("Exp: " + c.playerXP[6] + "", 31138);
    			break;
    			
    			case 7://cooking
    			sendFrame126("" + c.playerLevel[7] + "", 31219);
    			sendFrame126("" + getLevelForXP(c.playerXP[7]) + "", 31220);
    			sendFrame126("Exp:" + c.playerXP[7] + "", 31218);
    			break;
    			
    			case 8://woodcutting
    			sendFrame126("" + c.playerLevel[8] + "", 31229);
    			sendFrame126("" + getLevelForXP(c.playerXP[8]) + "", 31230);
    			sendFrame126("Exp: " + c.playerXP[8] + "", 31228);
    			break;
    			
    			case 9://fletching
    			sendFrame126("" + c.playerLevel[9] + "", 31184);
    			sendFrame126("" + getLevelForXP(c.playerXP[9]) + "", 31185);
    			sendFrame126("Exp: " + c.playerXP[9] + "", 31183);
    			break;
    			
    			case 10://fishing
    			sendFrame126("" + c.playerLevel[10] + "", 31214);
    			sendFrame126("" + getLevelForXP(c.playerXP[10]) + "", 31215);
    			sendFrame126("Exp: " + c.playerXP[10] + "", 31213);
    			break;
    			
    			case 11://firemaking
    			sendFrame126("" + c.playerLevel[11] + "", 31224);
    			sendFrame126("" + getLevelForXP(c.playerXP[11]) + "", 31225);
    			sendFrame126("Exp: " + c.playerXP[11] + "", 31223);
    			break;
    			
    			case 12://crafting
    			sendFrame126("" + c.playerLevel[12] + "", 31179);
    			sendFrame126("" + getLevelForXP(c.playerXP[12]) + "", 31180);
    			sendFrame126("Exp: " + c.playerXP[12] + "", 31178);
    			break;
    			
    			case 13://smithing
    			sendFrame126("" + c.playerLevel[13] + "", 31209);
    			sendFrame126("" + getLevelForXP(c.playerXP[13]) + "", 31210);
    			sendFrame126("Exp: " + c.playerXP[13] + "", 31208);
    			break;
    			
    			case 14://mining
    			sendFrame126("" + c.playerLevel[14] + "", 31204);
    			sendFrame126("" + getLevelForXP(c.playerXP[14]) + "", 31205);
    			sendFrame126("Exp: " + c.playerXP[14] + "", 31203);
    			break;
    			
    			case 15://herblore
    			sendFrame126("" + c.playerLevel[15] + "", 31169);
    			sendFrame126("" + getLevelForXP(c.playerXP[15]) + "", 31170);
    			sendFrame126("Exp: " + c.playerXP[15] + "", 31168);
    			break;
    			
    			case 16://agility
    			sendFrame126("" + c.playerLevel[16] + "", 31164);
    			sendFrame126("" + getLevelForXP(c.playerXP[16]) + "", 31165);
    			sendFrame126("Exp: " + c.playerXP[16] + "", 31163);
    			break;
    			
    			case 17://thieving
    			sendFrame126("" + c.playerLevel[17] + "", 31174);
    			sendFrame126("" + getLevelForXP(c.playerXP[17]) + "", 31175);
    			sendFrame126("Exp: " + c.playerXP[17] + "", 31173);
    			break;
    			
    			case 18://slayer
    			sendFrame126("" + c.playerLevel[18] + "", 31189);
    			sendFrame126("" + getLevelForXP(c.playerXP[18]) + "", 31190);
    			sendFrame126("Exp: " + c.playerXP[18] + "", 31188);
    			break;
    			
    			case 19://farming
    			sendFrame126("" + c.playerLevel[19] + "", 31234);
    			sendFrame126("" + getLevelForXP(c.playerXP[19]) + "", 31235);
    			sendFrame126("Exp: " + c.playerXP[19] + "", 31233);
    			break;
    			
    			case 20://runecrfating
    			sendFrame126("" + c.playerLevel[20] + "", 31144);
    			sendFrame126("" + getLevelForXP(c.playerXP[20]) + "", 31145);
    			sendFrame126("Exp: " + c.playerXP[20] + "", 31143);
    			break;
    
    			case 21://dungeoneering
    			sendFrame126("" + c.playerLevel[21] + "", 31154);
    			sendFrame126("" + getLevelForXP(c.playerXP[21]) + "", 31155);
    			sendFrame126("Exp: " + c.playerXP[21] + "", 31153);
    			break;
    
    			case 22://hunter
    			sendFrame126("" + c.playerLevel[22] + "", 31194);
    			sendFrame126("" + getLevelForXP(c.playerXP[22]) + "", 31195);
    			sendFrame126("Exp: " + c.playerXP[22] + "", 31193);
    			break;
    
    			case 23://summoning
    			sendFrame126("" + c.playerLevel[23] + "", 31239);
    			sendFrame126("" + getLevelForXP(c.playerXP[23]) + "", 31240);
    			sendFrame126("Exp: " + c.playerXP[23] + "", 31238);
    			break;
    
    			case 24://construction
    			sendFrame126("" + c.playerLevel[24] + "", 31149);
    			sendFrame126("" + getLevelForXP(c.playerXP[24]) + "", 31150);
    			sendFrame126("Exp: " + c.playerXP[24] + "", 31148);
    			break;
    		}
    	}
    	
    public static int Dungeoneering[] = {11694, 14484, 11696};//addmoreitems to this
    	public int Dungeoneering() {
    	return Dungeoneering[(int) (Math.random()*Dungeoneering.length)];
    	}
    	
    	public int getXPForLevel(int level) {
    		int points = 0;
    		int output = 0;
    
    		for (int lvl = 1; lvl <= level; lvl++) {
    			points += Math.floor((double)lvl + 300.0 * Math.pow(2.0, (double)lvl / 7.0));
    			if (lvl >= level)
    				return output;
    			output = (int)Math.floor(points / 4);
    		}
    		return 0;
    	}
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jun 2013
    Posts
    38
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by Mgt Madness View Post
    rsinterface class and playerass class look for c void refreshSkill
    i'm not really sure to do... in the rsinterface and playerassistant.. do you think you could elaborate, or help me on teamviewer?
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Jun 2013
    Posts
    38
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    help.....
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Jun 2013
    Posts
    38
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    bump.. HELP!
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Jun 2013
    Posts
    38
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    honestly I know you faggots see this thread... just help
    Reply With Quote  
     

  11. Thankful user:


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. total level and skillcapes
    By joshii in forum Help
    Replies: 12
    Last Post: 06-23-2012, 03:26 PM
  2. [PI] Correct total level
    By Dashboard in forum Snippets
    Replies: 14
    Last Post: 07-26-2011, 04:23 PM
  3. [PI] My total level is 30 LOL?
    By Beanerrr in forum Help
    Replies: 7
    Last Post: 04-19-2011, 07:40 PM
  4. Replies: 16
    Last Post: 09-08-2010, 03:51 PM
  5. Replies: 12
    Last Post: 07-07-2009, 09:58 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •