Search results

  1. M

    basic question for relaying

    so if i do something like: void main() { buffer text = visit_url(); text.insert(text.last_index_of("fighting"), " LET'S SEE IF THIS WORKS"); print("got here"); text.write(); } save that as fight.ash, stick it in relay folder next to my version 11.3 ... then when i use relay browser and...
  2. M

    quest script comments please?

    hi, i've written a little script to check quest progresses. unfortunately, this is only for council quests atm, but that can change ... i was wondering if there were any kind comments ... perhaps on optimization, problems, or other features i could put in ... feel free to use if you'd like...
  3. M

    Error in buffing

    Uh, is there any reason that my character would randomly buff itself with 10000 adventures of leash of linguini while running mafia? the mood says when I run low on leash, cast 1 leash ... is low defined to be under 10000 adventures? thanks ...
  4. M

    overdrink

    where is the kolmafia preference option that allows you to overdrink without verification? thanks
  5. M

    cyrpt problem

    so my question concerns: void cyrpt() { cli_execute("adventure * defiled nook"); cli_execute("adventure * defiled cranny"); cli_execute("adventure * defiled alcove"); cli_execute("adventure * defiled niche"); } i'm using kolmafia 8.5 and when it finishes each section, i get a "Nothing more...
  6. M

    errors

    umm i got stuck on an error. says " '}' Expected at line 49 in file ... " when I try to run through mafia ... could somebody please help me? i've been trying to figure out my problem for the last two days ... oh and any constructive suggestions to my script would be appreciated.
Top