Search results

  1. H

    Autorecovery failed..... not crimbo related D:

    Well, you have evidence to back the charges and therefore I will refrain from further help. As are the admins wishes.
  2. H

    Autorecovery failed..... not crimbo related D:

    It is not good to jump to conclusions... Assumptions lead to bad things. Also, GMoB??
  3. H

    Autorecovery failed..... not crimbo related D:

    You could try: if(!restore_hp(my_maxhp())){ abort("Autorecovery failed"); }
  4. H

    What is wrong with visit_url?

    Well, I typed in gCLI "ashref drops" and got this: int item_drops( ) int item_drops( monster ) This tells me that this function only returns the amount of items dropped..... :P
  5. H

    macguffin.ash (a script in progress)

    If you could put that in a [code] that would be helpful... I took the above code and turned it into ".ash" ... I did a little changing but left it mostly the same.
  6. H

    Modern castlefarming script

    Well, as it is now, it is designed to adventure at the highest possible area and will check for each area (duh). This is done so (I believe) because not everyone has access to all areas... But you could change it (for personal use, or public post...) to choose the option with the fewest...
  7. H

    Item Managment & Text Reference

    Just FYI: The problem is fixed in reply #3. Also, bump for update: Reply #1
  8. H

    ASH-scripted clan buffs?

    Just FYI: visit_url() is your friend in this case. The easiest way I could think of to do this would be to: Open mini-browser go to the clan buff page purchase a buff / some buffs and copy the URL...
  9. H

    What is causing this to auto-abort?

    Ok, after a little bit of tinkering I found out the problem... It was actually with another script, but thanks for the debug on/off idea, that is eventually how I tracked it down.
  10. H

    Item Managment & Text Reference

    It is because I had the script set to file name item_list.txt but attached itemlist.txt..... :| My bad, lol.. Just for the record I use the main builds, 11.8 currently. EDIT: Oh, I guess it would have helped to look at your map file... :P I see the problem now, there should be a tab between...
  11. H

    Item Managment & Text Reference

    To my own complete amazement after about 2 hours of experimenting :-P I was able to come up with the attached script. With that, the format of the map should be as follows (which is pretty much the same as what you desired): [ACTION] [KEEP] [ITEM] sale 0 Knob Goblin Sausage mall 1 beer basted...
  12. H

    What is causing this to auto-abort?

    Whenever I run the attached script it doesn't necessarily abort but mafia freezes... I can click stuff but it won't respond with any action so I have to restart it.. Any idears? EDIT: Problem fixed.
  13. H

    Trophy and Tattoo management project scripts!

    Well, I took the script located here tweaked it a bit and came up with the attached script...
  14. H

    Advent calender user.

    I wrote this quick script up to auto-use the advent calender in the campground... It will use it until it is unable to use it anymore. while(contains_text(visit_url("campground.php?action=advent"), "left to punch out right now")) visit_url("campground.php?preaction=openadvent");
  15. H

    Outfit Changer, a casual ascension aid

    Yea, the script checks to see if you have the item to equip, if not it moves to the next item.
  16. H

    Automatic epic weapon creation question...

    In the preferences under the general tab it is about the 8th line from the bottom, it will say "Allow equipment changing when casting buffs" be sure this is unchecked. If that doesn't work I don't know.. Or if you go to the preferences .txt file be sure to have "switchEquipmentForBuffs=false"
  17. H

    What is wrong with visit_url?

    All the results of visiting the url/barrel will be shown in the gCLI and under the session results in the adventure frame/tab..
  18. H

    alias to burn MP?

    1: Info from: User Manual set [settingname] = [settingvalue] (set battleAction=lunging thrust-smack) Changes a KoLmafia setting to the specified value. Modifying these settings incorrectly will cause KoLmafia to crash, so be sure of what you're doing before you attempt to use this command...
  19. H

    What is wrong with visit_url?

    string barrelitem; barrelitem = "barrel.php?smash=1"; print_html( barrelitem );
  20. H

    Help with using .ash utility scritps

    Well, first of all, this should have been posted in the page of the original script. Second, without knowing what script you are talking about or having the script to look at, there is not much any can do. So, if you could put up a link of the original script and/or post the script here, then we...
Back
Top