Search results

  1. E

    Help me with "scriplets"?

    Uh do you mean int Get_Hairspray = my_adventures() / 3; cli_execute("buy " + Get_Hairspray + " Hairspray"); ? Also because 10 divided by three equals 3.3333 if you have 10 adventures it will buy 3 leaving off 1 adventure. Instead: int Get_Hairspray = my_adventures() / 3 + 1; Finally...
  2. E

    how to...?

    throwing meat vortex over and over is the same as stasis.
  3. E

    Reducing ASH function bloat

    Thanks for reconsidering the removal of closet_amount, adding available_amount, and all the other improvements. :)
  4. E

    how to...?

    Doing it by hand would work.
  5. E

    Apprentice

    To add to what Daychilde said above, If you give us an idea of what you want to do, then we may be able to point to some threads which contain scripts that do similar things...or the exact thing. Some of us have been around since the beginning of the forums, and know our way around and would be...
  6. E

    Jekyllin hide belts and item farming

    The $30 was a $30 donation to the game when they were in the Mr. Store somewhere around 2 years ago.
  7. E

    newbie with script itea requires help :D

    Writing such a script requires knowledge of the following: A: Kol Html source <--intermediate to advanced B: Kol Urls <--intermediate C: The language that you will be writing the code in <--this can be beginner level to bachelor's Degree level and more... Such a project would not be good for...
  8. E

    Jekyllin hide belts and item farming

    Ah OK. Well My Jek belts originally cost me $30, then I sold them for around 25mil each, then bought them back for 15mil each. since Mr. Accessories cost 6.4mil at the time in which I originally got them from Mr. Store I'll say the original cost was 19.2mil for all of them, and if memory serves...
  9. E

    Reducing ASH function bloat

    I can certainly understand the bloat issue. Just a thought or idea which goes along the same path, but might do more for eliminating ash function bloat: New Data type: $Storage[] (maybe a better name for it?) Possibilities: inventory, closet, hagnk, display, shop, stash Replacement for all...
  10. E

    Jekyllin hide belts and item farming

    *Not an argument, a discussion...* OK I must be missing something somewhere because based on what I can see they are the best for dedicated item farmers. I will give my assessment of them, and I hope someone will point out to me The better option. In the full moon cycle: 8 days of +15% 12...
  11. E

    Can Mafia auto buy from the mall?

    yep, mallbots are a big no-no. All they do is take away from your experience playing the game as well as everyone elses.
  12. E

    Function List

    That explains why I couldn't remember the command. So I didn't forget the command, I forgot there wasn't one :P
  13. E

    Function List

    Type ashref into the CLI for ash commands, I forget the command for cli commands.
  14. E

    User input

    Very successful!! :P
  15. E

    Checking if the the manor is open

    the url you want is "town_right.php", the image you want is "manor.gif" the ash commands you need are visit_url and contains_text Out of time for this visit. If you need more help let us know.
  16. E

    Modern castlefarming script

    Don't forget I am a lifelong collector of those lovely sewer items!!! Since I started collecting I have not stopped. What would I do with all that otherwise useless meat?
  17. E

    Bot script request

    I'm wondering why you would insist that a user use their in game kol name anyway?
  18. E

    ASH Almanac commands?

    I thought about writing a script to tell me the stats for my Jekyllin hide belts. I never did it, but I was going to use int moon_phase( ) which does not appear to be documented anywhere, but Kolmafia says it's an internal ash function, and the name implies that it could be used in this fashion.
  19. E

    Relay and combining

    I never thought about Kolmafia's inventory tracking being messed up. I guess I didn't think of it because Kolmafia's inventory is rarely right for me anyway. I constantly add items to my store via the relay browser, and enter 0 into the quantity field. Kolmafia thinks I added 0, but KOL adds all...
  20. E

    using "acquire" - problem/bug?

    In your Preferences on the general tab do you have the "Buy items from the mall when needed" option checked? I guess you would be saying that acquire never works if you didn't, but I figured I would check.
Back
Top