the_great_cow_guru
Member
I can't really think of anything to make at the moment, so if anyone has any requests let me know and I'll try to work on them 

(Don't take the following too seriously...)
If you've got nothing else on your plate...
I'd love a chat interface script.
What I mean is something that parses chat, and responds to System Announcements, New Mail Notifications, PMs, and such.
I started to ponder it, and realised with the work required for that - I might as well write my own program (and I'm not quite that bored yet).
I think PyKol would help you more than an ash script for this purpose. At least it already has modules for that, chatbot and wadbot operate off it. And there's a module for some version of Eliza as well. But of course you'd need to have knowledge of Python to effectively work the script into something that works for you.
-Spiny
(Don't take the following too seriously...)
If you've got nothing else on your plate...
I'd love a chat interface script.
What I mean is something that parses chat, and responds to System Announcements, New Mail Notifications, PMs, and such.
I started to ponder it, and realised with the work required for that - I might as well write my own program (and I'm not quite that bored yet).
I had an idea that I haven't had the time to build.
I was thinking of building a clan bot that served as a gambling bot. A bot that would donate house winnings to the stash. Even build one that works like the meat making game in the casino but donates the cut to the clan instead of sinking meat out of the kingdom. Or just one that does coin flip bets, etc. The objective is to have the clan make meat off casino and be fun and fair enough for them to choose it over the KOL casino. This is just an idea, but it is not very hard to do. Does ash have access to a random number generator? Because if not this would be impossible...
Here is another one.
A fairly generic vacation.ash. This would be something that resembles a farming script but can be set to gain experience instead or other things. Something that could be auto run while I am on vacation or don't have time to play the game.Actually, if configured properly my farming script would work quite nicely for that. It allows the user to customize pretty much everything (outfit, buffs, items to use, where to adventure, etc) It might take a little work to configure, but it should work pretty well for that. Here it is: http://kolmafia.us/showthread.php?t=2444 Give it a try if you have the time.
int random(2) will output a pseudo-random 0 or 1, so can be used easily for coin-flips etc.Does ash have access to a random number generator?
int random( int range ) said:Generates a random integer between 0 and (range-1) inclusive.
Is there a script that that plants and harvests mushrooms for you? I fail at mushroom farming. I was just wondering if there was anything out there
Write a CCS consult script for fighting physically resistant monsters!
It presents a lot of interesting challenges. You can import FTF for starters.
How about one to collect all of the Demon names for summoning?
That is interesting... I was just starting to think of writing a FinishIt consult script to run after SmartStasis... just because I'm tired of having to change my CCS from time to time and SmartStasis is a perfect start for almost every situation.
Suddenly you remind me that I hadn't even thought about the problems of dealing with physically resistant monsters. Well, FinishIt is still just a idea in the back of my head...