Thread: Help with model collor

Results 1 to 5 of 5
  1. #1 Help with model collor 
    Registered Member
    Join Date
    Sep 2020
    Posts
    26
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    Hi so i ran into this issue where the black collor is not showing in game how can i fix that
    https://prnt.sc/1wva9li
    https://prnt.sc/1wvabct

    This is the code i used
    case 29984:
    itemDef.modelID = 130381;
    itemDef.name = "Special scythe";
    itemDef.description = "Special scythe";
    itemDef.modelZoom = 1500;
    itemDef.rotationY = 500;
    itemDef.rotationX = 0;
    itemDef.modelOffset1 = -1;
    itemDef.modelOffsetY = -1;
    itemDef.maleEquip1 = 130381;
    itemDef.femaleEquip1 = 130381;
    itemDef.actions = new String[5];
    itemDef.actions[1] = "Wear";
    itemDef.actions[4] = "Drop";
    break;
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Mar 2016
    Posts
    362
    Thanks given
    102
    Thanks received
    24
    Rep Power
    60
    ItemDef.editedModelColor = new int[] {0};
    ItemDef.newModelColor = new int[] {4};

    your client removes the colour 0 from models
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Sep 2020
    Posts
    26
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by ventusX View Post
    ItemDef.editedModelColor = new int[] {0};
    ItemDef.newModelColor = new int[] {4};

    your client removes the colour 0 from models
    MUCH ty for the info is there anywhere than i can check what collors are witch code ? like i still dont know why u wrote 0/4
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Mar 2016
    Posts
    362
    Thanks given
    102
    Thanks received
    24
    Rep Power
    60
    Quote Originally Posted by kostaskzk View Post
    MUCH ty for the info is there anywhere than i can check what collors are witch code ? like i still dont know why u wrote 0/4
    https://www.rune-server.ee/runescape...ecoloring.html
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Sep 2020
    Posts
    26
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    Much ty good sir
    Reply With Quote  
     

  6. Thankful user:



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. Help with Models
    By Blacklord in forum Help
    Replies: 3
    Last Post: 05-26-2009, 12:54 AM
  2. requesting help with models
    By werder in forum Help
    Replies: 0
    Last Post: 03-19-2009, 09:17 AM
  3. Help with models
    By waffl3z0wnu in forum Models
    Replies: 0
    Last Post: 01-29-2009, 01:38 AM
  4. i need help with models
    By ~Josh in forum Configuration
    Replies: 6
    Last Post: 08-01-2008, 03:16 PM
  5. need help with models
    By N1ghtm4r3 in forum Models
    Replies: 0
    Last Post: 01-19-2008, 10:19 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
  •