Search results

  1. S

    Command for recording a song (wax record thing) help

    I am trying to make a very simple script snippet that records a particular song for me as an AT. I don't need any robustness and am unsure about the command line needed. Looking at the RecordSong.ash script, I have the following: string output...
  2. S

    How to add delays to conditional adventuring?

    I am wondering how to write or modify a script to add delays inbetween fights so things dont fly by so fast. Lets say I have a script that does this: // Sets up some condition. // Sets up some location. adventure(my_adventures(), location); // Do the next thing. When the condition is hit, I...
  3. S

    Can you de-combat-macroify your combat scripts and actions?

    In KolMafia past version 14.0, it now automagically converts all repetitive actions to combat macros. Is there an option or preference to turn this off? If not, I guess the only way to do it is to add a bogus consult line in all my CCS? I might want to disable this for short periods if I am...
  4. S

    Feature - Rejected Auto-abort when Nemesis Thug is encountered.

    These stupid thugs are really causing problems for me in Bad Moon as a Pastamancer. It always seems to occur when Im in an easy area, using auto-attack to get some MP back. Then, the thug appears and kicks my teeth in before I can hit abort. Is there any way we could add an option to the...
  5. S

    How to auto-heal with spells inbetween combat?

    This is probably a pretty basic question. I apologize if it is dumb. So, I love my stocking mimic. With it, I always have tons of mana available. Bittersweet tarts give me stat boosts, polka boosts itemfind. Its great for a relatively new player. The question is: How can I 'top off' my...
  6. S

    Feature - Rejected Expansion of right-click menu for Session Results.

    I was wondering if you would consider expanding the right-click menu of possible actions in the Session Results tab under the Adventure tab, so that you can quickly accomplish tasks that normally requires usage of the Item Manager. 1) For the autoConsume option, it would be nice to have a...
  7. S

    Question about auto-casting Summon Love Song.

    A while back, my Mafia would automatically cast Summon Love Song for me, based on my setting for Autobuff until (drop down from 0% to 100%). All I had to do is set the dropdown to say 50% and it would cast it as best as it could. For the last week however, it refuses to autocast no matter what...
  8. S

    How to look at your store?

    I was considering a script that adds stuff to my store if I don't already have it being sold. I thought this test script might work. (where the number is my player ID). No dice however. I also tried looking for the polka pop.gif or whatever the picture is. Any thoughts? Its more of a...
  9. S

    Whats the Preferences/Shortcut gCLI toolbar button do?

    Under Preferences, Shortcut tab, there are some setup options I havent figured out. One has two predefined 'gCLI Toolbar Buttons', one for Restore HPs, one for Restore MPs. I have yet to actually find where these might be. (They arent on the graphical CLI tab anywhere...) It looks like you...
  10. S

    KolMafia Guide for Noobs.

    KolMafia Guide for Noobs - Upd Feb6,2010. INTRODUCTION: ------------- Although a few KoLMafia guides exist already, they are either out-of-date, too brief, or too complex. They work, but are typically for more advanced players that catch the lingo and references. My guide is by a noob, to be...
  11. S

    Can't seem to use my Libram properly?

    As part of a logout script I have, #### Try to use my Libram. int loop = 0; ## If the skill use fails, who cares? It just spams a lot. while (( loop < 20 )) { use_skill($skill[Summon Love Song]); loop = loop +1; } Obviously not very pretty. However, I can't get it to...
  12. S

    Sea Scripts? Dolphin handling specifically.

    Adventuring in the Sea isn't too difficult and can be done with creative usage of custom combat scripts. Youd make sure you kill some of the dangerous monsters fast, and then use a round 29 uber-power in case you get Seriously Poisoned and can't hit them. The problem is handling Dolphins...
  13. S

    How does an ash script make a choice during adventuring?

    I don't understand how this works. I see scripts do the adventure(1, $location[X]) thing. But lets say you want your script to choose a particular adventure, which may or may not correspond with the Adventure Choices tab for that area. (or does it have to correspond?) Specifically, I wanted...
  14. S

    Way to get mall prices for all your inventory?

    I havent seen anything like this. My thought was that as a new player, I really don't have much of an idea what is worth mall-selling, and what should be auto-sold. I have quite a bit of stuff cluttering up the inventory and wish there was some script or something that would give me a list of...
Top