Thread: Galkons error unpacking interfaces

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 Galkons error unpacking interfaces 
    Banned

    Join Date
    Sep 2010
    Age
    29
    Posts
    567
    Thanks given
    147
    Thanks received
    202
    Rep Power
    0
    Code:
    Error: loaderror Unpacking interfaces 95
    Galkons refactored. Anyone know how to fix? Everytime I load a new interface this error shows up.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Purple's Avatar
    Join Date
    Feb 2010
    Age
    29
    Posts
    2,799
    Thanks given
    467
    Thanks received
    260
    Rep Power
    312
    did you add a custom interface? If so, post it here.
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Sep 2010
    Age
    29
    Posts
    567
    Thanks given
    147
    Thanks received
    202
    Rep Power
    0
    Quote Originally Posted by Ghost++ View Post
    did you add a custom interface? If so, post it here.
    Code:
    public static void magicTab(TextDrawingArea[] tda) {
    		RSInterface tab = addTabInterface(1151);
    		RSInterface homeHover = addTabInterface(1196);
    		RSInterface spellButtons = interfaceCache[12424];
    		spellButtons.scrollMax = 0; spellButtons.height = 260; spellButtons.width = 190;
    		int[] spellButton = {
    			1196, 1199, 1206, 1215, 1224, 1231, 1240, 1249, 1258, 1267, 1274, 1283, 1573,
    			1290, 1299, 1308, 1315, 1324, 1333, 1340, 1349, 1358, 1367, 1374, 1381, 1388,
    			1397, 1404, 1583, 12038, 1414, 1421, 1430, 1437, 1446, 1453, 1460, 1469, 15878,
    			1602, 1613, 1624, 7456, 1478, 1485, 1494, 1503, 1512, 1521, 1530, 1544, 1553,
    			1563, 1593, 1635, 12426, 12436, 12446, 12456, 6004, 18471
    		};
    		tab.totalChildren(63);
    		tab.child(0, 12424, 13, 24);
    		for(int i1 = 0; i1 < spellButton.length; i1++) {
    			int yPos = i1 > 34 ? 8 : 183;
    			tab.child(1, 1195, 13, 24);
    			tab.child(i1 + 2, spellButton[i1], 5, yPos);
    			addButton(1195, 1, "MAGIC", "Cast @gre@Home Teleport");
    			RSInterface homeButton = interfaceCache[1195];
    			homeButton.mOverInterToTrigger = 1196;
    		}
    		for(int i2 = 0; i2 < spellButton.length; i2++) {
    			if(i2 < 60)
    				spellButtons.childX[i2] = spellButtons.childX[i2] + 24;
    			if(i2 == 6 || i2 == 12 || i2 == 19 || i2 == 35 || i2 == 41 || i2 == 44 || i2 == 49 || i2 == 51)
    				spellButtons.childX[i2] = 0;
    			spellButtons.childY[6] = 24; spellButtons.childY[12] = 48;
    			spellButtons.childY[19] = 72; spellButtons.childY[49] = 96;
    			spellButtons.childY[44] = 120; spellButtons.childY[51] = 144;
    			spellButtons.childY[35] = 170; spellButtons.childY[41] = 192;
    		}
    		homeHover.isMouseoverTriggered = true;
    		addText(1197, "Level 0: Home Teleport", tda, 1, 0xFE981F, true, true);
    		RSInterface homeLevel = interfaceCache[1197]; homeLevel.width = 174; homeLevel.height = 68;
    		addText(1198, "A teleport which requires no", tda, 0, 0xAF6A1A, true, true);
    		addText(18998, "runes and no required level that", tda, 0, 0xAF6A1A, true, true);
    		addText(18999, "teleports you to the main land.", tda, 0, 0xAF6A1A, true, true);
    		homeHover.totalChildren(4);
    		homeHover.child(0, 1197, 3, 4);
    		homeHover.child(1, 1198, 91, 23);
    		homeHover.child(2, 18998, 91, 34);
    		homeHover.child(3, 18999, 91, 45);
    	}
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Sep 2010
    Age
    29
    Posts
    567
    Thanks given
    147
    Thanks received
    202
    Rep Power
    0
    Everytime I load a new interface this error shows up.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Sep 2010
    Age
    29
    Posts
    567
    Thanks given
    147
    Thanks received
    202
    Rep Power
    0
    bump
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Sep 2010
    Age
    29
    Posts
    567
    Thanks given
    147
    Thanks received
    202
    Rep Power
    0
    Could anyone help please?
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Jun 2010
    Age
    36
    Posts
    4,335
    Thanks given
    4
    Thanks received
    274
    Rep Power
    0
    Add my msn, I'll help. [email protected]
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Sep 2010
    Age
    29
    Posts
    567
    Thanks given
    147
    Thanks received
    202
    Rep Power
    0
    Quote Originally Posted by `Kasma View Post
    Add my msn, I'll help. [email protected]
    Added.
    Reply With Quote  
     

  9. #9  
    Banned

    Join Date
    Sep 2010
    Age
    29
    Posts
    567
    Thanks given
    147
    Thanks received
    202
    Rep Power
    0
    Still need help.
    Reply With Quote  
     

  10. #10  
    Donator


    Join Date
    May 2008
    Posts
    1,234
    Thanks given
    31
    Thanks received
    25
    Rep Power
    279
    Did you add the " magicTab(TextDrawingArea) " ??
    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. Unpacking interfaces 95 error
    By Homie Pimpson in forum Help
    Replies: 1
    Last Post: 12-31-2009, 01:05 PM
  2. Error unpacking interfaces..
    By buck in forum Help
    Replies: 6
    Last Post: 09-09-2009, 03:54 AM
  3. Error unpacking interfaces?
    By buck in forum Help
    Replies: 7
    Last Post: 09-07-2009, 03:31 AM
  4. Error Unpacking interfaces 95
    By Last Spartan in forum Help
    Replies: 4
    Last Post: 04-19-2009, 06:53 AM
  5. Error unpacking interfaces
    By BenjaR in forum Help
    Replies: 3
    Last Post: 04-16-2009, 03:27 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
  •