Search results

  1. H

    Bug - Fixed Shard of Double-Ice not recognized as a combat item.

    VERSION: r9861 DESCRIPTION: Trying to put the line "item Shard of Double-Ice" in the CCS editor will not working, changing it to "attack with weapon". I posted a thread regarding this in the CCS forum.
  2. H

    Trouble getting some items in the script editor

    Ohh, didn't know you could to use quotes like that. I'll inform my clannie of it then. Thanks for the info Bale.
  3. H

    Trouble getting some items in the script editor

    I was helping a clannie with a basement combat script and we ran into a wall when we tried to put shard of double-ice. The editor kept changing the line to 'attack with weapon' and we tried a bunch of ways (ranging from quoting things in the line to using the item ID) and nothing worked. After...
  4. H

    Bug - Won't Fix When use moon unit, KoLmafia does not recognize new sign until you log in again.

    It was the most related I found and I didn't want to post a new one. Regardless, thanks for the fix!
  5. H

    Bug - Won't Fix When use moon unit, KoLmafia does not recognize new sign until you log in again.

    I'm having this same problem whenever I call a script that changes the MCD, such example is slime.ash. After getting the "The dial only goes from 0 to 10." message I looked in the script I found this part of the code that dealt with max mcd: int max_mcd() { int max_mcd = 10 + (...
  6. H

    Buffbot Script help.

    Oh right, didn't really think about that. Well, it seems to be working now, but I'll only be certain after tonight's rollover. Thanks for all the help Theraze!
  7. H

    Buffbot Script help.

    Ahh, I see. Would adding a conditional for the time within the while loop make it run the maximize and exit at the end? Like this: boolean bufftime = time_to_string() > "00:50:00 BRT"; if (my_inebriety() >= 20) { use_familiar($familiar[disembodied hand]); boolean maximize(string MP)...
  8. H

    Buffbot Script help.

    I'm trying to make a buffbot script which relies on the time_to_string() function, trying to make it work from 00:50 AM to 00:00 AM (rollover is at around 00:30 AM for me). I started messing around with that function figuring out how to work it into the script, until I got to this: boolean...
  9. H

    Help with my breakfast script

    I see! Got it to work perfectly now, thank you both =D
  10. H

    Help with my breakfast script

    Oh, I thought that the break_on_floor would completely stop Mafia, as it has done before, but I guess it was something else that did that. And I'm sorry roippi, I really have no idea how and where to use that, like I said, I'm REALLY inexperienced with any kind of scripting. I'll just use...
  11. H

    Help with my breakfast script

    Is there a way to make the script detect if I'm at or over basement level 500? I want to call another script for power leveling after getting the telescope part, so that I reach 30 without wasting meat on the basement. I already state that I'm very inexperienced, so please explain things so...
  12. H

    Help making a ash cleanup script

    I'm trying to make this script, I haven't really started writing it, just got the functions I think I should be using. My plan is to transform these 2 cli lines into ash: mallsell * Game Grid Token, * scrumptious reagent, * dry noodles, * little paper umbrella, * coconut shell, * magical ice...
  13. H

    Breakfast Scripts and buffbots

    Hey, thanks! I didn't think of that simply because I never scripted anything. I gave it a try and was able to make a working breakfast script that calls the right CLI command script for each character. I also found out that I actually like scripting XD
  14. H

    Breakfast Scripts and buffbots

    Is there a way to use different breakfast scripts for different characters? Specifically, I want to have only my buffbot start a breakfast script on login, while still being able to login in on a second mafia client on another character without starting the same script. And while I'm talking...
  15. H

    bumcheekcity's Easy Snapshot Maker

    Hey, here's a little suggestion (which I don't know if anyone made), a new "Cool Items" category for rare items such as TPS, Time trappings items and other items that can only be bought through the mall and usually have the price in the several millions.
  16. H

    The Neo-Cow Farming Script

    Does this include faxing monsters? With the recent addition of the embezzler (base meat drop = 400-600) to faxbot's monster list, it's possible to get an extra 15-20k by using fax/putty/angel.
  17. H

    autoBasement.ash - Better basement automation

    I don't know if this has been presented before, but I wonder... why the heck does the script puts on loads of HP/muscle for elemental tests, instead of simply putting a elemental resistance outfit? Here's and example of it doing it: Elemental Resist Test: +14 hot 100% (1 hp), +14 spooky 82%...
  18. H

    I have a doubt about the goal/condition CLI command.

    aftercore.ash is setup to do the daily bounty, so I figure it's better not to set goals for that part of adventuring, as aftercore.ash overrides the previous goal. And CLI reference in the mafia wiki says that "goal add 5 item" is the same as putting "+5 [item]" in the goals box...
  19. H

    I have a doubt about the goal/condition CLI command.

    I'm putting together a CLI command script for farming and I want it to get the sandworm and rogue program drops and I was wondering how I do the familiar changing along with the goal setting. Here's the command script: breakfast cast 3 rainbow gravitation csend 1 meat to HastyBuffer csend 2...
  20. H

    Aftercore.ash: user-friendly aftercore botting script!

    Ok, the script worked after changing all the error thing, thanks =) and what I meant plans and configs for this script, but they must be in the data, as I found out XD
Back
Top