Signup Now
Page 3 of 17 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 162
  1. #21
    Free User
    Join Date
    Feb 2014
    Posts
    7
    Reputation
    10
    Rep Power
    0
    i dont deposit my items by some reasons, dont know why. everything is right ://

  2. #22
    Wind Powered brad's Avatar
    Join Date
    Nov 2013
    Location
    Brazil
    Posts
    516
    Reputation
    94
    Rep Power
    22
    Quote Originally Posted by rallmajl View Post
    i dont deposit my items by some reasons, dont know why. everything is right ://

    Send me a screenshot with your Depot, Character and Windbot (looting) configuration
    Brad - Free Cavebot Scripts
    If you have any doubts on how to use one of my scripts, go to FAQ & Doubts, add me on skype and message me there


  3. #23
    Free User
    Join Date
    Feb 2014
    Posts
    7
    Reputation
    10
    Rep Power
    0
    feedback TWB.jpg

    it just opens the rare bp and walks away to buy pots

  4. #24
    Banned
    Join Date
    Mar 2014
    Posts
    45
    Reputation
    10
    Rep Power
    0
    Brad , u are so awesome

    Have question. Can u remake this sript for ms ? (to use ava;anches) etc ..

    It will be awesome.

    Anyway thx for u help and cripts.

  5. #25
    Free User
    Join Date
    Apr 2014
    Posts
    4
    Reputation
    10
    Rep Power
    0
    How do i skip shorcut if i cant go through teleporter?

  6. #26
    Free User
    Join Date
    Mar 2014
    Posts
    14
    Reputation
    10
    Rep Power
    0
    bot doesnt open backpack after shopping , doesnt loot items and gold sometimes, problem's with depot items too , sometimes rule too much monster 6-7 lizards, After 6 h hunting i had 80 k waste . And the worse !!! This alarm ; / i turned off all but this sound play all the time(disable sound not working too) ; / sry for my english
    Last edited by stefczykpila; 04-23-2014 at 04:39 PM.

  7. #27
    Wind Powered brad's Avatar
    Join Date
    Nov 2013
    Location
    Brazil
    Posts
    516
    Reputation
    94
    Rep Power
    22
    Quote Originally Posted by stefczykpila View Post
    bot doesnt open backpack after shopping , doesnt loot items and gold sometimes, problem's with depot items too , sometimes rule too much monster 6-7 lizards, After 6 h hunting i had 80 k waste . And the worse !!! This alarm ; / i turned off all but this sound play all the time(disable sound not working too) ; / sry for my english
    You probably did a lot of wrong things. Send me a screenshot with your backpacks configurations on bot and on your character. If you are not using soft boots/soft refiller, unmark the option "Soft Refill".
    Brad - Free Cavebot Scripts
    If you have any doubts on how to use one of my scripts, go to FAQ & Doubts, add me on skype and message me there


  8. #28
    Free User albaxin's Avatar
    Join Date
    Dec 2013
    Posts
    128
    Reputation
    12
    Rep Power
    21
    Quote Originally Posted by brad View Post
    Lizards (Muggy Plains) - Farmine

    Download here:
    Attachment 1306

    Vocation:
    • Paladins (Level 110+ [tested for 6h on a 170])

    Cavebot Options and configurations:
    • Option to get Lizard Zaoguns
    • ​Option to choose where you want start the script (Inside depot, in muggy plains)
    • Option to deposit using shortcut (access to muggy plains with teleport)
    • Option to choose the cap to leave
    • Option to refill soft boots
    • Option to deposit using haste
    • Awesome and smart Special Areas
    • Smart Strong Mana Potion Drinker
    • Store items on depot
    • Deposit gold
    • Refill supplies

    Targeting Options and configurations:
    • Paladins: running mode/luring to Lizard High Guards and Lizard Zaogun, stand mode to Lizard Dragon Priest and Legionnaire
      • PS.: all of this options are totally configurable (you can add runes, spells, etc).

    Supplies Options and configurations:
    • Paladins: 230 strong mana potions, 1400 crystalline arrows, 50 great spirit potions, 35 strong health potions
      • PS.: all of this options are totally configurable, you can change to power bolts, prismatic bolts, onyx arrows etc

    Looting Options and configurations:
    • ​Loot gold only if cap above 95 (configurable [I use it to don't lose any rare item])
    • You can easily setup and edit the backpack colors you will use, either your character's backpacks and your depot's backpacks



    My character uses these backpack colors. If you use a different set, all you have to do is edit it on Looting Destination.


    There is no order to open backpacks, just make sure that the backpacks are opened. You can also use this hotkey to open backpacks:
    local rare = getlootingdestination('rare')
    local main = getlootingdestination('main')
    local gold = getlootingdestination('gold')
    local supplies = getlootingdestination('supplies')

    openitem(main, 'back') wait(700,1000)
    resizewindows(main, '0')
    openitem(gold, main, 'opennew') wait(700,1000)
    resizewindows(gold, '1')
    openitem(rare, main, 'opennew') wait(700,1000)
    resizewindows(0, '2')
    openitem(supplies, main, 'opennew') wait(700,1000)
    resizewindows(0, '3')


    Exp/hour:
    • Paladins: 200-300k/h (depending on your level and ammo type)

    Hotkeys:
    • Paladins: exori san, exori con, exura, exura san, exura gran san, utura, strong health potions on yourself, strong mana potion on yourself, great spirit potion on yourself

    PS.: Healer included! But you can also use your own settings, just loading your settings .xmls

    Stats after 50min while fixing/testing the script and hunting:
    Doesnt open my backpacks, fix them in the looter but they dont get opened, help is appreciated!

  9. #29
    Free User albaxin's Avatar
    Join Date
    Dec 2013
    Posts
    128
    Reputation
    12
    Rep Power
    21
    Quote Originally Posted by brad View Post
    You probably did a lot of wrong things. Send me a screenshot with your backpacks configurations on bot and on your character. If you are not using soft boots/soft refiller, unmark the option "Soft Refill".

    Hey man where do I put in local rare = getlootingdestination('rare')
    local main = getlootingdestination('main')
    local gold = getlootingdestination('gold')
    local supplies = getlootingdestination('supplies')

    openitem(main, 'back') wait(700,1000)
    resizewindows(main, '0')
    openitem(gold, main, 'opennew') wait(700,1000)
    resizewindows(gold, '1')
    openitem(rare, main, 'opennew') wait(700,1000)
    resizewindows(0, '2')
    openitem(supplies, main, 'opennew') wait(700,1000)
    resizewindows(0, '3')

    This, this is for opening bps right? Cause I dont wanna manual check everything etc all the time.

  10. #30
    Free User albaxin's Avatar
    Join Date
    Dec 2013
    Posts
    128
    Reputation
    12
    Rep Power
    21
    In healing for those of u who download check this before also, it says utura gran in healing but it is actually utura u need to change it to intense recovery otherwise it might happen like it did for me spamming utura xD and not on hotkey either.

 

 

Posting Permissions

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