Thread: Hiding Attack Styles

Results 1 to 4 of 4
  1. #1 Hiding Attack Styles 
    Registered Member
    Join Date
    May 2015
    Posts
    158
    Thanks given
    52
    Thanks received
    5
    Rep Power
    11
    I'm trying to do what runelite does where they have the option to hide specific attack styles. (Such as defence for pures)

    How would I check what weapons have certain attack styles so I can hide them.

    Attached image
    Reply With Quote  
     

  2. #2  
    Registered Member KingKenobi's Avatar
    Join Date
    Aug 2018
    Posts
    100
    Thanks given
    25
    Thanks received
    10
    Rep Power
    36
    go on Debug to find the componnent/interface ID

    add in whatever how you want this setting to be on and off

    false show the component and true Hide it.

    player.getPackets().sendHideIComponent(Interface ID, Comp ID, true);

    player.getPackets().sendHideIComponent(Interface ID, Comp ID, false);
    Attached image
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2015
    Posts
    158
    Thanks given
    52
    Thanks received
    5
    Rep Power
    11
    Quote Originally Posted by KingKenobi View Post
    go on Debug to find the componnent/interface ID

    add in whatever how you want this setting to be on and off

    false show the component and true Hide it.

    player.getPackets().sendHideIComponent(Interface ID, Comp ID, true);

    player.getPackets().sendHideIComponent(Interface ID, Comp ID, false);
    I don't need this.

    Read: https://github.com/runelite/runelite/wiki/Attack-Styles
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Dec 2009
    Posts
    774
    Thanks given
    367
    Thanks received
    455
    Rep Power
    927
    That's stored in cs2.
    link removed
    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. Replies: 60
    Last Post: 11-09-2008, 06:16 AM
  2. Attack Style Interfaces
    By Shamon King in forum Tutorials
    Replies: 15
    Last Post: 07-10-2008, 07:32 AM
  3. How to make the Dark Bow use the Range attack styles.
    By Mr Blah Man in forum Tutorials
    Replies: 10
    Last Post: 03-11-2008, 07:53 AM
  4. How to make the Dark Bow use the Range attack styles.
    By Mr Blah Man in forum Tutorials
    Replies: 18
    Last Post: 03-08-2008, 10:53 AM
  5. Wepon attack style ids?
    By boned in forum Tutorials
    Replies: 4
    Last Post: 02-17-2008, 07:12 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
  •