Search results

  1. S

    Recommendations for this map

    Ok well I've set out to write 3 libraries that will determine your best possible stat outfit. (pain in the ass, yes I know) Well anyway, I've just about finished the data entry for my moxie one and I came to a conclusion that it might not be stored in the best possible way for reference. Right...
  2. S

    ++ operator?

    Is it possible to gain a ++ or -- operator in the future? I'm trying to write a map and I'm realizing that I either need to make every node static OR I have to increment the index between every line.
  3. S

    Conditions change request

    Would it be possible to have condition modified to not break a script once it's reached?  If you try to do, say the artist quest in one script. you could add conditions for each of the items in turn say...  *incoming pseudo code* if item_amount palette < 1    add condition 1 palette adventure...
  4. S

    Password hashes in url

    I know the topic seems similar to another post, but the topic is on a different matter than that. Basically, through my practice I've noticed that I'm going to need to use urls that have the password hash in it - i.e. using items and such. Is the password has available somehow that I can use to...
  5. S

    Meat Pasting

    Does anyone know the correct format for the meat pasting url via inventory?  I have been trying all sorts of returnText = visit_url("combine.php?item1=118&item2=119"); I understand that I could use create sprocket assembly, but I like doing it this way as it assures that it will work (no...
  6. S

    Request update

    Is there an update to the ASH reference on the horizon? I scanned the release notes and didn't see function definitions anywhere. Thanks.
  7. S

    Property trouble

    I'm trying to use the property feature to make between session variables but I can't get it to create one properly. set_property("test","true"); is not doing anything, but it's not erroring out either.  Now that the KCS file is deceased, does this method still work? *UPDATE* Why does it...
  8. S

    Regex help please

    Hey everyone. I've been working on my ultraedit syntax highlighter and I'm stuck so I turn to the community for regex help. Basically it has a line that allows you to specific the Regular Expression that will be used to determine if something should be highlighted. /Function String = "%[...
  9. S

    User input

    Is there an internal ( function internal is what I'm saying I guess ) method of prompting a user for input? I have been using the parameters of main() to get some input but I was hoping for a way to prompt from within my code as well. Any ideas?
  10. S

    Olaf the janitor

    I'm new to interacting with the site via URLs, which seems to be the way everything was done in the past, and I need some help. I'm trying to start a script for the White Citadel quest but it starts when you talk to Olaf. Since CLI and ASH have no written function for that (that I noticed...
  11. S

    Item Bot?

    Ok so I was thinking about something today and at some point my brain shut down. That's when I thought about this. Does KOLMafia have the functionality to support an Item Bot that would work much like a buff bot? It seems like something that could be fun. Send it a certain amount of meat in a...
  12. S

    Farming effects, are they worth it?

    Hey I was wondering if anyone had some numbers on whether or not Red Snowcones and Pink cupcakes are worth it to add to the farming effects - well if you don't own them already. The same thing with Black oyster eggs. I have support for them written into my script but I can't bring myself to...
Top