Search results

  1. T

    Noblesse Oblige: Dead Buffbot.

    I don't know if anyone else has noticed but theres an appeal on the KOL forums for help with a mafia problem stopping the buffbot working. see - http://forums.kingdomofloathing.com/vb/showpost.php?p=3297889&postcount=86 briefly the error they are getting is :- If attempting to start...
  2. T

    Problem Getting Ode from Kolabuff

    Anyone know if Kolabuff has changed it prices and not told mafia? I'm trying to get ode to booze by doing a csend 1 meat to it which mafia changes to 50 meat. Kolabuff then sends sends this back with a message 50 meat is not a valid buff price. Please check: [link] http:// www.koladdict.com/...
  3. T

    Check for missing hobo glyphs

    here is a quick and dirty script to tell you which hobo glyphs you have not got. I did start writing a much improved version of this but lost it ( and all my other scripts) in a hard drive crash, but got this back from someone I'd shared it with - sharing is good! (tell that to the RIAA) As I...
  4. T

    Scarehobo parts

    If you haven't got the requisite pastamaster skills and need to use phials to do elemental damage to get the parts to make your scarehobos here is a little script that will make 10 of each. You need to have confrontation cast on you to avoid the marketplace and you need to do enough damage to...
  5. T

    Checking if level 12 quest is completed

    can anyone suggest a nice easy way to check if the level 12 quest is completed? There's a setting "warProgress=finished", I thought I might be able to use, but unfortunately it doesn't reset on ascension!
  6. T

    retrieve_item - limit when buying?

    Does retrieve_item have a limiting price when buying an item ? I've got a script which gets and drinks a corpsetini which has just reached 20,000 meat in the market and it stopped working saying " purchase stopped" Tom
  7. T

    unfulfilled conditions

    If I set a condition and adventure for "x" turns in a location , if the condition is not satisfied at the end of those turns a script will stop. Is there a way of getting it to continue on regardless? - it would be nice if I could tell if it had been successful or not, but this is not vital. In...
  8. T

    accessing the concoctions database

    Is it possible to access the concoctions database from a script? What I want to do is to be able to produce a shopping list of things I would need to buy to make "x" of an item i.e. the bits I don't have in inventory at the moment. I'm guessing the way forward might be to use a map to read the...
  9. T

    Checking if a buffbot is online?

    Is there a way in ash to check if a user i.e. a buffbot is online, before trying to get a buff from them? Tom
  10. T

    Reading the output from a cli command in ash

    Is there a way to get the output that a cli command produces so I can try and phrase it in an ash script? Specifically I'm trying to get the info "counters" produces to see I'm near the turn to possibly get a semi-rare. Tom
  11. T

    Sub-directories and scripts

    Ive been trying to tidy up my scripts directory and moved groups of scripts into subdirectories. This has had the unfortunate side-effect of breaking quite a few of them. The culprits seem mostly ones that use include, execute another script or use file to map. What seems to be the way Mafia...
  12. T

    Error when using uneffect Carlweather’s Cantata of Confrontation

    Can someone explain to me why this line of code if(have_effect($effect[Carlweather’s Cantata of Confrontation]) >= 1) cli_execute("uneffect Carlweather’s Cantata of Confrontation"); Gives me the error Unknown effect: Carlweather's Cantata of Confrontation when I have the effect. under...
  13. T

    Checking if the the manor is open

    I've a feeling this has been asked before, but I can't find it so sorry if I'm doubling up. Is there a way in a script to check if Spookyraven manor has been opened up?
  14. T

    automatic stops when adventuring

    Do the automatic stops work when you script "adventure * somewhere" without conditions set? eg. when you hit " to the manor born" in the pantry. I thought they did, but when I just tried it it just seemed to keep going on, unless, of course, I'm doing something wrong again......
  15. T

    using "acquire" - problem/bug?

    I seem to hit a a problem sometimes when using acquire/retrieve item. It works as I would expect it ( creates or buys) if I ask for "x" of an item and I have none of them and does what I would expect (nothing) if I already have "x" or more of them. However if I have "y" of the item, where "y"...
  16. T

    Making sure a script is rune once a day only.

    Does anyone know a way of making sure a script has not been run before that KOL day? I.e from rollover to rollover. The only date functions I can find seem to use real-world date/day which may or may not coincide with the KOL one. Tom
  17. T

    Modified mushroom script to produce 3rd +4th gen crop

    I've been having a go at changing efilnikufecin's mushroom script to do a 16 day cycle, basically the 10 day cycle to produce 8 gloomy back mushrooms and the 6 day cycle to produce 8 third generation mushrooms off the wiki. I've used whatever spare space I have to plant knoll mushrooms as well...
Top