Thread: [Vencillio] help

Results 1 to 8 of 8
  1. #1 [Vencillio] help 
    Registered Member i make vids's Avatar
    Join Date
    Apr 2017
    Posts
    18
    Thanks given
    0
    Thanks received
    0
    Rep Power
    25
    Using the Vencillo Source/Client
    and some doors just dont work

    for example

    -Donator zone door doesnt open
    - Gwd somethinng blocking me from openin bandos door
    and a few others


    if anyone has a fix please pm me or reply with your discord
    thank you Runeserver community
    Reply With Quote  
     

  2. #2  
    TeraPS Founder

    OneTrueGodTet's Avatar
    Join Date
    Jan 2012
    Posts
    115
    Thanks given
    45
    Thanks received
    21
    Rep Power
    146
    In your ObjectsManager.java just set clip to zero for donor zone (you'll see what i mean when you open it), as for GWD just set the teleport to send to into the room rather than getting the KC as a cheap hax.


    Rip.
    Spoiler for vouches:
    http://smokin-elite.forumotion.com/t81285-kid-gildarts-vouches-19#1123917


    Reply With Quote  
     

  3. #3  
    Registered Member
    JeztC's Avatar
    Join Date
    Jul 2016
    Age
    24
    Posts
    136
    Thanks given
    212
    Thanks received
    65
    Rep Power
    303
    Check your object action packet. Sometimes if you have changed maps, the object IDs may have been changed. The best way is to check if server sends anything when you click the doors. If there is no such packet, you could make your own just with simple stuff such as player.teleport(x,y,z), etc.
    Reply With Quote  
     

  4. #4  
    Registered Member i make vids's Avatar
    Join Date
    Apr 2017
    Posts
    18
    Thanks given
    0
    Thanks received
    0
    Rep Power
    25
    Quote Originally Posted by OneTrueGodTet View Post
    In your ObjectsManager.java just set clip to zero for donor zone (you'll see what i mean when you open it), as for GWD just set the teleport to send to into the room rather than getting the KC as a cheap hax.

    Can you help me im rather Autistic

    Quote Originally Posted by OneTrueGodTet View Post
    In your ObjectsManager.java just set clip to zero for donor zone (you'll see what i mean when you open it), as for GWD just set the teleport to send to into the room rather than getting the KC as a cheap hax.

    Fixed most of the Broken areas but i simply cant find those

    Quote Originally Posted by DaGreenRs View Post
    Check your object action packet. Sometimes if you have changed maps, the object IDs may have been changed. The best way is to check if server sends anything when you click the doors. If there is no such packet, you could make your own just with simple stuff such as player.teleport(x,y,z), etc.


    Yea there is no Packet when i click the doors. x/y cords for door would be "2882, 3354, 0"
    but nothing
    Reply With Quote  
     

  5. #5  
    TeraPS Founder

    OneTrueGodTet's Avatar
    Join Date
    Jan 2012
    Posts
    115
    Thanks given
    45
    Thanks received
    21
    Rep Power
    146
    in objectmanager.java add this


    Note these are random coords dont change the 0 at the end, just the 2 sets of 4 digit numbers for the area you want to walk through. to find the current coords for the door or objects thats clickable itll paste them in your chat box otherwise just to :os to find your own.
    Code:
    		setClipToZero(1635, 3683, 0);
    		setClipToZero(1636, 3683, 0);


    Rip.
    Spoiler for vouches:
    http://smokin-elite.forumotion.com/t81285-kid-gildarts-vouches-19#1123917


    Reply With Quote  
     

  6. #6  
    Registered Member i make vids's Avatar
    Join Date
    Apr 2017
    Posts
    18
    Thanks given
    0
    Thanks received
    0
    Rep Power
    25
    Quote Originally Posted by OneTrueGodTet View Post
    in objectmanager.java add this


    Note these are random coords dont change the 0 at the end, just the 2 sets of 4 digit numbers for the area you want to walk through. to find the current coords for the door or objects thats clickable itll paste them in your chat box otherwise just to :os to find your own.
    Code:
    		setClipToZero(1635, 3683, 0);
    		setClipToZero(1636, 3683, 0);
    Cords for outside of door would be 2823, 3354 so
    setclipZero(2823,3354, 0); ?
    and then insert the other side? cords to yea

    Quote Originally Posted by OneTrueGodTet View Post
    in objectmanager.java add this


    Note these are random coords dont change the 0 at the end, just the 2 sets of 4 digit numbers for the area you want to walk through. to find the current coords for the door or objects thats clickable itll paste them in your chat box otherwise just to :os to find your own.
    Code:
    		setClipToZero(1635, 3683, 0);
    		setClipToZero(1636, 3683, 0);
    the previous spawned things are worded like
    */* Membership Area */
    deleteWithObject(2822, 3356, 0);
    deleteWithObject(2822, 3355, 0);*
    Reply With Quote  
     

  7. #7  
    TeraPS Founder

    OneTrueGodTet's Avatar
    Join Date
    Jan 2012
    Posts
    115
    Thanks given
    45
    Thanks received
    21
    Rep Power
    146
    Quote Originally Posted by i make vids View Post
    Cords for outside of door would be 2823, 3354 so
    setclipZero(2823,3354, 0); ?
    and then insert the other side? cords to yea



    the previous spawned things are worded like
    */* Membership Area */
    deleteWithObject(2822, 3356, 0);
    deleteWithObject(2822, 3355, 0);*


    ignore that for now thats a different problem just underneath that last line where it says deletewithobject plonck the 2 sides of the coords you want to clip


    Rip.
    Spoiler for vouches:
    http://smokin-elite.forumotion.com/t81285-kid-gildarts-vouches-19#1123917


    Reply With Quote  
     

  8. #8  
    Registered Member i make vids's Avatar
    Join Date
    Apr 2017
    Posts
    18
    Thanks given
    0
    Thanks received
    0
    Rep Power
    25
    Quote Originally Posted by OneTrueGodTet View Post
    ignore that for now thats a different problem just underneath that last line where it says deletewithobject plonck the 2 sides of the coords you want to clip

    added. but didnt work, is it cause it doesnt have a packet.

    CLOSED!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    FIXED@@@
    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. Vencillio Help
    By help plox in forum Help
    Replies: 12
    Last Post: 04-13-2018, 09:57 PM
  2. [ Vencillio ] Help adding Cerberus
    By DustinJameson in forum Help
    Replies: 2
    Last Post: 07-29-2016, 12:07 AM
  3. [ Vencillio ] Help adding newer items.
    By DustinJameson in forum Requests
    Replies: 0
    Last Post: 07-25-2016, 04:50 AM
  4. [Vencillio] Help with a few things.
    By mauler320 in forum Help
    Replies: 6
    Last Post: 06-23-2016, 10:41 PM
  5. Nvm.
    By uint32_t in forum Buying
    Replies: 5
    Last Post: 06-13-2016, 10:38 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
  •