Signup Now
Results 1 to 10 of 10
  1. #1
    Free User sylomex's Avatar
    Join Date
    Dec 2013
    Location
    France
    Posts
    369
    Reputation
    39
    Rep Power
    21

    Piggy Bank breaker

    huhu pretty useless scripts.
    Only usefull for people like me hunting at Lower Spike and looting like 30 piggy bank every night


    while itemcount('piggy bank') >= 1 do
    useitem('piggy bank')
    end

  2. #2
    Banned
    Join Date
    Dec 2013
    Posts
    150
    Reputation
    10
    Rep Power
    0
    work good ;D

  3. #3
    Free User sylomex's Avatar
    Join Date
    Dec 2013
    Location
    France
    Posts
    369
    Reputation
    39
    Rep Power
    21
    ye it work fast
    Btw i wanted to throw the broken piggy bank on the floor but the software does not detect the ID or even the name so im sorry but we cant right now ^^

  4. #4
    Banned
    Join Date
    Dec 2013
    Location
    Portugal
    Posts
    232
    Reputation
    10
    Rep Power
    0
    Dont work.. ;/

  5. #5
    Free User Diaxy's Avatar
    Join Date
    Jul 2014
    Posts
    1,091
    Reputation
    94
    Rep Power
    22
    Add auto(1000) before his code.

  6. #6
    Helper StaR's Avatar
    Join Date
    Dec 2013
    Location
    Manchester
    Posts
    713
    Reputation
    50
    Rep Power
    22
    Quote Originally Posted by Benfas View Post
    Dont work.. ;/
    Use this:
    auto(700,900)

    while itemcount('piggy bank') >= 1 do

    useitem('piggy bank')
    wait(250,350)

    if itemcount(2996) >= 1 then
    moveitems(2996, 'ground')
    wait(250,350)
    end
    end



  7. #7
    Banned
    Join Date
    Dec 2013
    Location
    Portugal
    Posts
    232
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by StaR View Post
    Use this:
    auto(700,900)

    while itemcount('piggy bank') >= 1 do

    useitem('piggy bank')
    wait(250,350)

    if itemcount(2996) >= 1 then
    moveitems(2996, 'ground')
    wait(250,350)
    end
    end
    I will try, and post here later
    Thanks

  8. #8
    Banned
    Join Date
    Dec 2013
    Location
    Portugal
    Posts
    232
    Reputation
    10
    Rep Power
    0
    @StaR doesnt drop broken piggy bank.

  9. #9
    Free User strahowski's Avatar
    Join Date
    Aug 2014
    Posts
    216
    Reputation
    27
    Rep Power
    20
    The ID of the piggybank is correct, try setting a set xyz position or something perhaps?

  10. #10
    Free User
    Join Date
    May 2015
    Posts
    2
    Reputation
    10
    Rep Power
    0

    Solved

    If somebody still needs help with this (like I did), I made it work by doing this:


    PHP Code:
    auto(700,900)

    dropitems('ground',2996

    while 
    itemcount('piggy bank') >= do 

        
    useitem('piggy bank')
        
    wait(250,350)

    end 

 

 

Posting Permissions

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