Signup Now
Results 1 to 3 of 3

Thread: Juicy Roots

  1. #1
    Free User
    Join Date
    Feb 2017
    Posts
    7
    Reputation
    10
    Rep Power
    0

    Juicy Roots

    Hi,
    How I can make script to drop juicy roots from main bp to the ground?
    Thanks 4help

  2. #2
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by maly dzikos View Post
    Hi,
    How I can make script to drop juicy roots from main bp to the ground?
    Thanks 4help
    --Drop Roots
    auto(1000)
    local DropRoots = true
    local NumberRoots = 20
    local mainbp = 'brocade backpack'

    if $connected then
    if DropRoots then
    if maroundreachable() == 0 and itemcount(21291, mainbp) >= NumberRoots then
    pausewalking(10000)
    if itemcount(21291, mainbp) > 0 then
    moveitems(21291, 'ground')
    wait(234,456)
    end
    pausewalking(0)
    end
    end
    end

  3. #3
    Free User
    Join Date
    Feb 2017
    Posts
    7
    Reputation
    10
    Rep Power
    0
    cool, thanks a lot m8

 

 

Posting Permissions

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