Search results

  1. 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...
  2. S

    KolMafia Guide for Noobs.

    Thanks to whoever broke up the scripting guide into several components! I started doing a bit of cleanup and will continue to do so periodically.
  3. S

    KolMafia Guide for Noobs.

    StDoodle, if you get around to it, you are certainly free to mess with the formatting however you'd like. I don't really know what is possible and I trust your judgement. Im sure you will do a better job than me! :-)
  4. S

    KolMafia Guide for Noobs.

    Wow, thats um... a pretty good point! Guess I never really thought of that! I'd say split it into: An Introduction to Scripting Your first Script: Automatically Buff Yourself. An Automatic mall-selling script for commonly farmed items. Auto-buff script II: Buffbots and checking your...
  5. S

    KolMafia Guide for Noobs.

    An sblock was a forum tag. Trying it out here.... Hidden Cool Stuff (um yeah... maybe not so much here) The idea was a way to expand and hide sections. I guess you just have to do it by adding multiple pages. I cleaned up a bit of formatting but I do have a request. Can you please...
  6. S

    KolMafia Guide for Noobs.

    Good stuff. Sadly, I don't know much about wiki formatting. I guess I need to check up on it. Is there any way to make sblocks? I really hate making people click to go to a new page for each section. It would be better if you could expand/condense each section. I could also put some...
  7. S

    Advice on getting started with this script idead I have?

    Here is another option. Not as elegant, but it works reasonably well for me and requires no external scripts. 1) Use my custom CCS to do the Spices Stasis thing for 25 rounds. No change here. 2) Make sure I checked "Libram of Love Song" for breakfast. I dont really want it for breakfast...
  8. S

    KolMafia Guide for Noobs.

    Hmm. FYI, I am pretty sure that when you say everything sucks about someone's 20 pages of work, then it is going to be offensive. Perhaps you could Suck It and go somewhere else to insult people. ------------ StDoodle, putting this on the wiki is an excellent idea. A lot more could be done...
  9. S

    Question about auto-casting Summon Love Song.

    Ah, there we go! I dont remember ever turning ON the libram summoning during breakfast, and don't entirely get the connection between breakfast and ongoing buffs. But hey... it works again. Thanks Jason!
  10. 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...
  11. S

    bounty.ash

    The ascend script is a paid one. See here for details: http://kolmafia.us/showthread.php?t=1894 If you paid for it, you can get support. If not, you likely won't have much luck finding it. I've never used it of course, but wanted to point you in the right direction.
  12. S

    int buy( int quantity, item it, int price_limit ) usage

    Heh. One heck of a lucky guess huh? :-) Glad it worked out for you. I might try to make a similar script, so it is good that you blazed the trail for me.
  13. S

    KolMafia Guide for Noobs.

    That's a good idea. I will update the guide on my notepad copy and post the new version soon.
  14. S

    KolMafia Guide for Noobs.

    Bump.
  15. S

    How to look at your store?

    I guess it is more of a general question. Ive seen scripts that appear use the contains_text(visit_url(X),Y) combo and their stuff seems to work fine. I thought it would work for any php request. I guess I can try it by visiting another page like the clan dungeon room and look for a...
  16. 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...
  17. S

    BRICKOS summoning (hopefully I haven't butchered the ash language!)

    Maybe you could manually command the nuns yourself? cli_execute("maximize MP"); // This will automatically search all your equipment and figure out which gear will best maximize MP. bool noMoreRestore = false; while ( my_maxmp() >= mp_cost($skill[Summon BRICKOs]) ) { if ( my_mp() <...
  18. S

    Hey Jason. Say, is there any place we can add my newbie guide to KolMafia to make it more...

    Hey Jason. Say, is there any place we can add my newbie guide to KolMafia to make it more accessible? I was thinking if you could store it on the sourceforge page as a Getting Started guide, since it is a lot more recent than the previous guide. I think it is more newbie friendly as well...
  19. S

    Idea To Save Headaches And Make Things Easier

    Well fortunately for you, I wrote a pretty comprehensive noobie guide in this very forum! Read through it and you might (or might not) pick up a few things. One section deals with getting the settings right. You may or may not be happy to know that in 13.9, they have defaulted the buy...
Back
Top