Thread: Help please! (PI)!!!

Results 1 to 7 of 7
  1. #1 Help please! (PI)!!! 
    Go Big or Go Home

    Join Date
    Oct 2011
    Age
    26
    Posts
    1,108
    Thanks given
    266
    Thanks received
    142
    Rep Power
    6
    Ok, im trying to patch a dupe used multiple guides and i keep getting this error.


    src\server\model\players\packets\BankAll.java:33: error: cannot find symbol
    if(!c.isBanking || c.inTrade) {
    ^
    symbol: variable isBanking
    location: variable c of type Client

    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    Extreme Donator


    Join Date
    Oct 2006
    Posts
    1,370
    Thanks given
    64
    Thanks received
    197
    Rep Power
    426
    isBanking is not a recognized variable (boolean'
    [Only registered and activated users can see links. ]


    Reply With Quote  
     

  3. #3  
    Go Big or Go Home

    Join Date
    Oct 2011
    Age
    26
    Posts
    1,108
    Thanks given
    266
    Thanks received
    142
    Rep Power
    6
    Thank's for the rapid response, how would i create this?

    Or, where would i find my boolean
    Reply With Quote  
     

  4. #4  
    Extreme Donator


    Join Date
    Oct 2006
    Posts
    1,370
    Thanks given
    64
    Thanks received
    197
    Rep Power
    426
    Player.java declare
    Code:
    public boolean isBanking
    PlayerAssistant.java in your openUpBank method add: c.isBanking = true;

    PlayerAssistant.java in your removeAllWindows method add : c.isBanking = false;
    [Only registered and activated users can see links. ]


    Reply With Quote  
     

  5. #5  
    Registered Member
    Freezia's Avatar
    Join Date
    Feb 2011
    Posts
    5,869
    Thanks given
    1,145
    Thanks received
    757
    Rep Power
    1309
    What have you added upto now? is this a tutorial?


    Click above to get the cheapest WEB HOSTING options! We also provide VIRTUAL PRIVATE SERVERS (VPS)! Now equipped with DDOS Protection.


    Reply With Quote  
     

  6. #6  
    Go Big or Go Home

    Join Date
    Oct 2011
    Age
    26
    Posts
    1,108
    Thanks given
    266
    Thanks received
    142
    Rep Power
    6
    It was a failed tut, i started with sanity's first ever pi, doing it up myself as a starter base to host on, done webclient file's ect, all npc's /minigame's just needed dupe's.

    Found that one but the tut's were only showing me how to do 'bankall' and my boolean wasnt on player.java, thank's to 'phl0w' and then i added method to bankx2 bankx5 and bankx10 and bankall and i think it's worked.

    If i could rep i would.
    Reply With Quote  
     

  7. #7  
    Go Big or Go Home

    Join Date
    Oct 2011
    Age
    26
    Posts
    1,108
    Thanks given
    266
    Thanks received
    142
    Rep Power
    6
    Still need help for some reason it's letting me bank by clicking x1, x5, x10 while in trade.
    Causing dupe, here is my case.


    case 5064:
    if(c.inTrade) {
    c.getTradeAndDuel().declineTrade(true);
    }
    c.getItems().bankItem(removeId, removeSlot, 5);
    break;

    No compile error's but still letting me dupe.
    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

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