Signup Now
Results 1 to 7 of 7
  1. #1
    Free User
    Join Date
    Mar 2014
    Posts
    30
    Reputation
    10
    Rep Power
    0

    Unhappy Drop gold on the floor when cap almost full

    Someone know how make this script , or have one ? Please , help me guys .

  2. #2
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by mateustavas View Post
    Someone know how make this script , or have one ? Please , help me guys .
    you don't need drop gold when almost full, looks robocop.

    just change to "cap above" and set how much cap you want stop pick gold.
    Helped you? REP+

  3. #3
    Free User
    Join Date
    Mar 2014
    Posts
    30
    Reputation
    10
    Rep Power
    0
    i dont want stop taking gold when my cap is almost full . I want the action for when my cap is almost full , the bot drop the gold from the monsters on the floor , for more late i pick up ...

  4. #4
    Free User Rihop's Avatar
    Join Date
    May 2014
    Posts
    291
    Reputation
    18
    Rep Power
    21
    Code:
    init start
    	local CapToDrop = 150
    init end
    
    
    auto(500)
    if $cap <= CapToDrop and itemcount('gold coin') > 0 and maround() < 1 then
    	pausewalking()
    	moveitems(itemid('gold coin'), 'ground')
    	wait(200,400)
    end
    it will drop any gold on ground from your bps when your cap is low so u will have cap for loot heavy items

  5. #5
    Free User
    Join Date
    Mar 2014
    Posts
    30
    Reputation
    10
    Rep Power
    0
    thanks bro ! U know some action for take the gold on the floor , for ur bp ? Is really boring when i finish all hours botting , take all gold from the floor . haha

  6. #6
    Free User Rihop's Avatar
    Join Date
    May 2014
    Posts
    291
    Reputation
    18
    Rep Power
    21
    auto(1000)
    collectitems('backpack name', 'gold coin')

  7. #7
    Free User
    Join Date
    Mar 2014
    Posts
    30
    Reputation
    10
    Rep Power
    0
    thanks again bro !

 

 

Posting Permissions

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