Search results

  1. E

    MissingBuffs.ash

    You could use proxy records to do the task a lot easier. Here is something I just threw together, feel free to use/steal it =). void buffs() { int amount; boolean have_buff; boolean[skill] active_buffs, bot_buffs, castable_buffs; foreach it in $skills[] { amount = have_effect(to_effect(it))...
  2. E

    Bug - Fixed Star chart Crafting was Unsuccessful

    It is interesting how it works for the first character I use the command on but any characters that try there after fail unless I close/reopen KoLMafia. Here is the debug report. > find richard's star key Verifying ingredients for Richard's star key (1)... class...
  3. E

    Bug - Fixed Star chart Crafting was Unsuccessful

    Sometimes when typing "find 1 richard star key" it will give me an error saying "Star chart crafting was unsuccessful." I can make it by hand just fine tho. Is this a bug or am I doing something wrong?
  4. E

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    You can change it in a variety of ways, the easiest is probably using the relay script to change the option.
  5. E

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    Ran it with high verbosity (11 for 1 battle and then the rest of the time at 9). It does take in account the Cadenza profit and during the run would constantly use it as a first skill if it didn't pickpocket, which it also seemed to calculate fine. That being said, it doesn't explain why it was...
  6. E

    Scripts on SVN

    Looks like it works now, thanks Bale and Veracity! As a suggestion, I think you should include a link to the SVN Primer wiki page in the first post as it contains a lot of really good info on the subject. The same could be added to the "quick SVN Primer" thread.
  7. E

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    Alright, I will run it with some high verbosity and see what is going on. For now, here is an example of what is going on. [1] The Spooky Forest Encounter: wolfman Round 0: SlayerofAll wins initiative! > You have the latest batfactors.txt. Will not check again today. > WHAM: Running...
  8. E

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    Hey Winterbay, I was looking into using WHAM for the default CCS to my adventure script. It would let me run way higher ML without worrying about coding tons of CCS stuff. While it excels at killing things before they kill you, it doesn't always take the most economic path. For example, I...
  9. E

    Scripts on SVN

    Yeah I don't think I have mine updating, because I don't see a lot of the "newly" added scripts. Actually, I still don't see those scripts despite reloading the repository. Are those scripts not added anymore? I don't see any of ckb's scripts, guuy's slime calc, or digitrev's script. There are...
  10. E

    EoD Softcore Ascension Script

    Meaningful changes have been made! :D All the new areas and what nots have been added. It still needs some tweaking for the leveling logic after the non-combat stat nerfs, but it should once again move smoothly through the quests.
  11. E

    Combat Consulting Script Refuses to Run

    Yeah, it was literally nothing...or rather it would end up aborting and telling me I was on my own when I tried to fight the shadow. Theraze fixed it tho. Thanks! :)
  12. E

    Scripts on SVN

    Here you go Bale. { "repo": "https://svn.code.sf.net/p/eodscascension/code-0/", "author": "Eliteofdelete", "name": "EoD Softcore Ascension Script", "forumThread": "http://kolmafia.us/showthread.php?14814-EoD-Softcore-Ascension-Script", "shortDesc": "Does 100% automatic softcore...
  13. E

    Combat Consulting Script Refuses to Run

    I am trying to make a simple consulting script for fighting the shadow. I have my ccs calling it, but it fails to do anything at all when called. I am unsure as to why. void shadowconsult( int roundnumber, monster opp, string pagetext) { if (opp != $monster[your shadow]) abort("We are not...
  14. E

    Question about "throw_items()"

    Never mind, this is a problem with my script doing something strange and had nothing to do with the throw_items(). Sorry.
  15. E

    Buying Items from Mall while in Ronin

    Thanks guys, I figured something new had been implemented, but I was looking in the wrong direction (was looking for a setting rather than a new function). Time to update all my buys in my scripts :(. Edit: Turns out it wasn't that bad, thanks again folks!
  16. E

    Buying Items from Mall while in Ronin

    I seem to be unable to buy items from the mall through KoLMafia while in Ronin. I tried entering "buy 1 item" in the cli and it doesn't do anything. Entering "ash buy(1, $item[item])" gives me false. I can buy items from the mall manually though and the commands work fine outside of Ronin...
  17. E

    EoD Softcore Ascension Script

    There are a minor typo with the function that was causing that abort. It should update and work now as intended. Lemme know if you run into any other problems :).
  18. E

    EoD Softcore Ascension Script

    They love breaking stuff :(.
  19. E

    EoD Softcore Ascension Script

    That is strange. Has this been happening for awhile now or is this something new? I have not ran the script for about a week now but when I was I have never came across this problem. I did a quick look through that area of the script but nothing stood out as wrong.
  20. E

    Feature - Implemented ASH or CLI command for the Javascript Function fightMostTowerGuardians()

    I am sorry, I do not know the time frame of "so soon" in the context of this forum. Nor do I have any clue how much time/effort would be required to make such an implementation. I figured it would be relatively easy considering the function already exists for java script. If not, then I am sorry...
Back
Top