Search results

  1. T

    charsheet.php - Group Skills by Character Class

    I wanted to be able to see the skills on the profiles of others the same way this script shows mine so i modified it a bit. Here it is if anyone else wants it.
  2. T

    Skill/CS planner

    Isn't it called TortoiseSVN? This time, this may be of interest: http://kolmafia.us/showthread.php?12658-Scripts-on-SVN
  3. T

    Skill/CS planner

    No idea how useful it is but you may want to check this out: http://kolmafia.us/showthread.php?12531-quick-SVN-primer-%28for-scripters%29
  4. T

    Best Between Battle Script Ever -- formerly AutoMCD

    There doesn't seem to be a setting but you can always edit the script to make it do so. The function that decides which familiar to switch to is called dropfam(). It shouldn't be hard to modify it so it does what you want.
  5. T

    Avatar changing items

    My guess is that you deleted one more line than shown above, either line 27 or 57, thus creating unmatched brackets. This may help in the future. A list of ASH errors and what usually causes them.
  6. T

    Twin Peak automation

    You can type "zlib bbb_famitems = false" (without the quotes) in the CLI to stop BBB from changing your familiars.
  7. T

    Choice selection help

    GAP pants are an item, right? Have you tried using them first? Something like: use(1, $item[GAP pants]); run_choice(2);
  8. T

    Choice selection help

    You can take a look here for more information regarding preferences. It may not be up-to-date though.
  9. T

    Bale's Relay Overrides

    If you are using the icon topmenu style then you end up with 2 clan whitelist dropdowns. Apparently both topmenu.ash and awesomemenu.ash fire and it gets added twice. Probably a result of r16805? Commenting the respective line on topmenu.ash seems to solve it.
  10. T

    New lightweight Volcano Mining Script! No Object detection! ~3.45K/turn.

    You didn't account for the currency you earn when you use a one-day ticket. For barf you earn 3 FunFunds from garbage disposal while most assignments seem too time-consuming to be worth it. Each ticket costs 20 Funfunds or 100k meat so you earn back 3/20*100k=15k meat. So each dinseyland ticket...
  11. T

    Bug - Fixed Zombie Slayer quest tracking

    Would this be good enough? I didnt know what to copy so i copied everything. https://dl.dropboxusercontent.com/u/46188332/questscouncil.html
Back
Top