Search results

  1. Pazleysox

    Fantasy Realm Info script

    Here's a simple script to keep track of what you have, and don't have as far as Fantasy Realm items. I can always break it down further to show where each item is located, but for the time being, it just shows what you have, and don't have. Ezandora's script already shows what equipment you...
  2. Pazleysox

    FantasyRealm

    Thank you! I've been working on a script for a few days, and feeling like I'm failing miserably.
  3. Pazleysox

    valhalla script?

    I have it scripted. I asked some time ago, and got some good help. Here is that thread. My last post shows what I use for my CS runs.
  4. Pazleysox

    Feature Maximize Passive Damage

    Not sure if this helps: https://www.zachbardon.com/mafiatools/autoupdate.php?f=passive_damage_sources&act=getmap Zarqon's passive damage list from 2013
  5. Pazleysox

    BatBrain -- a central nervous system for consult scripts

    Having little experience with this script, I did not know this. I am however curious how the script will respond to a monster (Plywood_cultists) that will only take damage from passive sources. dodge (X) The monster has an X percent chance to dodge melee attacks. noitems (X) The monster...
  6. Pazleysox

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    Zarqon is missing for a few days. On your honeymoon I ran my turns in the realm today using WHAM 100%, and ran into a few issues that I'm sure will be easy enough to fix when he returns. I'm trying to write a script for the area, and without use of a custom combat script, I don't see how it's...
  7. Pazleysox

    Feature Maximize Passive Damage

    The "Plywood Cultists" in The Evil Cathedral only take passive damage. Can Passive Damage be added to Maximizer Modifier?
  8. Pazleysox

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    Does anyone know if this script plays well with the new Fantasy Realm monsters?
  9. Pazleysox

    PVP Stealable items

    I was able to figure out what I wanted the script to do by modifying this code.
  10. Pazleysox

    PVP Stealable items

    Ok, that's not quite what I was looking for. Perhaps I should limit the list to Food/Booze that are PVP stealable? A Clan member of mine brought up how 1 item can be duplicated per ascension with the Machine Elf Tunnel. I couldn't find a script to optimize this for her, so I was looking to do...
  11. Pazleysox

    PVP Stealable items

    Are all the PVP Stealable items coded into one list somewhere? I know I've seen the spleen list somewhere, but wasn't sure if a list existed for PVP stealable items perhaps?
  12. Pazleysox

    Standard PVP Bonus

    Here's a script that I wrote that will tell you every item that you can use for rollover bonus PVP Fights, while in a pathed "Standard" type ascension. It's designed for the Softcore user, but can be used in HC (but it's pretty worthless in HC) It will give you a printout of all the items you...
  13. Pazleysox

    file_to_map

    lol I'm working on my chatbot script. I was trying to figure out a way to record the last thing someone said, and the time they said it. TBT, I didn't want to say that, because every time I mention chatbot, people seem to run away. I did find a way to record what I needed in a setting, so...
  14. Pazleysox

    file_to_map

    How can I save the data to multiple lines? I've found a temporary way around it, which i'm not happy with.
  15. Pazleysox

    file_to_map

    I'm only using the record note; because I saw it in another script. I didn't know I didn't need it. Here's my issue: pazsox.txt says: 0 This is a test of the emergency broadcasting system 1815 { string [int] my_list; file_to_map("pazsox.txt", my_list); for i from 0 to...
  16. Pazleysox

    file_to_map

    record note { string message; int time_; } [int] test; int NE= count(test); test[NE].message= message; test[NE].time_ = to_int(now_to_string("HHmm")); Map_to_File(test,"pazsox.txt"); } pazsox.txt says: 0 This is a test of the emergency broadcasting...
  17. Pazleysox

    Rollover Management

    If I'm reading your comment right, you won't use a script like this, because it has it's own preferences, and stores them inside mafia itself, instead of a separate file? I'm not a "Great" script writer, and I've worked really hard by trial and error (more error than anything) my way into a few...
  18. Pazleysox

    Rollover Management

    I'm very aware of this. I fixed the issue in the script though, so it will only set the preferences once. Even when the script is updated. I've tested this myself. I just updated the script. It will now properly look at PVP & Rollover gear if you don't have enough PVP gear to fill all...
  19. Pazleysox

    Rollover Management

    I'll look into the things you've mentioned. The disco rests is a very easy fix. I'm looking into scripts that have their own settings. I don't want to have to add a file to the scripts directory. I might have it end up somewhere else. As far the PVP/ADV issue, I'll have to do some research...
  20. Pazleysox

    Scripts on SVN

    Zap Wand script "repo": " https://svn.code.sf.net/p/zap-wand/code/", "author": "PazSox", "name": "Zap Wand", "forumThread": "http://kolmafia.us/showthread.php?22677-Dungeon-of-Doom-ZAP-WAND", "shortDesc": "Automates Dungeons of Doom to get ZAP Wand", "category": "Adventure"...
Back
Top