Thread: [PI] New Trade Screen, Wealth Transfer, Total Offer Item Value, Dupes Fixed

Page 3 of 21 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 205
  1. #21  
    🍕

    Linus's Avatar
    Join Date
    Dec 2008
    Age
    28
    Posts
    2,778
    Thanks given
    970
    Thanks received
    410
    Rep Power
    0
    if(item.amount + amount > 2147483647) {
    c.sendMessage("You can't offer that much!");
    return false;
    }

    cleaver boy :coolface:

    ╠╬╣
    ╦╦
    ╠╬╬╬╣
    ╠╬╬╬╬╬╬╣
    ╠╬╬╬╬╬╬╣
    ╚╩╩╩╩╩╩╝

    ╠╬╬╬╣

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  2. #22  
    🍕

    Linus's Avatar
    Join Date
    Dec 2008
    Age
    28
    Posts
    2,778
    Thanks given
    970
    Thanks received
    410
    Rep Power
    0
    No errors, good job, I've been trying to dupe with it but it seems that you fixed it, cheers.

    ╠╬╣
    ╦╦
    ╠╬╬╬╣
    ╠╬╬╬╬╬╬╣
    ╠╬╬╬╬╬╬╣
    ╚╩╩╩╩╩╩╝

    ╠╬╬╬╣

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #23  
    Community Veteran

    Dexter Morgan's Avatar
    Join Date
    Nov 2008
    Age
    16
    Posts
    4,364
    Thanks given
    1,027
    Thanks received
    703
    Discord
    View profile
    Rep Power
    2991
    Quote Originally Posted by America View Post
    No errors, good job, I've been trying to dupe with it but it seems that you fixed it, cheers.
    Yea I think so, thanks.

    Quote Originally Posted by America View Post
    if(item.amount + amount > 2147483647) {
    c.sendMessage("You can't offer that much!");
    return false;
    }

    cleaver boy :coolface:
    I hope you meant clever

    If you over more than 2147483647 in stack in returns to null, this fixes it.
    [Only registered and activated users can see links. ]
    Quote Originally Posted by UberNation View Post
    Did you update the quantum network sockets to match the polarity of the wilderness counter levels in the Boolean that divides the wilderness level by zero?
    Reply With Quote  
     

  4. #24  
    Donator
    Defiled-X's Avatar
    Join Date
    Jun 2010
    Posts
    1,434
    Thanks given
    52
    Thanks received
    78
    Rep Power
    27
    Truly awesome, I needed that, Thanks
    Reply With Quote  
     

  5. #25  
    Howdy

    gold_fish's Avatar
    Join Date
    Nov 2010
    Posts
    1,062
    Thanks given
    144
    Thanks received
    147
    Rep Power
    107
    There is a actually 1 dupe on here

    Reply With Quote  
     

  6. #26  
    Community Veteran

    Dexter Morgan's Avatar
    Join Date
    Nov 2008
    Age
    16
    Posts
    4,364
    Thanks given
    1,027
    Thanks received
    703
    Discord
    View profile
    Rep Power
    2991
    Quote Originally Posted by PurpFuzz View Post
    There is a actually 1 dupe on here
    So why don't you tell me what it is so I can try figure it out?
    [Only registered and activated users can see links. ]
    Quote Originally Posted by UberNation View Post
    Did you update the quantum network sockets to match the polarity of the wilderness counter levels in the Boolean that divides the wilderness level by zero?
    Reply With Quote  
     

  7. #27  
    🍕

    Linus's Avatar
    Join Date
    Dec 2008
    Age
    28
    Posts
    2,778
    Thanks given
    970
    Thanks received
    410
    Rep Power
    0
    Quote Originally Posted by 2012 View Post
    Yea I think so, thanks.



    I hope you meant clever

    If you over more than 2147483647 in stack in returns to null, this fixes it.
    Yeah I meant clever, silly me :jelly:
    bump

    ╠╬╣
    ╦╦
    ╠╬╬╬╣
    ╠╬╬╬╬╬╬╣
    ╠╬╬╬╬╬╬╣
    ╚╩╩╩╩╩╩╝

    ╠╬╬╬╣

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  8. #28  
    Registered Member
    Ninja assassin's Avatar
    Join Date
    Oct 2008
    Posts
    1,961
    Thanks given
    217
    Thanks received
    115
    Rep Power
    77
    Quote Originally Posted by 2012 View Post
    Thanks Assassin.

    Code:
    Just one thing, when ever you decline trade (click on decline button or walk away) it doesn't say anything like other player has decile your trade.
    What's that? A message sent?
    Nvm lol i thought runescape had that but they dont.

    Ow also if you somehow update this plz notify me. Thanks Man

    Its working 100% perfect, If i find any dupes bugs ill let you know.
    Btc: 1tpWTbAznzWYh6YpoUJeQ3MDVK56GGJ
    Reply With Quote  
     

  9. Thankful user:


  10. #29 Helpoo. 
    Registered Member
    Join Date
    Feb 2011
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I get the error in Client compile...

    Code:
    RSInterface.java:288: cannot find symbol
    symbol  : class RSFont
    location: class RSInterface
          public static void newTrade(RSFont[] TDA) {
                                      ^
    RSInterface.java:292: cannot find symbol
    symbol  : method addHover(int,int,int,int,int,java.lang.String,int,int,java.lang
    .String)
    location: class RSInterface
                    addHover(3442, 3, 0, 3325, 1, "Interfaces/Bank/BANK", 17, 17, "C
    lose Window");
                    ^
    RSInterface.java:293: cannot find symbol
    symbol  : method addHovered(int,int,java.lang.String,int,int,int)
    location: class RSInterface
                    addHovered(3325, 2, "Interfaces/Bank/BANK", 17, 17, 3326);
                    ^
    RSInterface.java:307: cannot find symbol
    symbol  : method addHover(int,int,int,int,int,java.lang.String,int,int,java.lang
    .String)
    location: class RSInterface
                    addHover(3420, 1, 0, 3327, 5, "Interfaces/TradeTab/TRADE", 65, 3
    2, "Accept");
                    ^
    RSInterface.java:308: cannot find symbol
    symbol  : method addHovered(int,int,java.lang.String,int,int,int)
    location: class RSInterface
                    addHovered(3327, 2, "Interfaces/TradeTab/TRADE", 65, 32, 3328);
                    ^
    RSInterface.java:309: cannot find symbol
    symbol  : method addHover(int,int,int,int,int,java.lang.String,int,int,java.lang
    .String)
    location: class RSInterface
                    addHover(3422, 3, 0, 3329, 5, "Interfaces//TradeTab/TRADE", 65,
    32, "Decline");
                    ^
    RSInterface.java:310: cannot find symbol
    symbol  : method addHovered(int,int,java.lang.String,int,int,int)
    location: class RSInterface
                    addHovered(3329, 2, "Interfaces/TradeTab/TRADE", 65, 32, 3330);
                    ^
    Note: client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    7 errors
    Press any key to continue . . .
    But there is no...

    aClass44 = archive; To put that thing under it. Help please.
    Reply With Quote  
     

  11. #30  
    Howdy

    gold_fish's Avatar
    Join Date
    Nov 2010
    Posts
    1,062
    Thanks given
    144
    Thanks received
    147
    Rep Power
    107
    Quote Originally Posted by 2012 View Post
    So why don't you tell me what it is so I can try figure it out?
    I fixed it for mine but since I have no respect for you ( this is pretty good release tbh ) so ill just tell the people that ask for it. Sorry

    Reply With Quote  
     

Page 3 of 21 FirstFirst 1234513 ... 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. [PI] Fixing the 'Offer X' bug in trade screen
    By Chimeric in forum Snippets
    Replies: 12
    Last Post: 03-04-2012, 05:05 AM
  2. [PI] Drop in Trade Screen Dupe Fixed
    By HiImRusty in forum Snippets
    Replies: 5
    Last Post: 07-19-2010, 12:06 AM
  3. Wealth Transfer?
    By Xuzk in forum Requests
    Replies: 8
    Last Post: 12-04-2009, 01:44 AM
  4. Replies: 4
    Last Post: 12-02-2009, 12:26 AM
  5. [508]Wealth Transfer[508]
    By Gluon in forum Tutorials
    Replies: 38
    Last Post: 07-02-2009, 02:15 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
  •