Thread: Vencillio custom items

Results 1 to 6 of 6
  1. #1 Vencillio custom items 
    Registered Member
    Join Date
    Dec 2016
    Posts
    17
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    so yeah its really simple I guess but I cant find the model folder on vencillio so I can add custom items. does anyone know where it is?
    Reply With Quote  
     

  2. #2  
    Registered Member Plasmetic's Avatar
    Join Date
    Nov 2015
    Posts
    273
    Thanks given
    20
    Thanks received
    30
    Rep Power
    20
    Gotta make one, then have itemDef pull from the folder you made.
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Nov 2016
    Posts
    91
    Thanks given
    39
    Thanks received
    24
    Rep Power
    0
    Quote Originally Posted by Plasmetic View Post
    Gotta make one, then have itemDef pull from the folder you made.
    This is such a shitty way of helping him...

    OT:
    1.make a folder called index1 inside your cache folder.

    2. go into client.java and search for "unpacking models". under that add repackCacheIndex(1);

    3. in itemDef you have to add the ints for the custom item. If i remember correctly its in the forID method.

    4. Run the client and you should see in the console, repacking index 1 and the item models getting repacked

    And bam you should have your model added
    Reply With Quote  
     

  4. #4  
    Donator
    luvdatrage's Avatar
    Join Date
    Apr 2015
    Age
    23
    Posts
    89
    Thanks given
    14
    Thanks received
    10
    Rep Power
    22
    Quote Originally Posted by Chuck Bass View Post
    This is such a shitty way of helping him...

    OT:
    1.make a folder called index1 inside your cache folder.

    2. go into client.java and search for "unpacking models". under that add repackCacheIndex(1);

    3. in itemDef you have to add the ints for the custom item. If i remember correctly its in the forID method.

    4. Run the client and you should see in the console, repacking index 1 and the item models getting repacked

    And bam you should have your model added
    I searched for "unpacking models" but it seems like my client doesn't have it..... Should i get another version of vencillio or what?
    Reply With Quote  
     

  5. #5  
    OWNER @ BOFA (Now Hiring)
    Mr Bill's Avatar
    Join Date
    May 2010
    Posts
    517
    Thanks given
    15
    Thanks received
    35
    Rep Power
    62
    Quote Originally Posted by luvdatrage View Post
    I searched for "unpacking models" but it seems like my client doesn't have it..... Should i get another version of vencillio or what?
    My dude, in client.java look for "startup()", go to the "try {" - add it directly under there.
    "
    Attached image
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jan 2015
    Posts
    15
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Mr Bill View Post
    My dude, in client.java look for "startup()", go to the "try {" - add it directly under there.
    "
    Sorry to revive this, but here is what the error is if you do this.

    Code:
    Started repacking index 1.
    java.lang.NullPointerException
    Error: loaderror Starting up 49
    	at Client.repackCacheIndex(Client.java:8166)
    	at Client.startUp(Client.java:7911)
    	at ClientEngine.run(ClientEngine.java:221)
    	at Client.run(Client.java:5082)
    	at java.lang.Thread.run(Unknown Source)
    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. Replies: 0
    Last Post: 10-26-2016, 07:19 PM
  2. [NEW]Galkons Anarchy[200+ Custom Items]
    By Galkon in forum Downloads
    Replies: 169
    Last Post: 01-15-2009, 03:25 AM
  3. [TUT]Some custom items[TUT]
    By Galkon in forum Tutorials
    Replies: 13
    Last Post: 04-17-2008, 10:25 PM
  4. Zzzpk'S Custom items!(includes item.gfx)..
    By Software in forum Tutorials
    Replies: 31
    Last Post: 03-24-2008, 01:56 PM
  5. Project Scape v3.5 Client with custom items/377
    By blackfirexx in forum RS2 Client
    Replies: 11
    Last Post: 09-07-2007, 12:48 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
  •