Search results

  1. Pazleysox

    Equipping specific wapon type

    Equipping specific weapon type Is there a way to have mafia search/equip for a specific weapon type? I'm working on a script that will run all free fights, and if the character is a Seal Clubber, then they will need a club to fight infernal seals. I don't want to assume people have a specific...
  2. Pazleysox

    Bug Experience Safari

    Casting Experience Safari 2 times... You acquire an effect: On Safari (10) Experience Safari was successfully cast I was trying to cast this on a clan member through Mafia's skill tab. It not only didn't cast it on them, but it didn't cast it twice (which I can certainly do)
  3. Pazleysox

    MultiUse Stash Tracker

    MrEdge73 has a clan administration lite script, that doesn't include the MultiUse Stash Tracker. I was wondering if anyone has a script that tracks their clan stash?
  4. Pazleysox

    How to determine extra rollover adventures from equiment?

    This script that I wrote will probably do what he's looking to do then. It will show what gear a player has, and tell how many bonus turns it will give. It does not pull, or equip the gear however.
  5. Pazleysox

    How to determine extra rollover adventures from equiment?

    Here's how I do it on the scripts that I've written: int init = numeric_modifier( "adventures" ); print("Adventures " + init); That will print out how many adventures you will receive from gear + skills + campground stuff. You can bring it one further (I like to do this): int...
  6. Pazleysox

    Detecting arrivals to clan

    The who_clan() is good, but the bot needs to be able to know who's already in chat, and who's arrived since the last check
  7. Pazleysox

    Rollover Management

    this change has been made. thanks. I'll look at the others this week.
  8. Pazleysox

    Rollover Management

    This is what happens when I work with no caffeine. It's fixed. This SHOULD be fixed now too. I found the issue.
  9. Pazleysox

    Rollover Management

    Well, then that makes sense that there's an error in my script! I've fixed it, hopefully it works properly now.
  10. Pazleysox

    Rollover Management

    I'm not sure what gear you have on when the script is done running, but you should check the next day, and see how many turns you have, to see if the script is right. I've looked over my code, and it looks right to me. It looks at everything. It uses mafia's built in maximizer to show turns...
  11. Pazleysox

    Why doe mafia fail to buy items from the mall sometimes?

    I personally don't see a problem with this. If mafia fails to buy something like that (and it has for me also), there's usually a good reason. There's times when I'm running the maximizer to do a one time thing and it would have cost me millions of meat to purchase something that wouldn't...
  12. Pazleysox

    Rollover Management

    I seem to remember the BHH only allowed 1 bounty per day. It used to take 200 days to get the familiar. Either that or I didn't do my research properly when I wrote the script. Either way, script is updated
  13. Pazleysox

    FantasyRealm

    If you remove the "script/", then you can put gain.ash anywhere you have scripts. That's what I did.
  14. Pazleysox

    bountiful.ash - a better bounty script

    I figured it out... It's got nothing to do with the bounty script, and everything to do with your Asdon Martin being out of fuel.
  15. Pazleysox

    bountiful.ash - a better bounty script

    What CCS are you using?
  16. Pazleysox

    Rollover Management

    I sent the update yesterday, but for some reason it got kicked back. I sent it again today, and it looks like it went through this time. I downloaded a copy, and it came through as the right one.
  17. Pazleysox

    Rollover Management

    Hmm.. Bunch of odd errors. I updated the code. There was a big chunk that was copied, not sure how. I ran the script with the updated code, and it works on my machine.
  18. Pazleysox

    Loathing Legion

    I'll just shut up now. Please delete this post...
  19. Pazleysox

    Rollover Management

    Line 56 is a maffia bug. It's been reported long ago. The rest of the changes have been made. Not sure why the script did what it did though...
Back
Top