Thread: Banking Interface 'Wear' Option

Results 1 to 2 of 2
  1. #1 Banking Interface 'Wear' Option 
    Registered Member
    Join Date
    Apr 2014
    Posts
    89
    Thanks given
    26
    Thanks received
    6
    Rep Power
    11
    Fixed.

    (Not what @GlamourGirl said, there's a easier way)
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Sep 2015
    Age
    24
    Posts
    532
    Thanks given
    68
    Thanks received
    115
    Rep Power
    414
    Uhmm I guess you can make a boolean method to check if the player is opening bank
    then make something like this
    Code:
    public void sendWearOption() {
    player.getPackets().sendItemOption("Wear", 2, false);
    }
    then make like if player is opening bank

    Code:
    sendWearOption();
    ^ that goes under the openbank method
    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. Start of New Bank Interface
    By Galkon in forum Show-off
    Replies: 21
    Last Post: 07-24-2009, 03:51 PM
  2. Replies: 3
    Last Post: 07-18-2009, 02:16 AM
  3. Npc open bank interface help???
    By wreckless in forum Help
    Replies: 2
    Last Post: 07-08-2009, 07:32 PM
  4. Changing bank interface
    By Pb600 in forum Help
    Replies: 9
    Last Post: 06-25-2009, 08:11 AM
  5. Replies: 15
    Last Post: 09-15-2007, 06:48 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
  •