Thread: Changing text on interface - Hyperion

Results 1 to 4 of 4
  1. #1 Changing text on interface - Hyperion 
    Registered Member

    Join Date
    Feb 2009
    Age
    24
    Posts
    2,851
    Thanks given
    90
    Thanks received
    216
    Discord
    View profile
    Rep Power
    675
    Does anyone have the ActionSender for changing the text on an interface on Hyperion? I tried copying it from a content driven base but had no luck.
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Feb 2009
    Age
    24
    Posts
    2,851
    Thanks given
    90
    Thanks received
    216
    Discord
    View profile
    Rep Power
    675
    Bump, I need this.
    Reply With Quote  
     

  3. #3  
    🍥🍥🍥


    Join Date
    Dec 2008
    Age
    25
    Posts
    1,709
    Thanks given
    664
    Thanks received
    293
    Rep Power
    621
    Code:
        /**
         * Sends a string.
         * @param id The interface id.
         * @param string The string.
         * @return The action sender instance, for chaining.
         * Sendquest  send quest
         */
        public ActionSender sendString(String string, int id) {
            PacketBuilder bldr = new PacketBuilder(126, Type.VARIABLE_SHORT);
            bldr.putRS2String(string);
            bldr.putShortA(id);
            player.write(bldr.toPacket());
            return this;
        }
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Feb 2009
    Age
    24
    Posts
    2,851
    Thanks given
    90
    Thanks received
    216
    Discord
    View profile
    Rep Power
    675
    I'd already got it, but thankyou anyway.
    Rep'd.
    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. Changing the text.
    By jameskmonger in forum Requests
    Replies: 2
    Last Post: 12-23-2010, 06:17 PM
  2. Replies: 6
    Last Post: 11-25-2009, 04:08 PM
  3. [508] changing welcome text
    By Ninja assassin in forum Help
    Replies: 8
    Last Post: 09-26-2009, 07:13 PM
  4. Help with changing text REP++
    By Lochieee in forum Help
    Replies: 3
    Last Post: 02-07-2009, 09:11 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
  •