Signup Now
Page 12 of 16 FirstFirst ... 21011121314 ... LastLast
Results 111 to 120 of 157
  1. #111
    Free User
    Join Date
    Jan 2015
    Posts
    11
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by brad View Post
    Crystal Spiders (Hidden Cave) - Svargrond

    Download here:
    Attachment 1110
    Attachment 1108
    Attachment 1109

    Vocation:
    • Sorcerers and Druids (Level 80+)
    • Paladins: (Level 80+)
    • Knights: (Level 90+)

    Cavebot Options and configurations:
    • ​Option to choose where you want start the script (Inside depot or inside respawn)
    • Option to auto mount
    • Option to choose the cap to leave
    • Option to safe exori
    • Special Areas to avoid luring too many monsters
    • Store items on depot
    • Deposit gold
    • Refill supplies

    Targeting Options and configurations:
    • Sorcerers: running mode and exori gran vis/exori vis, sudden death rune if 3+ Crystal Spiders
    • Druids: running mode and exori gran tera/exori vis, sudden death rune if 3+ Crystal Spiders
    • Paladins: running mode and exori san
    • Knights: chase mode, exori ico/exori hur if 2+ monsters, exori/exori ico/exori hur if 3+ monsters
      • PS.: all of this options are totally configurable (you can add runes, spells, etc).

    Supplies Options and configurations:
    • Druids and Sorcerers: 200 strong mana potions, 25 sudden death runes
    • Paladins: 180 strong mana potions, 30 strong health potions, royal spears down to 75 cap
    • Knights: 200 mana potions, 30 great health potions
      • PS.: all of this options are totally configurable, you can change to power bolts, onyx arrows, etc

    Looting Options and configurations:
    • ​Loot gold only if cap above 130 (configurable [I use it to don't lose any knight armor, for example])
    • 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:
    • Sorcerers and Druids: 100-130k/h (depending on your level and magic level)
    • Paladins: 90-130k/h (depending on your level and skills)
    • Knights: 90-130k/h (depending on your level and skills)

    Hotkeys:
    • Sorcerers: exura, exura gran, exura vita, exori gran vis, exori vis, sudden death runes on target, strong mana potions on yourself
    • Druids: exura, exura gran, exura vita, exori gran tera, exori vis, sudden death runes on target, strong mana potions on yourself
    • Paladins: exori san, exura, exura san, exura gran san, utura, strong health potions on yourself, strong mana potion on yourself
    • Knights: exura ico, exori, exori hur, exori ico, utura, mana potion on yourself, great health potion on yourself

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

    Stats after running script for 3h on an ED 105:


    Set I recommend for mages:
    Hello, this script isent working propeley, wont open backpacks at depot etc. Could you check it? Thanks

  2. #112
    Free User
    Join Date
    Dec 2014
    Posts
    2
    Reputation
    10
    Rep Power
    0
    Please search script, it does not work properly in the dp not open bps then go hunting.... quick fix please !!!!

  3. #113
    Free User
    Join Date
    May 2015
    Location
    Sweden
    Posts
    54
    Reputation
    10
    Rep Power
    19
    Ok guys, i cant be here with my EK because druids/MS/pallys keeps stealing my kills. Please, dont be fucking assholes. It doesnt matter if im first in cave these fuckers always show up.

    Please use this anti killsteal script:

    init start
    --local SCRIPT_VERSION = "2.0.0"


    local MinimumDistance = 1 --set 1 for knight, set 5 for other vocations
    local SafeList = {"BlakW", "BlakW"}

    -- DO NOT EDIT BELOW --
    MinimumDistance = math.max(MinimumDistance, 1)
    table.lower(SafeList)

    init end

    auto(100, 200)

    local players, monsters = {}, {}

    foreach creature c 'xf' do
    if c.id ~= $target.id then
    if c.isplayer and not table.find(SafeList, c.name:lower()) then
    table.insert(players, c)
    elseif c.ismonster then
    table.insert(monsters, c)
    end
    end
    end

    table.sort(monsters, function(a, b)
    if a.dist == b.dist then
    if a.speed == b.speed then
    if a.hppc == b.hppc then
    return a.id < b.id
    else
    return a.hppc < b.hppc
    end
    else
    return a.speed < b.speed
    end
    else
    return a.dist < b.dist
    end
    end)

    for _, cre in ipairs(monsters) do
    if #players == 0 or cre.lastattacked <= 10000 or cre.dist <= MinimumDistance then
    ignorecreature(cre, true)
    elseif (not tilereachable(cre.posx, cre.posy, cre.posz)) or #players > 0 or cre.dist > MinimumDistance then
    ignorecreature(cre)
    end
    end

    if $attacked.ignored then
    keyevent(0x1B) waitping()
    end

  4. #114
    Free User
    Join Date
    Jun 2015
    Posts
    7
    Reputation
    10
    Rep Power
    0
    I think there's too many special areas, my rp using Drill bolts too often run against 2 crystal spiders and get hit by them instead of running away from them

    edit: special areas are allright , i run into 5 crystal spiders without them :P
    lvl 71 rp isn't enough for it with 85 dist
    Last edited by karts; 06-24-2015 at 09:41 AM.

  5. #115
    Free User
    Join Date
    Jul 2015
    Posts
    1
    Reputation
    10
    Rep Power
    0
    Where should I start bot?

  6. #116
    Free User rico's Avatar
    Join Date
    Jul 2014
    Posts
    247
    Reputation
    17
    Rep Power
    20
    Quote Originally Posted by Ceirowski View Post
    Where should I start bot?
    depot svar or at spawn

  7. #117
    Free User
    Join Date
    May 2015
    Posts
    12
    Reputation
    10
    Rep Power
    0
    Nice script!! Thx

    Attached Images Attached Images
    • File Type: png 1.png (135.3 KB, 5 views)

  8. #118
    Free User
    Join Date
    Nov 2014
    Posts
    40
    Reputation
    10
    Rep Power
    0
    great script, but I have problerm with depositer, it open bp in dp scroll down but nothing happen. so he go to shop and exp

  9. #119
    Free User
    Join Date
    Sep 2014
    Posts
    39
    Reputation
    10
    Rep Power
    0
    same problem here

  10. #120
    Free User
    Join Date
    Sep 2014
    Posts
    39
    Reputation
    10
    Rep Power
    0
    OK I had to use same bps as brads photo to get it to work. But its works now so im happy

 

 

Posting Permissions

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