Search results

  1. R

    Bug - Won't Fix Mafia Saved Passwords Are Cleared

    I've seen Mafia clear my saved passwords sometimes. And then I have to go track them down again. Anyone know why this happens? I'm not even entirely sure if it's a bug or something I'm doing; but when it happens ALL of my passwords are cleared.
  2. R

    KoL Mafia Simply Disappears

    Thanks. I'll consider my issue resolved then and try it out tonight. Thanks again all.
  3. R

    KoL Mafia Simply Disappears

    I don't think I have the memory leak issue then, because this issue can happen the very first time it tries to log into mafia. Does that mean the issue with the javaw.exe is still going to be a problem? If so, any ideas on how to correct that? Is it because it's running the 32-bit javaw.exe...
  4. R

    KoL Mafia Simply Disappears

    Thanks for the idea. I'll have to give that a try tonight. It says the memory leak was keeping the program open, so I'm assuming that would resolve the javaw.exe still running in processes issue. Is that then also related to why it's disappearing? I'll check tonight to see if it works I guess.
  5. R

    KoL Mafia Simply Disappears

    I'm not sure what's going on, I'm not sure if this issue is computer related or not as I have yet to have the chance to try it on another computer for a sufficiently long enough test period. Windows 7 (64-bit) KoLmafia-14.8 and KoLmafia-10009.jar I use a text file for CLI commands and just...
  6. R

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Hey, that worked. Thanks for the help.
  7. R

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    The problem though is that it doesn't run after giving that message. When I try to run "bumcheekascend v0.31.ash" it says: You are in softcore. The script behaves differently for softcore and requires you to follow the small number of instructions in the following page -...
  8. R

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    It's been a long time since I used this script and it worked fine before; but now it says there is a newer version. It seems to indicate that because I'm in softcore that I need to use the relay script to change some settings. I'm not sure which settings I need to change because I can't get...
  9. R

    What's in your login/logout scripts?

    I'd like to do some adventures at various places and then use the rest at the gym. I'm just using a text file to run commands through the CLI and adv * gym does not work. Is there an easy way to do that?
  10. R

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Thanks Winterbay, I'll give that a try.
  11. R

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Not sure how to do that Theraze. I got home last night and it worked fine, all was well, problem was solved (and I didn't even do anythin). So I tried it again this morning on another char and it didn't work. Same error with the sponge cake. NOTE: I think I've only seen that error here on...
  12. R

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Anyone getting the sponge cake item number error? I don't have mafia here at work, so I can't remember the exact error; but it tries to run and immediately spits out an error with the sponge cake item on line 1369 or something like that. Newest daily build (from today) and .16 version of the...
  13. R

    GambleBot!

    StDoodle - Yep, I was using that Regex page on the wiki. Maybe it was the fact that it was so late in the evening (actually early in the morning) that made it so I could not think clearly. slyz - Thanks slyz. For right now I don't care if they use upper or lower-case. Though that's good to...
  14. R

    GambleBot!

    Wow, so I guess I can't figure out regexes. I thought it might be fairly simple to have it recognize "savenotes" and then have the rest of the text in a second group (or the first group, depending on how I did it) and then save the message as that group. Main area of concern: if (...
  15. R

    GambleBot!

    So, this is directly from my test script. You can copy / paste it to a text file, save it as .ash and run it yourself. My PMlogged file has five entries in it currently. When I message him to shownotes, then he PMs me "shownotes" five times because I have private chat in the foreach loop. So...
  16. R

    GambleBot!

    So put it the File_to_Map directly after the record is called and before the PMlog is defined? I'll have to try that later when I have time. I see what you're saying, and I think I've tried that (though maybe not with the record and / or variable outside the IF statement as well).
  17. R

    GambleBot!

    Well, my first response got deleted somehow, so here it is again. I originally tried to explain all the horror I went through; but now I'll just recap. Had to move variable for noteP and record stuff outside of IF statement to make it global so that my later IF statement would recognize it. I...
  18. R

    GambleBot!

    It will be all messages sent to the chatbot that day with the special key word. So this is what would happen: /msg clanchatbot keyword Tell clan this. ... an hour later... /msg clanchatbot newmessages clanchatbot: Tell clan this (this would be to the clan chat window). Usually we'd get maybe...
  19. R

    GambleBot!

    StDoodle - What I'm trying to do is basically setup a log so that people can leave a message for anyone in the clan. We don't want tons of clan announcements made; but we want these short messages available upon request. It actually won't be all PMs to the bot, it will only be PMs which...
  20. R

    GambleBot!

    Not sure where else to ask these two questions, so I'll just ask here. I can get the messages into the PMlog.txt file and I can open the file and see what's in there; but can I have my bot spit out one or more lines from the log? Here is what I tried: void main( string sender , string...
Back
Top