Thread: [718] tab with hinticon

Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1 [718] tab with hinticon 
    Registered Member
    Join Date
    Sep 2016
    Posts
    32
    Thanks given
    6
    Thanks received
    0
    Rep Power
    11
    guys, can i put a mark to a certain tab? example:

    I can do this:

    image

    but, i want the flashing on the red marking:

    image

    please help me.
    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
    Quote Originally Posted by strykedink View Post
    guys, can i put a mark to a certain tab? example:

    I can do this:

    image

    but, i want the flashing on the red marking:

    image

    please help me.
    That config was made for tabs only. Not possible to do easily from what I know.
    Project thread
    Reply With Quote  
     

  3. #3  
    Respected Member


    Kris's Avatar
    Join Date
    Jun 2016
    Age
    26
    Posts
    3,638
    Thanks given
    820
    Thanks received
    2,642
    Rep Power
    5000
    Clem is correct, the config is only made for every single tab, not for what's within the tabs. Jagex described the within context through simple English when players were on tutorial island, E.g. "Open the Settings tab displayed with the yellow marking" once done: "Here you can find different Settings you may switch to your preference, you can try some out if you'd like." or something in the lines of this. However the config itself was never made for it.

    Oh and my bad, the config actually extends a little bit further than tabs, but nowhere near as much detail as you're requesting (summoning tab too afaik).
    Reply With Quote  
     

  4. Thankful user:


  5. #4  
    Registered Member
    Join Date
    Sep 2016
    Posts
    32
    Thanks given
    6
    Thanks received
    0
    Rep Power
    11
    How I wanted it, but thanks guys!!!!!!!!!!!!!!!!!!!!
    Reply With Quote  
     

  6. #5  
    Registered Member
    Stimulant's Avatar
    Join Date
    Jan 2013
    Age
    27
    Posts
    1,457
    Thanks given
    248
    Thanks received
    187
    Rep Power
    578
    player.getPackets().sendHintIcon.. I think
    Reply With Quote  
     

  7. #6  
    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 Novite View Post
    player.getPackets().sendHintIcon.. I think
    You have no clue whatsoever what it does, do you? >.>
    That sends a hint icon on a NPC in the world, not to a certain point in the client.
    Reply With Quote  
     

  8. Thankful user:


  9. #7  
    Registered Member
    Stimulant's Avatar
    Join Date
    Jan 2013
    Age
    27
    Posts
    1,457
    Thanks given
    248
    Thanks received
    187
    Rep Power
    578
    Quote Originally Posted by Eldritch View Post
    You have no clue whatsoever what it does, do you? >.>
    That sends a hint icon on a NPC in the world, not to a certain point in the client.
    I said "I think", anyways its a VarBit you need to send strykedink.
    Reply With Quote  
     

  10. #8  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    Quote Originally Posted by Novite View Post
    I said "I think", anyways its a VarBit you need to send strykedink.
    Which as I explained wouldn't work in that given situation. Don't just look at the picture.
    Project thread
    Reply With Quote  
     

  11. Thankful user:


  12. #9  
    Registered Member
    Join Date
    Sep 2016
    Posts
    32
    Thanks given
    6
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Novite View Post
    I said "I think", anyways its a VarBit you need to send strykedink.
    the guys said, cant do what I want, put a point in a certain tab...

    i don't know how work with VarBit, sendGlobalConfig, sendConfig, sendConfigByFile... There everything is even harder.
    Reply With Quote  
     

  13. #10  
    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 strykedink View Post
    the guys said, cant do what I want, put a point in a certain tab...

    i don't know how work with VarBit, sendGlobalConfig, sendConfig, sendConfigByFile... There everything is even harder.
    Long story short, you cannot point the arrow at any place you want, but rather only at the spots where it has been implemented to point at (tabs, orbs).
    By the way, a varbit is the very same thing as a configByFile, different name given to it simply.
    I can give you a small explanation of what they are and do..
    All varps, varbits and global configs only affect the certain player who's having them being sent right now.
    There aren't too many global configs in the 718 cache, maybe around 2000? If I'm not mistake.
    There are approximately 4000-5000 varps in the 718 cache.
    & Lastly, there are approximately ~15000 varbits in the 718 cache (May be wrong here, basing this off of 742 cache which i used to work on which had about 17-18k;

    Different varbits, varps and global configs do different things. Some of the modify interfaces (For example hide or show a part of an interface, send certain pre-set items on an interface, modify the pre-made texts on an interface) etc, some modify the objects for the certain PLAYER only, not to everyone. A great example of this is farming, in which the object's appearance gets only changed for the given player, this is strictly done through varbits and varps. There are also some varps/varbits/global configs that hide/show npcs for the player, these are mainly used in regarding quests in RuneScape (For example the Ghosts f2p quest in RuneScape (Lumbridge graveyard) - At certain point of the quest, a ghost will appear for the player, but not anyone else - this is strictly being done by sending the correct varbit/varp/global config).

    Basically, there are no limitations as to what these can do, however as the names suggest, they're rather grouped up - global configs rather do the "biggest" modifications, configs also do "big" modifications and configByFiles do minor adjustments.

    Not sure how much better I can really put this, if anyone can help me out with wording this shit in an easy way so that the players can actually understand and not have to read a scientific journal, would be grateful.
    Reply With Quote  
     

  14. Thankful user:


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. Replies: 132
    Last Post: 07-27-2010, 05:13 PM
  2. Replies: 4
    Last Post: 03-27-2010, 03:36 PM
  3. Open tabs with hotkeys.
    By cocoa in forum Tutorials
    Replies: 35
    Last Post: 02-05-2010, 07:24 AM
  4. RELEASED: The real Emote tab with scrollbar!
    By Harry in forum Tutorials
    Replies: 129
    Last Post: 08-10-2009, 08:14 AM
  5. Opening Tabs with Words.
    By Vastiko in forum Tutorials
    Replies: 6
    Last Post: 08-29-2008, 08:55 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
  •