Thread: Dementhium Close Interface Scroll Chatbox?

Results 1 to 5 of 5
  1. #1 Dementhium Close Interface Scroll Chatbox? 
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,819
    Thanks received
    1,767
    Rep Power
    2438
    Using my amazing debugging skills, I figured out it was this code:

    Code:
    public static void closeInterface(Player player, int window, int tab) {
    		MessageBuilder bldr = new MessageBuilder(54);
    		bldr.writeShort(0);
    		bldr.writeInt(window << 16 | tab);
    		player.getConnection().write(bldr.toMessage());
    		player.sendMessage("y");
    	}
    What's wrong with it?
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

  2. #2  
    I'm Back

    Stewie's Avatar
    Join Date
    Jul 2008
    Age
    29
    Posts
    7,987
    Thanks given
    1,877
    Thanks received
    1,491
    Rep Power
    5000
    http://www.rune-server.org/runescape...olling-up.html

    May be for rs2hd. But Dementhium and RS2HD are similar in design..


    Reply With Quote  
     

  3. #3  
    Registered Member
    bracket's Avatar
    Join Date
    Aug 2009
    Posts
    5,278
    Thanks given
    1,059
    Thanks received
    1,465
    Rep Power
    5000
    Quote Originally Posted by Grizzly Bear View Post
    http://www.rune-server.org/runescape...olling-up.html

    May be for rs2hd. But Dementhium and RS2HD are similar in design..
    For 525 its just the child id that is incorrect in the sendChatboxInterface wich causes the scrolling up lol..
    Reply With Quote  
     

  4. #4  
    Registered Member
    Incendiary's Avatar
    Join Date
    Jul 2009
    Posts
    348
    Thanks given
    94
    Thanks received
    43
    Rep Power
    160
    There's nothing wrong with it, it are most likely the send and close chatbox methods just like rs2hd.
    Code:
    	public static void sendChatboxInterface(Player player, int childId) {
    		ActionSender.sendInterface(player, 0, 752, 11, childId);
    	}
    
    	public static void sendCloseChatBox(Player player) {
    		ActionSender.closeInterface(player, 752, 11);
    	}
    Those work fine for me.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,819
    Thanks received
    1,767
    Rep Power
    2438
    None of those worked.
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    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. Scroll Interface
    By Bennyaka in forum Help
    Replies: 6
    Last Post: 04-19-2011, 12:01 PM
  2. ChatBox Scroll up glitch fix
    By XJCX in forum Snippets
    Replies: 2
    Last Post: 06-04-2010, 02:23 AM
  3. Scroll interface ID
    By Maffchew in forum Requests
    Replies: 2
    Last Post: 11-15-2009, 02:33 PM
  4. Do we close chatBox incorrectly?
    By Vastiko in forum Help
    Replies: 26
    Last Post: 06-04-2009, 11:32 PM
  5. Making scroll in chatbox
    By Dexter Morgan in forum Help
    Replies: 1
    Last Post: 04-22-2009, 09:14 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
  •