Thread: How do I write text on interfaces? [PI-REP]

Results 1 to 9 of 9
  1. #1 How do I write text on interfaces? [PI-REP] 
    Banned

    Join Date
    Jul 2011
    Age
    30
    Posts
    745
    Thanks given
    2,207
    Thanks received
    451
    Rep Power
    0
    This is the last thing in my quest tab that need's doing, I have spent years asking around for the helpful helpfulness that resigns in Rune-Server users.

    I need to be able to write text on this interface (ID = 11942 - Range Guild Window)


    If these methods help in any way, shape and/or form...


    PlayerAssistance class (Were the quest tab text is being handled, under log in text)
    Code:
    		sendFrame126("@blu@    Staff Members", 7334);						//Staff List
    		sendFrame126("@blu@    Official Rules", 7336);						//Rules
    		sendFrame126("@blu@    Options", 7344);							//Options
    		sendFrame126("@blu@    Options", 7348);								//Options
    ClickingButtons class (were the interface statements are being handed, under ClickingButtons implements PacketType)
    Code:
    //Opens STAFF MEMBERS interface
    			case 28166:
    				c.getPA().showInterface(11942);
    			break;
    
    //Opens OFFICIAL RULES interface
    			case 28168:
    				c.getPA().showInterface(11942);
    			break;
    
    //Opens REGULAR DONATOR OPTIONS interface
    			case 28176:
    				c.getPA().showInterface(11942);
    			break;
    
    case 28180:
    				c.getPA().showInterface(11942);
    			break;
    They are all the right cases and actionIDs, I just need to know how I would add text to these interfaces
    Rep included, thnx in advance
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jul 2008
    Posts
    3,523
    Thanks given
    188
    Thanks received
    696
    Rep Power
    0
    you cant write on that interface unless you add text childs to the interface itself...
    Reply With Quote  
     

  3. #3  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    Use the interfaces that is used for quests as your interface as it comes with text childs
    Reply With Quote  
     

  4. #4  
    Legit Rank
    Bermuda's Avatar
    Join Date
    Aug 2009
    Posts
    1,463
    Thanks given
    380
    Thanks received
    298
    Rep Power
    2320
    Quote Originally Posted by Ambient View Post
    No need for the mate, googled, nothing.
    Do as Badger said

    Ignore that Josh guy. All his posts are meaningless and more like spam..
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Registered Member
    thim slug's Avatar
    Join Date
    Nov 2010
    Age
    28
    Posts
    4,132
    Thanks given
    1,077
    Thanks received
    1,137
    Rep Power
    5000
    Yes, you need to add to the interface, did you make it?
    Reply With Quote  
     

  7. #6  
    Banned

    Join Date
    Jun 2009
    Posts
    2,916
    Thanks given
    169
    Thanks received
    806
    Rep Power
    0
    get the correct frames @ no troll
    Reply With Quote  
     

  8. #7  
    Banned

    Join Date
    Jul 2011
    Age
    30
    Posts
    745
    Thanks given
    2,207
    Thanks received
    451
    Rep Power
    0
    Quote Originally Posted by T1G3R View Post
    Yes, you need to add to the interface, did you make it?
    I didn't make the interface, hard codded into it. And how do I add to the interface?
    People said text childs, google it and nothing
    Reply With Quote  
     

  9. #8  
    Registered Member
    thim slug's Avatar
    Join Date
    Nov 2010
    Age
    28
    Posts
    4,132
    Thanks given
    1,077
    Thanks received
    1,137
    Rep Power
    5000
    Add me on msn, stupid talking over rune-server, [email protected]
    Reply With Quote  
     

  10. Thankful user:


  11. #9  
    Banned

    Join Date
    Jul 2011
    Age
    30
    Posts
    745
    Thanks given
    2,207
    Thanks received
    451
    Rep Power
    0
    Quote Originally Posted by T1G3R View Post
    Add me on msn, stupid talking over rune-server, [email protected]
    God bless you mate, sent you an invitation
    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. need help changing text on interfaces
    By Affliction in forum Help
    Replies: 4
    Last Post: 07-27-2009, 02:57 PM
  2. [non renamed] add clickable text [for interfaces]
    By Robin Spud in forum Snippets
    Replies: 8
    Last Post: 07-07-2009, 07:39 PM
  3. Centering text on interfaces.
    By 35518 in forum Help
    Replies: 4
    Last Post: 05-16-2009, 05:32 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
  •