Search results

  1. asturia

    Call consult script from another consult script.

    thanks for the help. I'll test it tomorrow and let you know how it worked. Just to confirm. When encountering a goth giant, it will now try to first use a putty sheet and then try to olfaction it? Is this correct? I have now this in my ccs: [Goth Giant] 1: skill Summon Mayfly Swarm 2: consult...
  2. asturia

    Call consult script from another consult script.

    How about this? void main(int initround, monster foe, string url) { round = initround; nowfightingonstageone = foe; // make the monster global for intheclear() handle_grin(foe,url); if (intheclear() && contains_text(url,"You get the jump")) { url = class_action(url); } else...
  3. asturia

    Call consult script from another consult script.

    I have 2 consultscripts that deal with different things. One is this: void main(int initround, monster foe, string url) { int puttycounter = get_property("spookyPuttyCopiesMade").string_to_int(); if (puttycounter < 5) { if (item_amount($item[spooky putty sheet]) > 0) {...
  4. asturia

    First Things First -- a multipurpose pre-combat consult script

    I'll add it to my script and will post my findings then.
  5. asturia

    First Things First -- a multipurpose pre-combat consult script

    Tebee, where should I implement your solution? I have the same problem as you have.
  6. asturia

    Item loss bug in Mafia

    I can only say that during the years that I used mafia, that it never lost items.
  7. asturia

    Recovery Script for Hardcore

    thank you. I love your script.
  8. asturia

    Recovery Script for Hardcore

    What I normally do is to use cocoon when the price of a healing item for hp is more then an item to regenerate the mp used by the cocoon. I hope this was enough information?
  9. asturia

    Recovery Script for Hardcore

    Well I have never seen it cast canneloni cocoon. that was why I was asking my question. Maybe I have to pay more attention the next time.
  10. asturia

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    To be honest, your programming skill level is much better then mine. I can only grasp the most simple concepts in your script. I've made some myself, but like I said, they are much simpler.
  11. asturia

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    another log: btw is it possible to make the script a little faster as it seems that it takes a long time to run now. But I'm very hapy with it. ****************************************** Now, to recap... ****************************************** Consuming up to 15 food, 19 booze, and 15 spleen...
  12. asturia

    Recovery Script for Hardcore

    Well maybe you can include skills to heal yourself: like Cannelloni Cocoon cocoon or so and then use an item to regenerate the mp you used.
  13. asturia

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    Will try it tomorrow since I'm already full today. but thanks for this update
  14. asturia

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    Latest log. If you could include milk of magnesium that would be great. ****************************************** Now, to recap... ****************************************** Consuming up to 15 food and 19 booze Considering food from inventory Hagnk's the mall. Per-item budget cap is 18750.0...
  15. asturia

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    that was a real log :) I'll submit another one soon.
  16. asturia

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    here is another log of mine: Consuming up to 15 food and 19 booze Considering food from inventory Hagnk's the mall. Per-item budget cap is 12500.0. Price will be a factor if you own it already. Hagnk's pulls (if enabled) will cost 1000 meat each. An adventure has the value of 200 meat. Prime...
  17. asturia

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    no problem will post another log tomorrow.
  18. asturia

    SafeGuide -- quickly identify the locations most suitable for your level

    Same problem with the build I posted in the Daily build section, will test again later.
  19. asturia

    SafeGuide -- quickly identify the locations most suitable for your level

    Is it possible the script doesn't work anymore with the latest daily builds? update: version of kolmafia doesn't matter. Here is a debug log: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= KoLmafia r6570, Windows XP, Java 1.6.0_10...
  20. asturia

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    Here is mine: Now, to recap... ****************************************** Consuming up to 15 food and 19 booze Considering food from inventory Hagnk's the mall. Per-item budget cap is 25000.0. Price will be a factor if you own it already. Hagnk's pulls (if enabled) will cost 1000 meat each. An...
Back
Top