Thread: Vencillio 118 Client and Cache

Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 34
  1. #11  
    Registered Member

    Join Date
    Feb 2013
    Posts
    1,682
    Thanks given
    401
    Thanks received
    402
    Rep Power
    446
    Thanks for the release, the only thing is the door and some objects, like bank booth, posted above. Which aren't visible or completely wiped, not entirely sure.
    Reply With Quote  
     

  2. #12  
    Waddup

    Stan's Avatar
    Join Date
    Apr 2016
    Posts
    376
    Thanks given
    110
    Thanks received
    394
    Rep Power
    521
    Quote Originally Posted by Delinquent View Post
    Thanks for the release, the only thing is the door and some objects, like bank booth, posted above. Which aren't visible or completely wiped, not entirely sure.
    I'm having the same issue. Doors and banks (not sure of other objects) are wiped, and the items just show up null.
    I did as instructed:

    - Edited the config files in the cache with Tom's Cache Suite
    - GZipped the index1 & index2 (Did this a lot of times already, so i'm sure this is not the issue)
    - Replaced the itemDefinitions.xml with yours

    Any idea what's wrong?
    Reply With Quote  
     

  3. #13  
    Registered Member

    Join Date
    Oct 2011
    Posts
    2,084
    Thanks given
    0
    Thanks received
    1,043
    Rep Power
    3608
    thanks for this.
    Reply With Quote  
     

  4. #14  
    The Meme God

    4DFo's Avatar
    Join Date
    Dec 2013
    Age
    26
    Posts
    616
    Thanks given
    54
    Thanks received
    81
    Rep Power
    185
    Quote Originally Posted by Darklight RSPS View Post
    Issue with banking:
    Object found to be non-existent: id: 6943 at x:3095 y:3491 z:0


    Nothing to do with it in code? anybody know?
    Quote Originally Posted by Stanniebeer View Post
    I'm having the same issue. Doors and banks (not sure of other objects) are wiped, and the items just show up null.
    I did as instructed:

    - Edited the config files in the cache with Tom's Cache Suite
    - GZipped the index1 & index2 (Did this a lot of times already, so i'm sure this is not the issue)
    - Replaced the itemDefinitions.xml with yours

    Any idea what's wrong?
    Found the fix.

    In PlayerConstants.java, search for:
    Code:
    public static boolean isOverrideObjectExistance(Player p, int objectId, int x, int y, int z) {
    this method is used to override the object being non-existent to the server and tells it that it's an actual thing and not just a blank object.

    in there you will see a line looking something like this:

    Code:
    if ((objectId == 2072)
    return true;
    }
    what you need to do is make that line say this:
    Code:
    if ((objectId == 2072) || (objectId == 6943) || (objectId == 6084) || (objectId == 10517) || (objectId == 11758)) {
    			return true;
    		}
    now you want to navigate to WalkToActions.java and search up:
    Code:
    public static void clickObject
    then add this with the other else if statements:
    Code:
    } else if ((id == 6084) || (id == 10517) || (id == 11758) || (id == 6943)) {
    			player.getBank().openBank();
    			return;
    and, it's fixed.
    You're welcome.

    EDIT: You may not need to add the else if statement to clickobject. Server may already recognize the object and say OH HEY! ITS A BANK BOOTH!

    Attached image
    Attached image
    Rest easy, Brian x2. Suicide is never the answer.
    Reply With Quote  
     

  5. Thankful user:


  6. #15  
    Registered Member
    Join Date
    Jul 2016
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I need the server...
    Reply With Quote  
     

  7. #16  
    Banned
    Join Date
    Mar 2012
    Posts
    105
    Thanks given
    28
    Thanks received
    33
    Rep Power
    0
    Quote Originally Posted by alex185 View Post
    I need the server...
    Use any vencillio server to run with this client.
    Reply With Quote  
     

  8. #17  
    现场大

    tiller's Avatar
    Join Date
    Dec 2015
    Posts
    757
    Thanks given
    335
    Thanks received
    164
    Rep Power
    303
    Credits:
    Austin. (for giving you the client with 116)

    Nice contribution though mate.

    Quote Originally Posted by alex185 View Post
    I need the server...
    Source

    I had to change a few things in the server to be compatible with 108+, so use this, just downloading the actual source released by daniel wont work properly.
    Attached image
    Reply With Quote  
     

  9. Thankful user:


  10. #18  
    Registered Member
    Join Date
    Feb 2013
    Posts
    112
    Thanks given
    35
    Thanks received
    8
    Rep Power
    0
    Quote Originally Posted by Austin. View Post
    Credits:
    Austin. (for giving you the client with 116)

    Nice contribution though mate.


    Source

    I had to change a few things in the server to be compatible with 108+, so use this, just downloading the actual source released by daniel wont work properly.
    hey, thanks for this but when i spawn in the 118 items, they are just dwarf remains even tho im using the 118client/cache. what do i need to do?
    Reply With Quote  
     

  11. #19  
    Working On Something...

    Xterra's Avatar
    Join Date
    Jul 2014
    Posts
    1,118
    Thanks given
    250
    Thanks received
    173
    Rep Power
    99
    Quote Originally Posted by Searchbar View Post
    hey, thanks for this but when i spawn in the 118 items, they are just dwarf remains even tho im using the 118client/cache. what do i need to do?
    did you download the itemdef and add that too the source
    Reply With Quote  
     

  12. #20  
    Registered Member
    Join Date
    Feb 2013
    Posts
    112
    Thanks given
    35
    Thanks received
    8
    Rep Power
    0
    Quote Originally Posted by Xterra View Post
    did you download the itemdef and add that too the source
    yes i did, it says in the chatbox you have spawned 1x 3rd age pickaxe, but its dwarf remains. its like the models arent there.
    Reply With Quote  
     

Page 2 of 4 FirstFirst 1234 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. Various Clients and Caches
    By Infexis in forum Downloads
    Replies: 42
    Last Post: 09-23-2017, 12:57 AM
  2. 582 Client and cache
    By HenryL in forum Requests
    Replies: 1
    Last Post: 06-14-2010, 07:07 AM
  3. 422 to 438 Client and cache!
    By Groovy in forum Requests
    Replies: 4
    Last Post: 03-12-2010, 07:06 PM
  4. Request 533 Clients and cache.
    By Delifed in forum Requests
    Replies: 2
    Last Post: 09-21-2009, 03:38 PM
  5. A 225-275 rs client and cache
    By 42 in forum Requests
    Replies: 6
    Last Post: 09-13-2009, 02:43 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •