Search results

  1. zekaonar

    How do I look up weapon type = 1-handed chefstaff

    weapon_type() returns the stat it requires to equip it.
  2. zekaonar

    Best PVP Gear - optimizes/balances for 8 mini-games

    Yea, TΤ◊lisman of Baiø‡ counts as 53 for laconic, but 19 for verbosity.
  3. zekaonar

    Best PVP Gear - optimizes/balances for 8 mini-games

    I have noticed that verbosity counts HTML entities as 1 character but laconic counts HTML entities as several. I'll have to adjust my script tomorrow, just reporting it here before someone else does.
  4. zekaonar

    Best PVP Gear - optimizes/balances for 8 mini-games

    Updated 4/29/2014 * correct sneaky pete weighting for familiars, bjorn/throne * can_interact() hardcore/ronin support * now in svn
  5. zekaonar

    Crafting Selectors

    OK, some of the features of pulverize groups are incompatible with the select2 widget. I would have had to re-write most of it to fully have the best of both features, so I just brought in the functionality as-is. I also added a version of the same widget to mailing items.
  6. zekaonar

    Crafting Selectors

    I've never done a relay script before and I didn't find anything that gives tutorials or tells you how to merge conflicts. Combining the two would be easy enough, my script would just merge into the start of the other one. The code that changes the droplists to the advanced widget actually...
  7. zekaonar

    Crafting Selectors

    Crafting & Mailing Selectors(searchable droplists) I got annoyed with the massive crafting droplists and integrated the select2 jquery widget with the crafting screens. It supports the basic searching/filtering. Let me know if you get any bugs or I missed anything in svn. svn checkout...
  8. zekaonar

    Bug - Fixed Ignore fake item acquisition messages when PvPing

    pvp erroneously reported getting a 29M item Check the bolded fight. I don't seem to have a defective game grid token in my inventory, and I don't think it's stealable. I did however get the lint. Closet that lint if you have some. Use all remaining PVP attacks to steal loot via muscle...
  9. zekaonar

    session results

    I'm looking to tap into the data displayed in the overview>session results. This is the data that displays meat, item and substat gain for the session. Does anyone know the CLI/ash to get at this data?
  10. zekaonar

    auto BHH and friends

    If you've already accepted bounties, or have them left over from yesterday then count(options) == 0 but current would have bounties to collect. The first line of main could be: if (count(options) == 0 && count(current) == 0) vprint("Bounty hunt already completed today.",-3); to deal with this.
  11. zekaonar

    CanAdv -- check whether you can adventure at a given location

    I have visited it and everything is unlocked. I'm also running Bale's relay enhancements and it reports everything unlocked. I guess I don't understand what this is checking, why would the lastManorUnlock get set to the number of ascensions. Adventure Advisor also reports the zones open.
  12. zekaonar

    CanAdv -- check whether you can adventure at a given location

    I'm trying to troublehoot an issue: > ashq import canadv.ash; print_html(can_adv($location[The Haunted Conservatory],false)); false I can access the Conservatory and unlocked all parts of the manor. Tracing the script it is calling zone check on Manor1 and that is failing. > ash...
  13. zekaonar

    unsupported choice adventure #694?

    [9669] The Briny Deeps Encounter: Deeps Impact Unsupported choice adventure #694 choice 1: Light the fuse Where do I tell it to pick the only choice and continue? I don't see this adventure listed in the Choice Advs tab.
  14. zekaonar

    Automated bounty hunting

    I'm surprised no one has enhanced this. I tried running it, but it wasn't smart enough to put on the pirate fledges to get to the poop deck, and it couldn't buy or use a llama gong, then once I bought it and used it, it still stumbled somewhere and thought the bounty was already complete. It...
  15. zekaonar

    Automated bounty hunting

    Thanks again. Where do I get bounty.ash?
  16. zekaonar

    Automated bounty hunting

    I'm going on vacation for 7 days and I hope to never waste an adventure during that time. Ideally I'd like to collect my bounties during these days but I'm having trouble figuring out a good way to automate them. Are there any good scripts of cli example commands that could run unattended...
  17. zekaonar

    gCLI events

    thanks!
  18. zekaonar

    gCLI events

    I am scripting some calls to get buffs from buff bots and then calling events to refresh mafia so that it knows the buffs are there and the mood should be valid. kmail to Buffy || Polka, ghostly, reptilian, snapper, astral, jingle, elemental, jalap, scarysauce, leon, stevedave, newt; wait 20...
  19. zekaonar

    Best PVP Gear - optimizes/balances for 8 mini-games

    I'll move it there sometime next week, for sure before I update it again.
Back
Top