Thread: GWD Killcount Interface with Zaros Killcount ID?

Results 1 to 7 of 7
  1. #1 GWD Killcount Interface with Zaros Killcount ID? 
    Registered Member
    Ebp90's Avatar
    Join Date
    Apr 2018
    Posts
    238
    Thanks given
    18
    Thanks received
    158
    Rep Power
    878
    Does anyone know it? This is for 667.

    Attached image
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Nov 2015
    Age
    24
    Posts
    1,980
    Thanks given
    334
    Thanks received
    1,051
    Rep Power
    5000
    you just have to unhide a certain component to make the interface show the zaros kc
    Reply With Quote  
     

  3. #3  
    Registered Member
    Ebp90's Avatar
    Join Date
    Apr 2018
    Posts
    238
    Thanks given
    18
    Thanks received
    158
    Rep Power
    878
    Quote Originally Posted by Tommeh View Post
    you just have to unhide a certain component to make the interface show the zaros kc
    Any idea what I would say to unhide it?
    Reply With Quote  
     

  4. #4  
    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 GeneralReposti View Post
    Any idea what I would say to unhide it?
    if you're using matrix, it would probably be something like
    Code:
    player.getPackets().sendHideIComponent(interface, component, hidden);
    Reply With Quote  
     

  5. #5  
    Registered Member
    Ebp90's Avatar
    Join Date
    Apr 2018
    Posts
    238
    Thanks given
    18
    Thanks received
    158
    Rep Power
    878
    Quote Originally Posted by Tommeh View Post
    if you're using matrix, it would probably be something like
    Code:
    player.getPackets().sendHideIComponent(interface, component, hidden);
    I've tried the all the unused components, 0,1, 7, 12 and nothing happens....13+ crash my client. Any ideas?

    Code:
     player.getPackets().sendHideIComponent(601, 12, false);
    Reply With Quote  
     

  6. #6  
    Registered Member
    Incendiary's Avatar
    Join Date
    Jul 2009
    Posts
    348
    Thanks given
    94
    Thanks received
    43
    Rep Power
    160
    Code:
    player.getPackets().sendRunScript(1171);
    player.getPackets().sendConfig(1058, bandos_kc | zammy_kc << 12);
    player.getPackets().sendConfig(1048, sara_kc * 128 | arma_kc << 19);
    player.getPackets().sendConfig(2040, zaros_kc);
    Send the script to show the zaros kc, configs to set the kc values.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Ebp90's Avatar
    Join Date
    Apr 2018
    Posts
    238
    Thanks given
    18
    Thanks received
    158
    Rep Power
    878
    Quote Originally Posted by Incendiary View Post
    Code:
    player.getPackets().sendRunScript(1171);
    player.getPackets().sendConfig(1058, bandos_kc | zammy_kc << 12);
    player.getPackets().sendConfig(1048, sara_kc * 128 | arma_kc << 19);
    player.getPackets().sendConfig(2040, zaros_kc);
    Send the script to show the zaros kc, configs to set the kc values.
    Thanks a bunch guys, I would have never figured that out myself.
    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: 4
    Last Post: 09-24-2016, 04:08 AM
  2. Godwars interface "Zaros killcount: ##"
    By Makar in forum Requests
    Replies: 24
    Last Post: 09-22-2014, 12:24 PM
  3. New Godwars killcount interface id 742
    By runechamp in forum Requests
    Replies: 12
    Last Post: 01-16-2014, 12:17 AM
  4. [PI] GWD Killcount interface
    By daone11 in forum Help
    Replies: 1
    Last Post: 09-04-2010, 12:57 AM
  5. [508 Pali]Godwars Killcount Interface
    By hackerzisle in forum Help
    Replies: 4
    Last Post: 12-30-2009, 06:06 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
  •