Thread: Invisible items

Results 1 to 10 of 10
  1. #1 Invisible items 
    ~~Listen to my RuleZ~~

    Join Date
    Mar 2011
    Age
    31
    Posts
    101
    Thanks given
    2
    Thanks received
    2
    Rep Power
    9
    Hello, i just added some custom items to my PI client that is cache packed with 634 items. But when i go to client and logging in the items are invisible. Whats worng?
    here is an image:

    This is the inventory


    This is on the Equiqment page


    Please help me!
    Thanks
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Sep 2012
    Posts
    1,027
    Thanks given
    193
    Thanks received
    123
    Rep Power
    0
    are the ints in itemdef?
    Reply With Quote  
     

  3. #3  
    ~~Listen to my RuleZ~~

    Join Date
    Mar 2011
    Age
    31
    Posts
    101
    Thanks given
    2
    Thanks received
    2
    Rep Power
    9
    Yes, here is my ints,
    case 13350:
    itemDef.name = "Korasi's sword";
    itemDef.description = "The sword of a Void Knight.";
    itemDef.actions = new String[5];
    itemDef.actions[1] = "Wield";
    itemDef.modelID = 57784;
    itemDef.anInt165 = 57780;
    itemDef.anInt200 = 57780;
    itemDef.modelZoom = 1400;
    itemDef.modelRotation1 = 700;
    itemDef.modelRotation2 = 60;
    itemDef.modelOffset1 = 25;
    itemDef.modelOffset2 = 60;
    break;
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Sep 2012
    Posts
    1,027
    Thanks given
    193
    Thanks received
    123
    Rep Power
    0
    if you cache packed, try re-cache packing the models but before you do, make sure the model Id's match up. I think you're trying to draw a model that doesnt exist, so it's causingng that issue.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Oct 2012
    Posts
    270
    Thanks given
    8
    Thanks received
    20
    Rep Power
    14
    Your are missing the models, best bet you are using a path.

    Second: If your items are in wrong spot add them to the array in Items(server).
    Reply With Quote  
     

  6. #6  
    ~~Listen to my RuleZ~~

    Join Date
    Mar 2011
    Age
    31
    Posts
    101
    Thanks given
    2
    Thanks received
    2
    Rep Power
    9
    I dint cache pack it. i downloaded a clean pi client with cache packed
    Reply With Quote  
     

  7. #7  
    ~~Listen to my RuleZ~~

    Join Date
    Mar 2011
    Age
    31
    Posts
    101
    Thanks given
    2
    Thanks received
    2
    Rep Power
    9
    Quote Originally Posted by Verdorben View Post
    Your are missing the models, best bet you are using a path.

    Second: If your items are in wrong spot add them to the array in Items(server).
    What are you mean with that?
    Reply With Quote  
     

  8. #8  
    Banned
    Join Date
    Sep 2012
    Posts
    1,027
    Thanks given
    193
    Thanks received
    123
    Rep Power
    0
    Quote Originally Posted by jake27 View Post
    What are you mean with that?
    He means it's wielded as a helmet, in itemassistant.java you assign which spot it's supposed to go into, not in item.java.

    anyway I can try my best to help you through teamviewer so I can better understand.
    Reply With Quote  
     

  9. #9  
    ~~Listen to my RuleZ~~

    Join Date
    Mar 2011
    Age
    31
    Posts
    101
    Thanks given
    2
    Thanks received
    2
    Rep Power
    9
    Or could i give you my files that you need becouse my tv doesnt work on my computer
    Reply With Quote  
     

  10. #10  
    ~~Listen to my RuleZ~~

    Join Date
    Mar 2011
    Age
    31
    Posts
    101
    Thanks given
    2
    Thanks received
    2
    Rep Power
    9
    I solved it, thanks anyway!
    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. close
    By Intrum in forum Help
    Replies: 9
    Last Post: 11-28-2012, 08:53 AM
  2. invisible items
    By nick576 in forum Help
    Replies: 0
    Last Post: 09-07-2012, 06:52 AM
  3. PI Items Invisible
    By sonscape in forum Help
    Replies: 6
    Last Post: 08-02-2012, 12:55 AM
  4. invisible on new items
    By Al4n in forum Help
    Replies: 7
    Last Post: 08-01-2012, 01:13 PM
  5. Invisible items?
    By TGWCam in forum Help
    Replies: 2
    Last Post: 07-24-2009, 09:46 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
  •