Thread: Vencillio Custom Item help

Results 1 to 4 of 4
  1. #1 Vencillio Custom Item help 
    Registered Member
    Join Date
    Sep 2019
    Posts
    3
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    Ive started coding with a vencillio client. And whenever i edit my model color in /itemdef.java it doesnt do anything ingame. Ex:
    itemDef.itemActions = new String[5];
    itemDef.itemActions[1] = "Wear";
    itemDef.modelID = 2635;
    itemDef.itemActions[4] = "Drop";
    itemDef.originalModelColors = new int[1];
    itemDef.modifiedModelColors = new int[1];
    itemDef.originalModelColors[0] = 926;
    itemDef.modifiedModelColors[0] = 50087;

    itemDef.modelZoom = 440;
    itemDef.modelRotationY = 1852;
    itemDef.modelRotationX = 76;
    itemDef.anInt204 = 0;
    itemDef.anInt165 = 187;
    itemDef.anInt175 = 29;
    itemDef.anInt197 = 87;
    itemDef.anInt200 = 363;

    Also ive tried to repack with a different model Id after changing it in Meta(.mqo). And it all goes well until i put the item on and it doesnt fit on my player the right way. even tho i didnt edit anything besides the color. Any help would be great thanks.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    May 2016
    Age
    55
    Posts
    1,137
    Thanks given
    565
    Thanks received
    600
    Rep Power
    0
    To solve issue with color:
    1. be sure your ids are correct. if ur method is good then this is your issue.. you have wrong original color code id.
    2. look for issues with-in the method.

    To solve issue with size:
    look in perhaps a model.java class for something resizing the model, or simply search for the old model id to find if it is resized via code to fit correctly, then simply add your new ids so it will to fit resized via code.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Sep 2019
    Posts
    3
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    I mean the one i gave in the example was a party hat recoloring. And thats the original color ive seen in every other post.
    as far as looking within the method. Where should i begin to look? because there are other items that were recolored using the same method and they have the same information i tried to imput it was just done before i guess the client was released.

    As far as the size. i figured out that its just not recognizing it as someone is wearing it. And there is no "animation" i guess you could say. But when i went back and added the priority & anim info "head" on datmaker and repacked it. it just makes my whole character invisible.
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    May 2016
    Age
    55
    Posts
    1,137
    Thanks given
    565
    Thanks received
    600
    Rep Power
    0
    Quote Originally Posted by JayNol96 View Post
    I mean the one i gave in the example was a party hat recoloring. And thats the original color ive seen in every other post.
    as far as looking within the method. Where should i begin to look? because there are other items that were recolored using the same method and they have the same information i tried to imput it was just done before i guess the client was released.

    As far as the size. i figured out that its just not recognizing it as someone is wearing it. And there is no "animation" i guess you could say. But when i went back and added the priority & anim info "head" on datmaker and repacked it. it just makes my whole character invisible.
    put the model file in metaseq. to double check color code id. What you said doesn't make sense to me so other items that are being recolored using the same method are working as should? If other items are working as should the only thing it could be is your using wrong id or check and see if it's being overridden by anything. Try using a different item id too.

    for your second issue be sure pri is 10, not sure what else you got going on there.
    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. removing custom items.. help please.
    By '5b' in forum Help
    Replies: 6
    Last Post: 11-11-2009, 09:19 AM
  2. Custom Item Help
    By Mariosun in forum Help
    Replies: 4
    Last Post: 08-17-2009, 11:49 AM
  3. custom items--help
    By happyisbackk in forum Help
    Replies: 2
    Last Post: 07-12-2009, 10:13 PM
  4. custom item help
    By big king in forum Help
    Replies: 0
    Last Post: 05-23-2009, 01:44 AM
  5. custom item help
    By big king in forum Help
    Replies: 1
    Last Post: 05-19-2009, 10:02 PM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •