Thread: "Enter amount:" Interface and reading entered values

Results 1 to 5 of 5
  1. #1 "Enter amount:" Interface and reading entered values 
    Registered Member
    Join Date
    Jul 2013
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Hello everybody,

    I'm busy coding a skill-resetter NPC for my RSPS, and I need some help getting the interface up for "Enter amount:" where players can fill in an integer.
    Also I would like to know how to read the input value.
    I found this when looking on the internet but it doesn't bring up anything:
    Code:
    c.getOutStream().createFrame(27);
    Thanks in advance!..
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2013
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    bump.. please help ?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Zivik's Avatar
    Join Date
    Oct 2007
    Age
    28
    Posts
    4,421
    Thanks given
    891
    Thanks received
    1,527
    Rep Power
    3285
    Frame 27 is what's used to open the input box, so if that doesn't work then I'm not sure what your issue is.

    To get the input from the box you probably have a class called "BankX2". In there handles that packet, and from there it should be self explanatory on how to receive input.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2013
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Zivik View Post
    Frame 27 is what's used to open the input box, so if that doesn't work then I'm not sure what your issue is.

    To get the input from the box you probably have a class called "BankX2". In there handles that packet, and from there it should be self explanatory on how to receive input.
    Alright I'm gonna check out class BankX2 and get you guys updated, thanks a lot.
    Reply With Quote  
     

  5. #5  
    Member
    Join Date
    Nov 2016
    Posts
    86
    Thanks given
    44
    Thanks received
    14
    Rep Power
    0
    Search for
    Code:
    method73
    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. [PI] Enter amount: interface
    By n10si t in forum Help
    Replies: 4
    Last Post: 07-23-2012, 08:02 PM
  2. Enter Amount Interface!
    By Moronic in forum Help
    Replies: 8
    Last Post: 07-12-2010, 12:12 AM
  3. Entered amount
    By Icy Whip in forum Help
    Replies: 0
    Last Post: 04-17-2010, 09:44 AM
  4. Enter Amount
    By Nikita in forum Help
    Replies: 2
    Last Post: 09-04-2009, 10:23 PM
  5. [508]Enter amount actionsender id?
    By Encouragin in forum Requests
    Replies: 0
    Last Post: 10-02-2008, 04:45 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
  •