Thread: Noting items won't work.

Results 1 to 3 of 3
  1. #1 Noting items won't work. 
    Registered Member
    Join Date
    Jun 2012
    Posts
    84
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    When a player accesses the bank and clicks on the note item button then withdraws an item, it doesn't come out as a note. Please help; all help is appreciated. Ask me if you need me to provide anything.
    Thanks.
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Nov 2011
    Posts
    491
    Thanks given
    23
    Thanks received
    66
    Rep Power
    86
    Check that the item is noteable. If it is try to change the note button in ClickingButtons.java
    Reply With Quote  
     

  3. #3  
    Donator

    Jason's Avatar
    Join Date
    Aug 2009
    Posts
    6,092
    Thanks given
    2,402
    Thanks received
    2,823
    Rep Power
    4550
    What is the button Id? If you don't know the actionButtonId, right after it declares what the variable actionButtonId is, call the method sendMessage("Action button id: "+actionButtonId); and it will tell you what you've just clicked. Search for ClickingButtons.java for that id in the switch case, if it doesn't exist create a new case that handles that button id, like
    Code:
    case 12345:
           //method
    break;
    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. Noting items/ opening PI .dat files
    By Most Dope in forum Help
    Replies: 5
    Last Post: 07-08-2012, 07:52 AM
  2. [PI]noting items problem [help]
    By godlydds in forum Help
    Replies: 6
    Last Post: 06-05-2012, 08:30 AM
  3. [508/525] Bank Noting/Un noting
    By surreal in forum Requests
    Replies: 0
    Last Post: 12-05-2010, 08:27 PM
  4. Noting costom items
    By Xot Tzox in forum Help
    Replies: 10
    Last Post: 06-09-2010, 10:00 AM
  5. Replies: 19
    Last Post: 07-15-2009, 10:36 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
  •