Thread: need help with 876 nocturne-rs3 GRAND EXCHANGE Collecting items

Results 1 to 3 of 3
  1. #1 need help with 876 nocturne-rs3 GRAND EXCHANGE Collecting items 
    Registered Member
    Join Date
    Apr 2012
    Posts
    23
    Thanks given
    1
    Thanks received
    2
    Discord
    View profile
    Rep Power
    32
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]

    when i go buy any item from grand exchange and try to collect the item it goes into the wrong inventory and when i shut ge down and re open, it like items are back. it like it not saving.

    please if anyone could take the time help me with this small fix mean world to me then can start playing by my self solo use only for when wifi shut down

    iv been trying to find out if i could collect the items hiting [to bank] button but the button dont work.... all items send to the bank and save so when re open ge i can then buy new items ????

    hope this made sence to people i very bad at spelling as i have learning difficulties
    Reply With Quote  
     

  2. #2  
    Owner of Zerion
    robstever's Avatar
    Join Date
    Jun 2013
    Posts
    142
    Thanks given
    51
    Thanks received
    20
    Discord
    View profile
    Rep Power
    60
    Code:
    public void collectAll(boolean bank) {
    		// kinda a cheat way to collect all to bank / inv
    		for (int i = 0; i < 6; i++) {
    			Offer offer = GrandExchange.getOffer(player, i);
    			if (offer == null)
    				continue;
    			if (!player.getInventory().hasFreeSlots()) {
    				player.getPackets().sendGameMessage("Not enough space in your inventory.");
    				return;
    			}
    			for (int i2 = 0; i2 < 2; i2++) {
    				Item item = offer.getReceivedItems().get(i2);
    				if (item == null)
    					continue;
    				collectItems(i, i2, 0); // tries to collect everything
    				if (bank) {
    					int slot = player.getInventory().getItems().getThisItemSlot(item);
    					if (slot == -1)
    						continue;
    					player.getBank().depositItem(slot, item.getAmount(), false);
    				}
    pretty sure from the 10 second glimpse i took, your issue lies within here...
    this is missing some basic functions that ideally would give you a solution, if this is the method being called (i didnt look that far into this)
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2012
    Posts
    23
    Thanks given
    1
    Thanks received
    2
    Discord
    View profile
    Rep Power
    32
    i fixed this i got the items to collect and now it will not unlink and save soon shut down ge reopen it item still there in slot saying i can collect item again but allready got the item in my inv but even if i was to try collect again it will not give me the item and soon shut down ge reopen it does same again
    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. Need help with delete grand exchange boorh
    By skills13 in forum Help
    Replies: 2
    Last Post: 08-18-2017, 05:32 PM
  2. Replies: 2
    Last Post: 04-17-2017, 05:20 PM
  3. Need help with RS3
    By JangoLite in forum Help
    Replies: 3
    Last Post: 06-10-2016, 08:37 PM
  4. Need help with grand exchange [30m rsgp]
    By rockarocka in forum Buying
    Replies: 2
    Last Post: 07-26-2013, 11:22 AM
  5. Replies: 3
    Last Post: 05-17-2013, 02:44 AM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •