Thread: can some1 help me very easy.

Results 1 to 6 of 6
  1. #1 can some1 help me very easy. 
    Registered Member
    Join Date
    Apr 2012
    Posts
    749
    Thanks given
    5
    Thanks received
    1
    Rep Power
    10
    so if any of you use this kind of inventory can you please help me:



    i need the drawSideIcons if you dont know were that is please goto client.java and search drawSideIcon and there it is please copy and paste it here
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jan 2011
    Posts
    309
    Thanks given
    9
    Thanks received
    26
    Rep Power
    28
    This should be in the client section:
    Code:
    	public void drawSideIcons(){
            if(tabInterfaceIDs[0] != -1)
                sideIcons[0].drawSprite(8+3, 8);
            if(tabInterfaceIDs[1] != -1)
                sideIcons[1].drawSprite(37+3, 8);
            if(tabInterfaceIDs[2] != -1)
                sideIcons[2].drawSprite(67+3, 8);
            if(tabInterfaceIDs[14] != -1)
                sideIcons[3].drawSprite(97+3, 8);
            if(tabInterfaceIDs[3] != -1)
                sideIcons[4].drawSprite(127+3, 8);
            if(tabInterfaceIDs[4] != -1)
                sideIcons[5].drawSprite(159+3, 8);
            if(tabInterfaceIDs[5] != -1)
                sideIcons[6].drawSprite(187+3, 8);
            if(tabInterfaceIDs[6] != -1)
                sideIcons[7].drawSprite(217+3, 8);
            if(tabInterfaceIDs[8] != -1)
                sideIcons[8].drawSprite(38+3, 306);
            if(tabInterfaceIDs[9] != -1)
                sideIcons[9].drawSprite(70, 306);
            if(tabInterfaceIDs[7] != -1)
                sideIcons[13].drawSprite(97+3, 306);
            if(tabInterfaceIDs[11] != -1)
                sideIcons[10].drawSprite(127+3, 306);
            if(tabInterfaceIDs[12] != -1)
                sideIcons[11].drawSprite(157+3, 306);
            if(tabInterfaceIDs[13] != -1)
                sideIcons[12].drawSprite(187+3, 306);
            if(tabInterfaceIDs[15] != -1)
                sideIcons[14].drawSprite(216+3, 307);
    	}
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2012
    Posts
    749
    Thanks given
    5
    Thanks received
    1
    Rep Power
    10
    Quote Originally Posted by Fearful View Post
    This should be in the client section:
    Code:
    	public void drawSideIcons(){
            if(tabInterfaceIDs[0] != -1)
                sideIcons[0].drawSprite(8+3, 8);
            if(tabInterfaceIDs[1] != -1)
                sideIcons[1].drawSprite(37+3, 8);
            if(tabInterfaceIDs[2] != -1)
                sideIcons[2].drawSprite(67+3, 8);
            if(tabInterfaceIDs[14] != -1)
                sideIcons[3].drawSprite(97+3, 8);
            if(tabInterfaceIDs[3] != -1)
                sideIcons[4].drawSprite(127+3, 8);
            if(tabInterfaceIDs[4] != -1)
                sideIcons[5].drawSprite(159+3, 8);
            if(tabInterfaceIDs[5] != -1)
                sideIcons[6].drawSprite(187+3, 8);
            if(tabInterfaceIDs[6] != -1)
                sideIcons[7].drawSprite(217+3, 8);
            if(tabInterfaceIDs[8] != -1)
                sideIcons[8].drawSprite(38+3, 306);
            if(tabInterfaceIDs[9] != -1)
                sideIcons[9].drawSprite(70, 306);
            if(tabInterfaceIDs[7] != -1)
                sideIcons[13].drawSprite(97+3, 306);
            if(tabInterfaceIDs[11] != -1)
                sideIcons[10].drawSprite(127+3, 306);
            if(tabInterfaceIDs[12] != -1)
                sideIcons[11].drawSprite(157+3, 306);
            if(tabInterfaceIDs[13] != -1)
                sideIcons[12].drawSprite(187+3, 306);
            if(tabInterfaceIDs[15] != -1)
                sideIcons[14].drawSprite(216+3, 307);
    	}

    is that for 562.... i used urs and got this.....
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jan 2011
    Posts
    309
    Thanks given
    9
    Thanks received
    26
    Rep Power
    28
    Quote Originally Posted by shlomi84 View Post
    is that for 562.... i used urs and got this.....
    You're not loading the correct sprites.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Kamiel's Avatar
    Join Date
    Jul 2010
    Age
    28
    Posts
    1,272
    Thanks given
    66
    Thanks received
    166
    Rep Power
    295
    just change some integers man..

    Code:
    sideIcons[ICON_ID].drawSprite(X_POS, Y_POS);
    It isn't that hard, right?
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Apr 2012
    Posts
    749
    Thanks given
    5
    Thanks received
    1
    Rep Power
    10
    Quote Originally Posted by Kamiel View Post
    just change some integers man..

    Code:
    sideIcons[ICON_ID].drawSprite(X_POS, Y_POS);
    It isn't that hard, right?
    i dont know where exactly the middle is, so if people have the EXACT points then why not...?
    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. Can some1 un-name this??
    By pkerscape21 in forum Help
    Replies: 0
    Last Post: 02-07-2009, 04:26 PM
  2. looking for some1
    By maker of rs3 in forum Downloads
    Replies: 1
    Last Post: 01-27-2008, 06:07 PM
  3. looking for some1
    By maker of rs3 in forum Requests
    Replies: 0
    Last Post: 01-27-2008, 11: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
  •