Thread: [PI] Changing Text at top left screen

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 [PI] Changing Text at top left screen 
    Registered Member Equity's Avatar
    Join Date
    Aug 2013
    Posts
    388
    Thanks given
    57
    Thanks received
    15
    Rep Power
    15
    Hi, Anyone know how I can change the text at the top left of the screen. Show here as I hover my mouse over the cook's assistant line (Retexted to community forums)



    Any help is appreciated!


    EDIT:

    I figured out how to do this!
    If you with to learn this,
    Add my Skype: Lynxcan

    Media:


    Ignore my character, I changed clients and need to edit a few ID's.
    Reply With Quote  
     

  2. #2  
    Registered Member BryceTheCoder's Avatar
    Join Date
    Aug 2008
    Posts
    740
    Thanks given
    21
    Thanks received
    24
    Rep Power
    27
    Bump, becuase I would love to change this also.

    Advertise your RSPS cheap on my website: www.BryceBux.com

    ^ PM me and I will give you a few dollars for FREE on my website for advertisements ^
    Reply With Quote  
     

  3. #3  
    ~Axium Developer~ || Coming soon!

    Join Date
    Nov 2012
    Posts
    138
    Thanks given
    4
    Thanks received
    8
    Rep Power
    17
    This is client sided i do believe..... I think you need to find the button id then add the button in your RSInterface.java and change the text that way. Im not sure though
    addHoverButton(32002, "Interfaces/Donor/Button", 0, 34, 47, "Teleport!", -1, 32003, 1);
    --------------------------------------------------------------------------------^this is the words in the corner
    Reply With Quote  
     

  4. #4  
    Registered Member Equity's Avatar
    Join Date
    Aug 2013
    Posts
    388
    Thanks given
    57
    Thanks received
    15
    Rep Power
    15
    Quote Originally Posted by hipster View Post
    This is client sided i do believe..... I think you need to find the button id then add the button in your RSInterface.java and change the text that way. Im not sure though
    addHoverButton(32002, "Interfaces/Donor/Button", 0, 34, 47, "Teleport!", -1, 32003, 1);
    --------------------------------------------------------------------------------^this is the words in the corner
    Still need more help with this. =\
    Reply With Quote  
     

  5. #5  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    you just need to change the tooltip

    you can do something like

    if (tooltip.equals("cook's...")) {
    tooltip = "something else;
    }

    in the unpack method
    Reply With Quote  
     

  6. #6  
    Donator


    Join Date
    Mar 2011
    Posts
    2,350
    Thanks given
    1,193
    Thanks received
    824
    Rep Power
    856
    Quote Originally Posted by Harlan View Post
    you just need to change the tooltip

    you can do something like

    if (tooltip.equals("cook's...")) {
    tooltip = "something else;
    }

    in the unpack method
    can't you just find the frame id and edit it via frame126
    Reply With Quote  
     

  7. #7  
    Registered Member HybridLegacy's Avatar
    Join Date
    Sep 2013
    Posts
    20
    Thanks given
    10
    Thanks received
    0
    Rep Power
    11
    Or edit the interfaces.jag and do it correctly. and then repack it.
    Reply With Quote  
     

  8. #8  
    Donator


    Join Date
    Mar 2011
    Posts
    2,350
    Thanks given
    1,193
    Thanks received
    824
    Rep Power
    856
    Quote Originally Posted by HybridLegacy View Post
    Or edit the interfaces.jag and do it correctly. and then repack it.
    i wouldn't want to do that that various times if the text were to change.
    Reply With Quote  
     

  9. #9  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    Quote Originally Posted by Pegasus View Post
    can't you just find the frame id and edit it via frame126
    that modifies the text

    the tooltip is different
    Reply With Quote  
     

  10. #10  
    Registered Member Equity's Avatar
    Join Date
    Aug 2013
    Posts
    388
    Thanks given
    57
    Thanks received
    15
    Rep Power
    15
    Quote Originally Posted by Pegasus View Post
    i wouldn't want to do that that various times if the text were to change.
    Can I add you on Skype?
    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. (PI) Changing text on login?
    By BradHowes in forum Help
    Replies: 2
    Last Post: 01-20-2011, 02:35 AM
  2. [PI] Changing teleport text in mage book.
    By yeoldhag in forum Help
    Replies: 0
    Last Post: 10-02-2010, 11:44 PM
  3. Replies: 0
    Last Post: 08-28-2010, 04:43 AM
  4. changing the system tray/top left corner image?
    By sylas in forum Application Development
    Replies: 1
    Last Post: 09-13-2009, 11:23 PM
  5. Adding players online at top screen
    By blood rush20 in forum Tutorials
    Replies: 24
    Last Post: 07-30-2009, 07:25 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
  •