Search results

  1. H

    Custom Script problem

    1: item turtle totem 10: skill Moxious Maneuver If you are trying for NPZR stasis then forget it.....
  2. H

    TirianLib.Ash (Sell_item)

    Well, if you are typing a list you may want to explore the world of maps... Or simply use a script such as: http://kolmafia.us/index.php/topic,1282.msg6263.html#msg6263 Ok, so it turns out it doesn't have a sell function, but try this: string filename = "itemlist.txt"; item [string, int]...
  3. H

    How to cycle through all items, or locations, or etc.

    I doubt you are able to do so.
  4. H

    How does mafia evaluate if statements?

    Actually it would be: if (a) then if (b) then if (c) then [do stuff]
  5. H

    Sub-directories and scripts

    I have found that you need file_to_map("./scripts/forums/this/that.ash
  6. H

    Help with have_equipped and equipped_item

    Not necessarily a list of ALL command's but there is a CLI manual with multiple commands explained. If you know how to interpret it, you may also look up the "KoLmafiaCLI.java" file with the ".tar.gz" mafia download or simply visit: here.
  7. H

    Help with have_equipped and equipped_item

    I see nothing wrong with the outcome of your "snippet." Seems the problem is not within KoLmafia, but within the script. Meaning: you want apples from a banana tree. EDIT: re-read the post, it seems that maybe you should include cli_execute("refresh fam equip"); or "fam" or "equip" whichever...
  8. H

    Help!

    There is no function to check the BHH item, currently. But if one so desires to, one may be able tinker with Izchak's BHH script and create a function that will do as one should wish.
  9. H

    How does mafia evaluate if statements?

    http://www.wiki.kolmafia.us/index.php?title=If
  10. H

    TirianLib.Ash (Sell_item)

    Well, feel free to ask with any trouble you are having.
  11. H

    TirianLib.Ash (Sell_item)

    Well, pretty much the whole "tirianlib.ash" is no longer needed... Most of the functions (if not all) have already been incorporated into the hard code that makes up KoLmafia. But in your case the function is "boolean autosell(int, item);"
  12. H

    Help!

    1) Yes. 2) No. 3) I would assume it is supposed to be "priZe" not "priCe" meaning the Mr. Klaw items. 4) What would this command be used for?
  13. H

    Problems trying to unequip Familiar EQ

    For a quick way of function checking... Simply open the gCLI and type in "ashref" for a FULL list of all ash functions or to search for a more specific function, unequip in this case type: "ashref unequip" If there are no functions with "unequip" in the title it will return nothing. Keep in mind...
  14. H

    Nothing to do with KoLmafia, proxy server info.

    I am just wondering if any of the smart minds here know anything about proxy servers?
  15. H

    Equip all familiars Script please?

    Woot, that would be helpful if I played. Thanks! EDIT: That is helpful, thanks!
  16. H

    Equip all familiars Script please?

    There is, but every time I have tried using that button nothing happens.
  17. H

    Equip all familiars Script please?

    I have a script, although as stated before, it too will have to be updated but it works great for me.
  18. H

    Clothing checkpoint/restore

    I figured I would simplify this script for you so here it is: cli_execute("checkpoint"); Also, an easy way to save custom outfits: boolean save_outfit(string outfitlabel){ visit_url("inv_equip.php?which=2&action=customoutfit&outfitname=" + outfitlabel); return true; }
  19. H

    Forum location issues; personal or public?

    I have had a lot of trouble lately with the forums, primarily the logging in and the URL..... Anyone else notice anything? P.S. I am not complaining, I love all that is being done, just curious as to what is going to happen/has been happening.
  20. H

    Slow .txt Script Execution

    Maybe, should you be testing the main build? :|
Top