Thread: Subscribe for more content interface

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Subscribe for more content interface 
    Registered Member
    Join Date
    Nov 2010
    Posts
    42
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    I was wondering if someone could help me with an issue I am having implementing an interface in. It is interface 1066, the Subscribe for More Content interface. I want to change the text on the buttons that are the Subscribe Now and More Info buttons. Anyone know how to do it? The component ids i got didn't seem to work. Thanks in advance.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jun 2012
    Posts
    1,063
    Thanks given
    119
    Thanks received
    199
    Rep Power
    0
    Maybe it's the sprite it's self with the text on it.
    Wild guess.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2010
    Posts
    42
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Checked the sprites completely. None of them exist in sprites. I think I just am getting the wrong button ids. If someone can get me the correct ones for a 718 server, that would be great.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Nov 2010
    Posts
    42
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Anyone know a fix for this? I am referring to the interface in this post

    http://www.rune-server.org/runescape...interface.html

    It just doesn't seem to work for 718.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Dec 2011
    Age
    28
    Posts
    1,323
    Thanks given
    146
    Thanks received
    151
    Rep Power
    0
    Ingame do ::inter 1066 and see it that's yours. If it is do ::inters 1066 and then it'll show you the component ids. Just incase you have them wrong.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Nov 2010
    Posts
    42
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    I did that and I got the component id for the buttons that I want to change but for some reason, the component ids that is given in the game don't seem to work. If anyone could help me get this to work, it would be great.
    Reply With Quote  
     

  7. #7  
    The Emperor of the Sands

    Azir's Avatar
    Join Date
    Nov 2008
    Posts
    2,466
    Thanks given
    8
    Thanks received
    487
    Rep Power
    117
    could make a new spirit for it not so hard lol


    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Nov 2010
    Posts
    42
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    I can't seem to find the old sprites to replace though. Would you by any chance know which sprites are the buttons?
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Nov 2010
    Posts
    42
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Still needing help on this. Thanks.
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    May 2011
    Age
    29
    Posts
    2,246
    Thanks given
    2,469
    Thanks received
    1,120
    Rep Power
    943
    Quote Originally Posted by spacebarr View Post
    Still needing help on this. Thanks.
    When all else fails, IComponentDefinition.java



    Code:
    	if(aString1212.equalsIgnoreCase("Subscribe Now!")) 
    					aString1212 = aString1212.replace("Subscribe Now!", "Rune");
    				
    				if(aString1212.equalsIgnoreCase("More Info")) 
    					aString1212 = aString1212.replace("More Info", "Server");
    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. RS Channel - subscribe?
    By TraeWallace in forum Chat
    Replies: 0
    Last Post: 05-09-2011, 03:12 AM
  2. Interface content
    By Mr Reece in forum Help
    Replies: 2
    Last Post: 03-26-2011, 06:50 AM
  3. Subscribe <3
    By Hooligan in forum Media
    Replies: 0
    Last Post: 06-08-2010, 02:59 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
  •