Thread: [830] Interface Help

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 [830] Interface Help 
    Registered Member
    Join Date
    Sep 2017
    Posts
    123
    Thanks given
    47
    Thanks received
    63
    Rep Power
    72
    So I went off in dungeoneering and fixed the interface for creating runes and staves but the problem now is that I am in complexity 6 the slot still says i don't have complexity 3+ (3 or over)

    Look here (where its circled in blue):

    //Also could it be that I need to send a specific varBit but i dunno which one:


    Attached image

    Any help is appreciated!
    Thanks.
    Reply With Quote  
     

  2. #2  
    Respected Member


    Kris's Avatar
    Join Date
    Jun 2016
    Age
    26
    Posts
    3,638
    Thanks given
    820
    Thanks received
    2,642
    Rep Power
    5000
    It's the same varbit/varp that you send when opening the shop.
    Attached image
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Sep 2017
    Posts
    123
    Thanks given
    47
    Thanks received
    63
    Rep Power
    72
    Quote Originally Posted by Kris View Post
    It's the same varbit/varp that you send when opening the shop.
    What varbit is that? I looked through my source and no varbit/varp was send when opening shop
    Reply With Quote  
     

  4. #4  
    Respected Member


    Kris's Avatar
    Join Date
    Jun 2016
    Age
    26
    Posts
    3,638
    Thanks given
    820
    Thanks received
    2,642
    Rep Power
    5000
    Quote Originally Posted by aNamedSoul View Post
    What varbit is that? I looked through my source and no varbit/varp was send when opening shop
    In 718 (and pre-718) it's this:
    player.getPackets().sendGlobalConfig(1320, complexity);

    I'd assume it's the same on MX3. I ain't got a MX3 server at hand so I cannot really check it.
    Attached image
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Sep 2017
    Posts
    123
    Thanks given
    47
    Thanks received
    63
    Rep Power
    72
    Quote Originally Posted by Kris View Post
    In 718 (and pre-718) it's this:
    player.getPackets().sendGlobalConfig(1320, complexity);

    I'd assume it's the same on MX3. I ain't got a MX3 server at hand so I cannot really check it.
    Rights, i will try this, thanks for the help
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Nov 2015
    Age
    24
    Posts
    1,980
    Thanks given
    334
    Thanks received
    1,051
    Rep Power
    5000
    voila
    Code:
    player.getPackets().sendCSVarInteger(1183, party == null ? 0 : party.getComplexity());
    player.getPackets().sendCSVarInteger(2226, party == null ? 0 : party.getComplexity());
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Sep 2017
    Posts
    123
    Thanks given
    47
    Thanks received
    63
    Rep Power
    72
    Quote Originally Posted by tommeh View Post
    voila
    Code:
    player.getPackets().sendCSVarInteger(1183, party == null ? 0 : party.getComplexity());
    player.getPackets().sendCSVarInteger(2226, party == null ? 0 : party.getComplexity());
    Thanks, man that worked, also could to tell me how you find the specific vars?
    Reply With Quote  
     

  8. #8  
    Registered Member

    Join Date
    Nov 2015
    Age
    24
    Posts
    1,980
    Thanks given
    334
    Thanks received
    1,051
    Rep Power
    5000
    Quote Originally Posted by aNamedSoul View Post
    Thanks, man that worked, also could to tell me how you find the specific vars?
    well you could loop through them until you find the right one or just dump it directly from rs which i prefer to do
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Sep 2017
    Posts
    123
    Thanks given
    47
    Thanks received
    63
    Rep Power
    72
    Quote Originally Posted by tommeh View Post
    well you could loop through them until you find the right one or just dump it directly from rs which i prefer to do
    I don't wanna be asking too many questions over this thread but how do you dumb them and when they are dumped how do you find them?
    Reply With Quote  
     

  10. #10  
    Registered Member

    Join Date
    Nov 2015
    Age
    24
    Posts
    1,980
    Thanks given
    334
    Thanks received
    1,051
    Rep Power
    5000
    Quote Originally Posted by aNamedSoul View Post
    I don't wanna be asking too many questions over this thread but how do you dumb them and when they are dumped how do you find them?
    make a deob, find the var packets and print the values
    Reply With Quote  
     

Page 1 of 2 12 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. Quest Open Interface help...
    By 0v3rc0m3 in forum Help
    Replies: 11
    Last Post: 02-01-2009, 11:54 PM
  2. teleport interface help
    By Bmxican in forum Help
    Replies: 2
    Last Post: 01-09-2009, 02:03 AM
  3. New interface help
    By Magers in forum Help
    Replies: 0
    Last Post: 12-01-2008, 12:46 AM
  4. item in interface help plz
    By garaa447 in forum Help
    Replies: 0
    Last Post: 11-25-2008, 02:51 AM
  5. [508] item on interfaces help
    By tinosk in forum Requests
    Replies: 7
    Last Post: 10-31-2008, 06:17 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
  •