Thread: Grand Exchange

Results 1 to 2 of 2
  1. #1 Grand Exchange 
    Super Donator


    Join Date
    Sep 2011
    Posts
    1,446
    Thanks given
    138
    Thanks received
    284
    Rep Power
    260
    When i go to sell an item in the grand exchange It doesn't put the item up to sell it just wields it. How do i fix?
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Dec 2011
    Posts
    967
    Thanks given
    234
    Thanks received
    208
    Rep Power
    0
    Add a boolean like

    Code:
    public boolean inGe = false;
    Then whenever you open the G.E. interface you can make it true, then in wearItem.java

    Code:
    if (inGe)
    return;
    And then you can add the putiting the item in the GE with whatever method in ClickItem

    Code:
    if (inGe)
    methodMethod(bla,bla,bla...,bla);
    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. Online grand exchange
    By Rhys in forum Show-off
    Replies: 75
    Last Post: 10-06-2009, 07:35 AM
  2. ~~Base of Grand Exchange~~
    By green0981 in forum Tutorials
    Replies: 30
    Last Post: 10-24-2008, 02:30 PM
  3. Grand Exchange
    By Z in forum RS2 Server
    Replies: 41
    Last Post: 07-01-2008, 11:37 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
  •