Thread: [PI][REP][TY] Items Showing As Invisible [PI][REP][TY]

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 [PI][REP][TY] Items Showing As Invisible [PI][REP][TY] 
    Registered Member
    Join Date
    Jul 2009
    Posts
    27
    Thanks given
    0
    Thanks received
    2
    Rep Power
    1
    Well all my items are showing as invisible. i haven't added no new items or anything like that. I'm just using the regular items and spawning them by commands and they are coming out invisible. please help!

    here is an image:
    Reply With Quote  
     

  2. #2  
    Jhcnhjm
    Guest
    Maybe inventory model is wrong or missing?
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Aug 2011
    Posts
    2,760
    Thanks given
    297
    Thanks received
    534
    Rep Power
    1596
    if it's a custom item, add the int's (in itemdef.java i believe).
    Quote Originally Posted by Aj View Post
    This is not even a tutorial. It's fail for rep. It's fail for life.
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Oct 2011
    Age
    28
    Posts
    312
    Thanks given
    8
    Thanks received
    17
    Rep Power
    0
    You prolly have incorrect ints.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jul 2009
    Posts
    27
    Thanks given
    0
    Thanks received
    2
    Rep Power
    1
    Quote Originally Posted by spikeyyy View Post
    if it's a custom item, add the int's (in itemdef.java i believe).
    like i said..i didnt add customs..its the original items..no customs no ints i just changed the name of the item..the item id is 691..which is level 1 certificate..
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jul 2009
    Posts
    27
    Thanks given
    0
    Thanks received
    2
    Rep Power
    1
    Quote Originally Posted by King Mazin View Post
    Maybe inventory model is wrong or missing?
    saywah?
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Aug 2011
    Posts
    2,760
    Thanks given
    297
    Thanks received
    534
    Rep Power
    1596
    Quote Originally Posted by r1dl3r View Post
    like i said..i didnt add customs..its the original items..no customs no ints i just changed the name of the item..the item id is 691..which is level 1 certificate..
    itemdef.java add case 691 and add ints.
    Quote Originally Posted by Aj View Post
    This is not even a tutorial. It's fail for rep. It's fail for life.
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Jul 2009
    Posts
    27
    Thanks given
    0
    Thanks received
    2
    Rep Power
    1
    Quote Originally Posted by Flintstone View Post
    You prolly have incorrect ints.
    Code:
    		case 691:
    			itemDef.actions = new String[5];
    			itemDef.actions[0] = "Redeem";
    			itemDef.name = "1m Check";
    			itemDef.description = "A 1m Check.".getBytes();
    		break;
    that's my int..its not using any models or anything i just changed the name..anyways even before i added this the item wasn't showing either..and it's not the only item that comes invisible..it's many..but i just want to know how to make them visible..
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    Aug 2011
    Posts
    2,760
    Thanks given
    297
    Thanks received
    534
    Rep Power
    1596
    Quote Originally Posted by r1dl3r View Post
    Code:
    		case 691:
    			itemDef.actions = new String[5];
    			itemDef.actions[0] = "Redeem";
    			itemDef.name = "1m Check";
    			itemDef.description = "A 1m Check.".getBytes();
    		break;
    that's my int..its not using any models or anything i just changed the name..anyways even before i added this the item wasn't showing either..and it's not the only item that comes invisible..it's many..but i just want to know how to make them visible..
    that's because you don't have perfect 474 items, just add some int's and a model i guess >.<
    Quote Originally Posted by Aj View Post
    This is not even a tutorial. It's fail for rep. It's fail for life.
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Jul 2009
    Posts
    27
    Thanks given
    0
    Thanks received
    2
    Rep Power
    1
    Quote Originally Posted by spikeyyy View Post
    itemdef.java add case 691 and add ints.
    i have added all that..even with out ints or with out messing with it the item is still invisible..a lot of items are invisible and they are not customs..
    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. [PI] items kept on death not showing
    By haydar25 in forum Help
    Replies: 8
    Last Post: 05-30-2012, 09:10 AM
  2. Showing Correct Items [317]
    By |Clutch| in forum Help
    Replies: 2
    Last Post: 07-21-2010, 05:27 PM
  3. Replies: 2
    Last Post: 06-10-2010, 08: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
  •