Thread: 508/525 Grand Exchange Problem

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23
  1. #11  
    XJCX
    Guest
    Ty for the help, But i fixed it.. Heres the fix:

    Code:
          public void setConfig(Player p, int id, int set) {
    		if (set < 128) {
    			setConfig1(p, id, set);
    		} else {
    			setConfig2(p, id, set);
    		}
    	}
    have fun


    Edit: Does any 1 have the ge collect packet? to collect the items?
    Reply With Quote  
     

  2. #12  
    Registered Member lildude783's Avatar
    Join Date
    Jan 2010
    Age
    28
    Posts
    379
    Thanks given
    13
    Thanks received
    7
    Rep Power
    3
    collect.. as in...?

    retrieve the items you just bought/sold

    or...

    collect from banker guy
    Quote Originally Posted by Hunter
    Here in America, we dont use the metric system, we use freedom units!
    Reply With Quote  
     

  3. #13  
    XJCX
    Guest
    Retrieve the items that i've bought or sold.. Is what i wanting help on now. =x
    Reply With Quote  
     

  4. #14  
    Registered Member lildude783's Avatar
    Join Date
    Jan 2010
    Age
    28
    Posts
    379
    Thanks given
    13
    Thanks received
    7
    Rep Power
    3
    probably another actionbutton.. so just get that set.. probably has a buttonid2 and when you click the button for the search have it set the config PLUS a thing like player.itemin1 = id; or wutever so that when you click it'll go addItem(player.itemin1, 1); or wutever.. shudnt take that long or be too hard
    Quote Originally Posted by Hunter
    Here in America, we dont use the metric system, we use freedom units!
    Reply With Quote  
     

  5. #15  
    Registered Member
    Join Date
    Jul 2008
    Posts
    430
    Thanks given
    6
    Thanks received
    29
    Rep Power
    12
    Quote Originally Posted by lildude783 View Post
    probably another actionbutton.. so just get that set.. probably has a buttonid2 and when you click the button for the search have it set the config PLUS a thing like player.itemin1 = id; or wutever so that when you click it'll go addItem(player.itemin1, 1); or wutever.. shudnt take that long or be too hard
    Its not an actionbutton because I tried printing out EVERY single button and it didnt come out anything. I don't know if im missing a config or something or how to make it click able. Im guessing its an access mask needed...(???) If someone can enlighten me Ill appreciate it.
    People acting like they know what they are talking about...
    Quote Originally Posted by Emperium View Post
    at the some of the people trying to do this rofl. This is a very simple thing to do and really didn't need any new defined statements in InventoryOptionHandler... Simply use the imports the herblore class uses... But thank you for the help for the ones that do not understand a single thing when it comes to JavaScript
    Reply With Quote  
     

  6. #16  
    XJCX
    Guest
    Lol, so most likely im going to have to buy it. currect?
    Reply With Quote  
     

  7. #17  
    Registered Member
    Join Date
    Jul 2008
    Posts
    430
    Thanks given
    6
    Thanks received
    29
    Rep Power
    12
    Quote Originally Posted by XJCX View Post
    Lol, so most likely im going to have to buy it. currect?
    I don't understand what you mean. Aren't you reffering to when ur item is sold/or your buying you can't click the item?
    People acting like they know what they are talking about...
    Quote Originally Posted by Emperium View Post
    at the some of the people trying to do this rofl. This is a very simple thing to do and really didn't need any new defined statements in InventoryOptionHandler... Simply use the imports the herblore class uses... But thank you for the help for the ones that do not understand a single thing when it comes to JavaScript
    Reply With Quote  
     

  8. #18  
    Banned

    Join Date
    May 2009
    Age
    31
    Posts
    1,555
    Thanks given
    11
    Thanks received
    66
    Rep Power
    0
    its a runscript for the collect option... i think anyway, it is in 602..
    Reply With Quote  
     

  9. #19  
    XJCX
    Guest
    Caelum can you get the id for it? and give it to me? .. or do i have to do it my self? lol
    Reply With Quote  
     

  10. #20  
    Registered Member lildude783's Avatar
    Join Date
    Jan 2010
    Age
    28
    Posts
    379
    Thanks given
    13
    Thanks received
    7
    Rep Power
    3
    oh you mean to get the item to show when you collect? lol for my REALLY old 508 it worked like this..

    i set one config (the one for the item to show in the buy thing) and it appeared as the collect thing.. then when you click on the thing it must be like.. a buttonId2 or even a buttonId3 if thats possible?

    dont know.. expirement plus i dont understand your problem entirely..
    Quote Originally Posted by Hunter
    Here in America, we dont use the metric system, we use freedom units!
    Reply With Quote  
     

Page 2 of 3 FirstFirst 123 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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