Signup Now
Results 1 to 9 of 9
  1. #1
    Free User
    Join Date
    Dec 2013
    Location
    HollyLodz
    Posts
    9
    Reputation
    10
    Rep Power
    0

    Action for drop items

    Hello, I want ask about action who will drop x items on Y sqm.

  2. #2
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    this:


    moveitems(item, ground(x,y,z), 1)

  3. #3
    Free User
    Join Date
    Dec 2013
    Location
    HollyLodz
    Posts
    9
    Reputation
    10
    Rep Power
    0
    I'm using this

    moveitems("mutated flesh", ground(x,y,z), 1)
    wait(700,1000)

    and i dont know why, but dont work that. Wp are correct. On other scripts who i made by yourself all is working great with droping

  4. #4
    Free User Nightshade's Avatar
    Join Date
    Dec 2013
    Location
    Brasil
    Posts
    513
    Reputation
    31
    Rep Power
    22
    try this
    local pos = {31971, 31411, 7}
    moveitems("halberd", ground(unpack(pos)), "backpack")


    pos are the position where you want the bot drop the itens and halberd the item you want to drop
    Tibia player since 2003

    +Rep Everyone That Helped You.

    New on WindBot?, Try this amazing tutorial

  5. #5
    Free User
    Join Date
    Dec 2013
    Location
    HollyLodz
    Posts
    9
    Reputation
    10
    Rep Power
    0
    The best /\! Rep for u dude

  6. #6
    Free User Harvey's Avatar
    Join Date
    Dec 2013
    Location
    Philippines
    Posts
    2,407
    Reputation
    15
    Rep Power
    25
    dropitems('ground','halberd')

    drops on your chars position

  7. #7
    Free User
    Join Date
    Apr 2014
    Posts
    2
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Harvey View Post
    dropitems('ground','halberd')

    drops on your chars position
    yes but how can i drop the halbers in the nextbp?

  8. #8
    Free User
    Join Date
    Nov 2016
    Posts
    3
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Nightshade View Post
    try this
    local pos = {31971, 31411, 7}
    moveitems("halberd", ground(unpack(pos)), "backpack")


    pos are the position where you want the bot drop the itens and halberd the item you want to drop
    dude use this in action

    local pos = {32161, 31658, 6}
    moveitems("health potion", ground(unpack(pos)), "backpack")
    moveitems("crossbow", ground(unpack(pos)), "backpack")
    moveitems("brass helmet", ground(unpack(pos)), "backpack")

  9. #9
    Free User
    Join Date
    Aug 2016
    Posts
    2
    Reputation
    10
    Rep Power
    0
    Dont working.

 

 

Posting Permissions

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