Thread: 718 Adding a Navigation bar / cache editing

Results 1 to 6 of 6
  1. #1 718 Adding a Navigation bar / cache editing 
    Registered Member
    Join Date
    May 2016
    Posts
    384
    Thanks given
    52
    Thanks received
    35
    Rep Power
    29
    Wondering how I can add a navigation bar with hovering settings and working button handling to a 718 loading 732 cache.
    The navigation bar's size changes depending on the screen size settings, longer on resizeable, custom size on fixed.
    I have near no experience with cache editing.

    Also wondering how I can change icons; for example, the inventory icon: (looking for the sprite id for the squeal of fortune slot in particular)


    example of hovering highlighting:


    goal:


    currently:
    Reply With Quote  
     

  2. #2  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    https://www.rune-server.org/runescap...-bar-varp.html

    And for the inv icon, you can use the "sendSpriteOnWidget/sendSpriteOnIComponent" packet.
    Project thread
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2016
    Posts
    384
    Thanks given
    52
    Thanks received
    35
    Rep Power
    29
    Quote Originally Posted by clem585 View Post
    https://www.rune-server.org/runescap...-bar-varp.html

    And for the inv icon, you can use the "sendSpriteOnWidget/sendSpriteOnIComponent" packet.
    I don't understand. I thought the nav bar didnt exist in 718s, I thought you had to manually edit the interface or something.
    I do have the navigation bar option in graphics settings, but it says "n/a"
    I tried using the varp, but it did nothing.
    Reply With Quote  
     

  4. #4  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    Quote Originally Posted by Java100 View Post
    I don't understand. I thought the nav bar didnt exist in 718s, I thought you had to manually edit the interface or something.
    I do have the navigation bar option in graphics settings, but it says "n/a"
    I tried using the varp, but it did nothing.
    Different varp then, you could try sending a bunch near that id.
    Project thread
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    May 2016
    Posts
    384
    Thanks given
    52
    Thanks received
    35
    Rep Power
    29
    Quote Originally Posted by clem585 View Post
    Different varp then, you could try sending a bunch near that id.
    Code:
    	for (int i = 0; i < 5000; i++){ //2527
    					player.getVarsManager().sendVar(i, 1);
    				}
    Nothing, lol. Just confirming
    Code:
    player.getVarsManager().sendVar(2527, 1);
    is the correct way of sending it correct?
    Reply With Quote  
     

  6. #6  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    Quote Originally Posted by Java100 View Post
    Code:
    	for (int i = 0; i < 5000; i++){ //2527
    					player.getVarsManager().sendVar(i, 1);
    				}
    Nothing, lol. Just confirming
    Code:
    player.getVarsManager().sendVar(2527, 1);
    is the correct way of sending it correct?
    It is but it's just not in your cache I think. Sorry, didn't read the part about it not being present in 718. Since X loading X revision are often not well done, you probably don't have the configs to make it work.
    Project thread
    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. 718 cache edit
    By helpMe in forum Help
    Replies: 0
    Last Post: 06-05-2013, 09:48 AM
  2. Cache editing sprites Citellum [718]
    By kikkok in forum Help
    Replies: 2
    Last Post: 05-22-2013, 01:18 AM
  3. Adding a special bar to weapons [Help] 718
    By revert45 in forum Help
    Replies: 2
    Last Post: 03-20-2013, 05:19 AM
  4. Adding a special bar to weapons [Help] 718
    By revert45 in forum Help
    Replies: 5
    Last Post: 02-01-2013, 01:01 AM
  5. 718/723 Cache Edit
    By kingcobra805 in forum Buying
    Replies: 4
    Last Post: 10-21-2012, 05:40 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
  •