Signup Now
Page 3 of 7 FirstFirst 12345 ... LastLast
Results 21 to 30 of 65
  1. #21
    Free User
    Join Date
    Feb 2014
    Posts
    88
    Reputation
    10
    Rep Power
    21
    Quote Originally Posted by brad View Post
    Zombies - Yalahar

    Download here:
    Attachment 638
    Attachment 637


    Vocations:
    • Knights (80+)
    • Paladins (80+)

    Cavebot Options and configurations:
    • Option to try to skip Lich
    • Option to auto mount
    • Option to choose the cap to leave
    • Option to use Safe Exori or Safe Exevo Mas San for pvp enforced
    • Option to deposit using way with gate access or way without gate access.
    • Store items on depot
    • Sell halberds and steel helmets on shop
    • Deposit gold
    • Refill supplies (including royal spears for paladins)

    Targeting Options and configurations:
    • Knights: exori hur/exori ico on Lich or exori/exori ico/exori hur with 3+ monsters
    • Paladins: running mode, exori san/exori con on Lich and exevo mas san/exori san/exori con with 4+ monsters

    PS.: all of this options are totally configurables (you can add runes, spells, etc). To choose your targeting list, just right-click on your desired option (Targeting -> Settings)
    Supplies Options and configurations:
    • Knights: 180 mana potions, 40 great health potion
    • Paladin: 150 strong mana potions, 40 strong health potions, 40 royal spears

    PS.: all of this options are totally configurables (you can add runes, edit ammo amount, etc.). to choose your supply list, just right-click on your desired option (Supplies -> Settings)
    Looting Options and configurations:
    • 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:

    • For Knights and Paladins:

    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:
    • Knights: 70~100k/h (depending on your level and skills)
    • Paladins: 60~100k/h (depending on your level and skills)

    Hotkeys:
    • Knights: exori ico, exori hur, exori, utura, exura ico, mana potion on yourself, great health potion on yourself
    • Paladins: exori san, exori con, exevo mas san, utura, exura, exura san, exura gran san, strong mana potion on yourself, strong health potion on yourself


    PS.: Healer included! But you can also use your own settings, just loading your settings .xmls
    This script is depositting the pots I have when bot going to refill, no clue how to make it to not do it. Anyone have the same issue? I'm using the paladin version.

  2. #22
    Wind Powered brad's Avatar
    Join Date
    Nov 2013
    Location
    Brazil
    Posts
    516
    Reputation
    94
    Rep Power
    22
    Quote Originally Posted by Segergreger View Post
    This script is depositting the pots I have when bot going to refill, no clue how to make it to not do it. Anyone have the same issue? I'm using the paladin version.
    Check if you are using the Paladin Loot List.. to select, right click on list
    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
    88
    Reputation
    10
    Rep Power
    21
    Quote Originally Posted by brad View Post
    Check if you are using the Paladin Loot List.. to select, right click on list
    I am paladin and using the paladin script, and paladin loot list.

  4. #24
    Wind Powered brad's Avatar
    Join Date
    Nov 2013
    Location
    Brazil
    Posts
    516
    Reputation
    94
    Rep Power
    22
    Quote Originally Posted by Segergreger View Post
    I am paladin and using the paladin script, and paladin loot list.
    Change the category of your strong potions in LOOT LIST. Category 'a' and 'b' the script will deposit. c~z will not.
    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


  5. #25
    Free User
    Join Date
    Feb 2014
    Posts
    88
    Reputation
    10
    Rep Power
    21
    Quote Originally Posted by brad View Post
    Change the category of your strong potions in LOOT LIST. Category 'a' and 'b' the script will deposit. c~z will not.
    Alright, thank you!

  6. #26
    Free User
    Join Date
    May 2014
    Posts
    9
    Reputation
    10
    Rep Power
    0
    Hi, where i put this hotkey? sorry for the question.

    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')

  7. #27
    Wind Powered brad's Avatar
    Join Date
    Nov 2013
    Location
    Brazil
    Posts
    516
    Reputation
    94
    Rep Power
    22
    Quote Originally Posted by Mastodonte View Post
    Hi, where i put this hotkey? sorry for the question.

    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')
    You don't need to use this hotkey. You can open manually. But, if you want to open with a lua script, create a new hotkey on 'Scripter' tab and run it
    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
    Join Date
    Feb 2014
    Posts
    11
    Reputation
    10
    Rep Power
    0
    Could somebody upload this script with bp opener ? Brad, bro could you do this ? this script is awesome, but always when goin to shop some bp closing and it is not openin again.. its not 100% afk ;(( Please bro .

  9. #29
    Free User
    Join Date
    Jun 2014
    Posts
    7
    Reputation
    10
    Rep Power
    0
    Thanks! Great free script.

  10. #30
    Free User
    Join Date
    Jun 2014
    Posts
    8
    Reputation
    10
    Rep Power
    0
    why u didnt put where the script starts ?

 

 

Posting Permissions

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