Search results

  1. Pazleysox

    Latest version error

    I'm getting a Java error when I try and use the latest daily build. I have for some time now, so I use an old version. A JNI error has occurred, please check your installation and try again. I just updated my java, and got the same thing... Any suggestions?
  2. Pazleysox

    How to script rollover?

    If your using Mafia to run your bot, and rollover hits, your bot will be logged off. It will be unable to do anything until it's logged in again. Then if there's any messages in the buffer, it will execute them upon log-in. When I ran a chatbot, I had a second account setup to log on just...
  3. Pazleysox

    How to script rollover?

    I would suggest being a little more vague in your request for starters. Second, I would write, or find a chatbot script.
  4. Pazleysox

    Mysticality Farming in Bathroom request

    Make sure you set these options in the CHOICE ADVENTURE tab first.
  5. Pazleysox

    autoscend - a sl_ascend fork/continuation

    I was able to download from the link lazy_fire supplied. Now to figure out how to run excavator.ash...
  6. Pazleysox

    autoscend - a sl_ascend fork/continuation

    Is there another way to download it without using the svn? I only see the one URL. I'm not sure what the "different URL" is...
  7. Pazleysox

    autoscend - a sl_ascend fork/continuation

    Thanks. I'm just coming back to playing, and didn't realize I had in fact downloaded sl_ascend instead. The svn didn't work. > svn checkout https://github.com/Loathing-Associates-Scripting-Society/autoscend/branches/master/RELEASE/ Starting Checkout... Validating repo... Repo...
  8. Pazleysox

    autoscend - a sl_ascend fork/continuation

    Is this script being maintained? I just downloaded a copy, and keep getting issues with gr8tness, and torso awaregness having not been changed. I can make the changes myself, but was just wondering.
  9. Pazleysox

    It is possible to automatically open the chat when login with KolMafia?

    Thats what I get for being late to the party then. lol EDIT: Sounds like he's looking for the old greasemonkey script "auto enter chat". Too bad it's been obsolete for a good long time.
  10. Pazleysox

    It is possible to automatically open the chat when login with KolMafia?

    I think I'm a little late to the party, but can't you make a script like the following, and use it as a login script? This is exactly what I did when I was running my chatbot. This first script can be called to log you in, and open the chat for that character only. void main() {...
  11. Pazleysox

    Overdrunk issue

    Fixed the issue.
  12. Pazleysox

    Need some help with creating a script to complete dailies

    I wrote a rollover management script some time ago. It covers just about every daily deed that mafia doesn't automatically handle with breakfast. Link below. Feel free to modify it as you see fit.
  13. Pazleysox

    Mafia Help!

    Heh, sorry about that. I pulled the code from another script, and didn't bother to check if it would work first. You can also setup that script to run when you login, so you don't have to remember to run it. Go here: General Preferences Automation On Login: Simply click on...
  14. Pazleysox

    Mafia Help!

    Pretty much. Make sure you add main() { //code here }
  15. Pazleysox

    Mafia Help!

    There's a script for the splendid martini (BRIEFCASE.ASH), and the time spinner (I believe FARFUTURE.ASH is available through mafia's script manager. Click scripts, script manager, install, and search for farfuture, install, run). Ezandora wrote them. running it in a script like this...
  16. Pazleysox

    Simple ChatBot

    I decided to release my version of a heartbeat script. I've been holding onto it for a long time. I feel it works nicely. It keeps the bot active in chat. It goes off every 10 minutes, and PM's itself, as to not spam chat. Included with the heartbeat script is a whitelist.ash, that checks...
  17. Pazleysox

    getmu.ash = A script to farm Mu familiar from the Tall Grass Garden

    You can simplify this to 3 lines. while (item_amount($item[Poké-Gro fertilizer])>0) { cli_execute("use Poké-Gro fertilizer"); cli_execute("garden pick"); }
  18. Pazleysox

    ZLib -- Zarqon's useful function library

    Got this error today. ran svn update, got error again. I will look into it myself for a bypass so I can play Bad coinmaster value: "Mushroom District Item Shop" (zlib.ash, line 403) for my needs, I commented it out, I'm not in a plumber run now. Or ever for that matter. EDIT - I was...
  19. Pazleysox

    ZLib -- Zarqon's useful function library

    IOException during data post (https://zachbardon.com/mafiatools/autoupdate.php?f=recoveryScript_map_v2&act=getver): Connection timed out: connect. Kept getting this error today. Turned a 25 minute playtime into almost 3 hours. :(
  20. Pazleysox

    Question about custom combat script / banishing

    AH HA! I'll try this tomorrow. Thank you
Back
Top