Thread: Weird Error REP++

Results 1 to 3 of 3
  1. #1 Weird Error REP++ 
    Banned

    Join Date
    Apr 2012
    Age
    27
    Posts
    2,936
    Thanks given
    1,126
    Thanks received
    1,081
    Rep Power
    0
    This error occurs in my client, whenever I open my B.o.B. Interface. Anyone know how to fix. It shows the interface, but no items or anything.

    Code:
    Error: T2 - 34,253,126 - 10,2634,3289 - 0,0,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,1,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,2,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,3,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,4,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,5,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,6,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,7,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,8,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,9,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,10,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,11,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,12,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,13,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,14,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,15,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,16,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,17,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,18,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,19,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,20,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,21,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,22,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,23,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,24,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,25,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,26,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,27,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,28,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,29,4,-1,-1,-1,-1,10,-113,-1,
    Error: T2 - 34,87,248 - 10,2634,3289 - 0,30,4,-1,-1,-1,-1,10,-113,-1,
    This is my openBoBInterface Method:

    Code:
    	public void openBoBInterface(NPC n) {
    		for (int j = 0; j < player.getStorage().itemInBoB.length; j++) {
    		player.getStorage().isStoringItems = true;
    		player.isBanking = false;
    		player.getStorage().refreshBoB(j);
    		player.getItems().resetItems(5064);
    		player.getItems().resetTempItems();
    		player.getOutStream().createFrame(248);
    		player.getOutStream().writeWordA(2700);
    		player.getOutStream().writeWord(5063);
    		player.getPA().sendFrame87(286, 0);
    		player.flushOutStream();
    		player.getItems().resetKeepItems();
    		}
    	}
    and I used this tut for client sided: http://www.rune-server.org/runescape...interface.html
    Reply With Quote  
     

  2. #2  
    Zaros Developer

    Nomac's Avatar
    Join Date
    Feb 2011
    Age
    29
    Posts
    1,068
    Thanks given
    318
    Thanks received
    200
    Rep Power
    1092
    Try just opening the interface with no args.
    Attached image


    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Apr 2012
    Age
    27
    Posts
    2,936
    Thanks given
    1,126
    Thanks received
    1,081
    Rep Power
    0
    Quote Originally Posted by Rhiel View Post
    Try just opening the interface with no args.
    explain more please.
    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. [PI] Weird Error (Will thank and rep)
    By RS2006Phat in forum Help
    Replies: 2
    Last Post: 01-31-2012, 04:03 AM
  2. Replies: 1
    Last Post: 11-01-2011, 11:47 PM
  3. weird error thank and rep
    By sexyrussian in forum Help
    Replies: 2
    Last Post: 08-22-2011, 08:12 AM
  4. Weird webclient error rep++
    By Aintaro. in forum Help
    Replies: 7
    Last Post: 01-04-2011, 08:08 PM
  5. Weird error Rep+$$
    By «I Gf I» ©£ in forum Help
    Replies: 24
    Last Post: 12-01-2009, 02:22 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
  •