Signup Now
Results 1 to 4 of 4
  1. #1
    Free User
    Join Date
    Dec 2013
    Posts
    51
    Reputation
    10
    Rep Power
    21

    Remove rubbish on hole


    int depot = topitemid("32697,31683,7"); //Local onde está o Depot.
    if(shovel == 3499) //Id Depot
    {
    gotolabel("DepositItem"); // Nome da label que depositará seus itens
    }
    else
    {
    while(depot != 3499) //Id do depot
    {
    moveitem(item, "32697,31683,7", "32697,31684,7"); //Mover os itens do local 1 para o local 2.
    }
    }




    Please how i edit this script to remove rubish in hole, then use shovel, and not in depot?

  2. #2
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,105
    Reputation
    433
    Rep Power
    39
    openhole(x,y,z,holes)


    use this function ;-) it will move Rubbish

  3. #3
    Free User
    Join Date
    Dec 2013
    Posts
    51
    Reputation
    10
    Rep Power
    21
    so i put a action before the hole

    openhole(32330,32850,5holes)

    and no need put action shovel?

  4. #4
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    22
    you dont need to put holes just the xyz coordinates.

    openhole(32330,32850,5) is enough.

 

 

Posting Permissions

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