Search results

  1. K

    MacGuffin 2.0 -- level 11 quest, automated

    So many combat methods, period. It's time to really think hard about working my consult combat script into something that isn't just kludged together and merely functions.
  2. K

    Script Registry -- for script authors; track your script usage

    as an aside, I often rename scripts that have (to me) annoyingly long names.
  3. K

    max monster level -- best way?

    use a mood. Mafia will refuse to autobuy anything that's too expensive (25K? 30K? I can't remember what the cutoff is) I have a "slimeling" mood I run for slimeling runs. It works just fine. Of course if you don't have enough stuff and it's too expensive, it will probably fail. If you say...
  4. K

    MacGuffin 2.0 -- level 11 quest, automated

    There used to be a "use CCS" option in a really old version ... let me fire up my editor and see what's available. Ahh yes ... Toss a boolean use_ccs = false; in at the beginning somewhere and this code into the handle_combat() function ... string handle_combat(string url) { if(use_ccs) {...
  5. K

    One-Click Wossname -- automatic level 12 quest completion

    I usually save/copy the warplans from one version to the next, as well as the dime/quarter store exchanges (I only trade quest items, and I trade them for MPE/FGF, then garters/poultices and then bombs) --edit to add-- While we're at it, additional options (like the plan_for variable) to allow...
  6. K

    MacGuffin 2.0 -- level 11 quest, automated

    A couple of tweaks In hidden_city.ash, I've made this modification a number of times on my own copy, and always forget to re-add it until it's too late (IE, I get beaten up) ... In the options of hidden_city.ash, where you define the spirit_skill variable I've added some additional options...
  7. K

    Get Slimy

    But it looks so delicious. And would save me the trouble. Once people figure out that the WHOLE outfit name is "slime_ml f=purse rat" it's not so bad ...
  8. K

    Is there a more specific mallbuy thing?

    That's kind of the idea ....
  9. K

    Get Slimy

    that looks nice Bale ... I haven't written code for bander+ode/navel ring runaways yet ... but I thought about it a lot ... too bad I don't have that thought->computer interface yet. so far I've burned 2300+ tattered scraps/smoke bombs with a slightly modified Alhifar script.
  10. K

    Different ccs per login

    I call that because it saves me a manual step to verify that I'm using the right CCS. If my chars are in aftercore/casual (and several other conditions are right) they'll auto-run a bounty as the final step in their login script. kain.ccs (as an example) uses FTF/SS/casualcombat and will...
  11. K

    Different ccs per login

    Mafia does indeed remember which char is using which combat option/script. They're all visible to all accounts, though. Part of my login script is as follows: cli_execute("ccs " + to_lower_case(my_name())); Each of my characters have a CCS called their name that has enough options to get them...
  12. K

    Donating Meat

    it works for me in the mini browser and in the CLI. Notice that the forum software inserted a space into the URL ...
  13. K

    Quick way to view someone's store?

    If you click on their name in mafia chat ... just use the dropdown at the top of the chat pane to change it to "click shows mall store"
  14. K

    Donating Meat

    I just visited the mini browser and tossed some meat into my clan stash using: clan_stash.php?action=contribute&howmuch=50000&contribute=Contribute&pwd
  15. K

    Get Slimy

    the whole outfit name needs to be "outfitname f=familiar" ... the **whole** part in quotes is your outfit name.
  16. K

    Ascend.ash: hands-off ascension script

    oh ... now that you mention it, it's probably in the combat consult script I cobbled together ...
  17. K

    Chamois - Use it automatically!

    Bale, kmail me in-game
  18. K

    Ascend.ash: hands-off ascension script

    The only reason it used ! potions instead of ID'ing them in a fight is because your CCS doesn't provide for that. I'm using FTF+SS along with another combat script and if I have unidentified potions, mine get ID'd in battle. I think ... I'll have to pay attention this time
  19. K

    Clan Hopping

    awwh shucks :) Thanks much!
  20. K

    auto BHH and friends

    Huh, strange ... Once again I deleted bounty.ash and bounty.txt. I downloaded the version above (the one that includes canadv.ash) When I go "call bounty.ash list" this is what I get: Updating bounty.txt from '2009-06-11T02:57:13-05:00' to '2009-06-11T02:57:13-05:00'... Bounty count: 24...
Back
Top