Thread: 718 Bank - Equipment Interface Issue

Page 1 of 3 123 LastLast
Results 1 to 10 of 22
  1. #1 718 Bank - Equipment Interface Issue 
    Registered Member dazidkk's Avatar
    Join Date
    Aug 2012
    Posts
    18
    Thanks given
    3
    Thanks received
    3
    Rep Power
    11
    If i open the bank tab first then closes it, and then goes on to open the equipment tab, it bugs out, only loading the inventoryinterface.
    but the Equipment Interface Dosent open.

    Would appreciate it, if anyone have a quickfix.

    -Im using 718 Matrix
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Dec 2012
    Posts
    563
    Thanks given
    24
    Thanks received
    115
    Rep Power
    0
    open it?
    handle each cId to remove the item in slot X (if has inv space etc obv)
    Reply With Quote  
     

  3. #3  
    Registered Member dazidkk's Avatar
    Join Date
    Aug 2012
    Posts
    18
    Thanks given
    3
    Thanks received
    3
    Rep Power
    11
    The "openEquipmentBonuses" void, already tells the system to open the equipment interface.


    public static void openEquipmentBonuses(final Player player, boolean banking) {
    player.stopAll();
    player.getInterfaceManager().sendInterface(667);
    player.getInterfaceManager().sendInventoryInterfac e(670);
    player.getPackets().sendConfigByFile(4894, banking ? 1 : 0);
    player.getPackets().sendItems(93,
    player.getInventory().getItems());
    player.getPackets().sendInterSetItemsOptionsScript (670, 0, 93,
    4, 7, "Equip", "Compare", "Stats", "Examine");
    player.getPackets().sendUnlockIComponentOptionSlot s(670, 0, 0,
    27, 0, 1, 2, 3);
    player.getPackets().sendUnlockIComponentOptionSlot s(667, 9, 0, 14, 0);
    player.getPackets().sendIComponentSettings(667, 14, 0, 13, 1030);
    refreshEquipBonuses(player);
    if(banking) {
    player.getTemporaryAttributtes().put("Banking", Boolean.TRUE);
    player.setCloseInterfacesEvent(new Runnable() {
    @Override
    public void run() {
    player.getTemporaryAttributtes().remove("Banking") ;
    }

    });
    }
    }
    Reply With Quote  
     

  4. #4  
    Registered Member
    Stimulant's Avatar
    Join Date
    Jan 2013
    Age
    24
    Posts
    1,434
    Thanks given
    222
    Thanks received
    178
    Rep Power
    568
    I will check for fix, will tell u if i found
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Apr 2013
    Posts
    682
    Thanks given
    65
    Thanks received
    236
    Rep Power
    0
    I guess there's is a varp or varpbit is being sent on interface close just search in clientscripts or go runescape and dump what config is being sent on close
    Reply With Quote  
     

  6. #6  
    Registered Member _Reece's Avatar
    Join Date
    Oct 2014
    Posts
    830
    Thanks given
    176
    Thanks received
    147
    Rep Power
    31
    Code:
       
    	public static void openEquipmentBonuses(final Player player, boolean banking) {
    		player.stopAll();
    		player.getInterfaceManager().sendInventoryInterface(670);
    		player.getInterfaceManager().sendInterface(667);
    		player.getPackets().sendUnlockIComponentOptionSlots(667, 9, 0, 14, 0);
    		player.getPackets().sendConfigByFile(4894, banking ? 1 : 0);
    		player.getPackets().sendItems(93,
    				player.getInventory().getItems());
    		player.getPackets().sendInterSetItemsOptionsScript(670, 0, 93,
    				4, 7, "Equip", "Compare", "Stats", "Examine");
    		player.getPackets().sendUnlockIComponentOptionSlots(670, 0, 0,
    				27, 0, 1, 2, 3);
    		player.getPackets().sendIComponentSettings(667, 14, 0, 13, 1030);
    		refreshEquipBonuses(player);
    		if(banking) {
    			player.getTemporaryAttributtes().put("Banking", Boolean.TRUE);
    			player.setCloseInterfacesEvent(new Runnable() {
    				@Override
    				public void run() {
    					player.getTemporaryAttributtes().remove("Banking");
    				}
    
    			});
    		}
    	}
    Don't have a fix for the closing though.
    Reply With Quote  
     

  7. #7  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,556
    Thanks given
    654
    Thanks received
    640
    Rep Power
    358
    Quote Originally Posted by walied yassen View Post
    I guess there's is a varp or varpbit is being sent on interface close just search in clientscripts or go runescape and dump what config is being sent on close
    Can confirm.

    Good luck, it's in Mgi's dump. Pretty easy to find.
    Project thread
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  8. #8  
    Registered Member dazidkk's Avatar
    Join Date
    Aug 2012
    Posts
    18
    Thanks given
    3
    Thanks received
    3
    Rep Power
    11
    Ty baby boys.

    - - - Updated - - -

    meh still having issues, i tried adding all the configs from the screen tab interface id: 28. into the Void:closeInterfaces, which didnt fix anything. dunno if i did anything wrong

    - - - Updated - - -

    i even tried all the bank interface configs. im out of ideas. dunno if im doing anything wrong
    Reply With Quote  
     

  9. #9  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,556
    Thanks given
    654
    Thanks received
    640
    Rep Power
    358
    Quote Originally Posted by dazidkk View Post
    Ty baby boys.

    - - - Updated - - -

    meh still having issues, i tried adding all the configs from the screen tab interface id: 28. into the Void:closeInterfaces, which didnt fix anything. dunno if i did anything wrong

    - - - Updated - - -

    i even tried all the bank interface configs. im out of ideas. dunno if im doing anything wrong
    It's a script. Look in Mgi's dump for something like this:

    Code:
    new WidgetPointer(interId,
    Project thread
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  10. #10  
    Chow down on these noodles
    OodlesOfNoodles's Avatar
    Join Date
    May 2011
    Posts
    1,821
    Thanks given
    235
    Thanks received
    91
    Rep Power
    55
    Was there ever a fix for this?
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

Page 1 of 3 123 LastLast

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. 718 removing equipment from equipment interface
    By OodlesOfNoodles in forum Help
    Replies: 1
    Last Post: 06-24-2014, 07:21 AM
  2. 718 Interface issue.
    By Ynneh in forum Help
    Replies: 0
    Last Post: 11-08-2013, 01:57 AM
  3. bank pin interface issue
    By Turkey Kush in forum Help
    Replies: 1
    Last Post: 07-26-2013, 11:13 AM
  4. Replies: 11
    Last Post: 03-24-2013, 02:33 AM
  5. bank interface issues
    By tony0 in forum Help
    Replies: 4
    Last Post: 01-01-2013, 04:07 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
  •