Jump to content

Cowding

Elite+
  • Content Count

    156
  • Joined

  • Last visited

Posts posted by Cowding


  1. Cyclone recently got changed to movement spell so it's pathing got different

    Try using a cwdt-lightning warp, it will solve the stuck problem

    Or you can set a leap slam/light warp on a 10 sec cd and higher priority than cyclone, so the bot will "unstuck itself" once a while

    _Never_ set anything to the left click pther than movement spell / move only

    Bot uses it for pathing and (especially for meele-cyclone) if there is a skill(or normal attack) it will use that instead of moving.

    This will fck up it's mind because it beeds to re calibrate where it is, what is it doing etc and that leads to the shit you can experience


  2. You told the bot to pick up items that matches these stats, not to pick up rares AND keep them if the stats met

    // # is used to separate mods checked after item identification. If an item matchs mods before the # and doesn't match the ones after, it will be sold to vendor.

     

     

    [Type] == "Spike-Point Arrow Quiver" && [Rarity] == "Rare" # [base_maximum_life] >= "50" && [critical_strike_chance_+%] >= "25" && [base_critical_strike_multiplier_+%] >= "25" && [StashItem] == "true"

     

    [Type] == "Spike-Point Arrow Quiver" && [Rarity] == "Rare"   = take rare spike point quivers

     

    # = ID it

     

    stats && oher stats && etc = check if they match -> stash 

    else

    sell

     

    modify the rest like this


  3. dled from the ownedcore tread from badplayer. using cports.exe for logout to login screen, flask working, quicksilver working, hotkey in-game cant be modified or else the script wouldnt work. must be 1 2 3 4 5. BUT, there's one single problem, it keeps open up my skill tree for no reason, when i'm using the script with exiled-bot. Why is this happening?

    The bot uses a few hotkeys, like f11, f12, default loot key, space for close windows

    Make sure the autopot script has all it's hotkeys disabled or changed

    1,2,3,4,5 shouldnt be a problem alone


  4. http://pastebin.com/Uibyi3sd

     

    That pickit filter should loot and stash all 4slot or smaller chromatics. You will need to uncheck the chromatic box in EB and turn on smart pickit, and replace your default filter with this one.

    Great work man

    With your permission I'd include this in my future work of the reworked & improved pickit (with credits to you on this part, of course)

    • Upvote 1
×
×
  • Create New...