Search results

  1. S

    Write mafia code prettily!

    Yeah I would like to use this, but I too can't get this to work I've placed it in the same directory as the .exe file and nothing happens, and I dont seem to have an appdata folder with a notepad++ subdirectory
  2. S

    CanAdv -- check whether you can adventure at a given location

    that worked perfectly psly4mne
  3. S

    CanAdv -- check whether you can adventure at a given location

    im getting the same exact error at the exact place Bazaaretw same script, same build
  4. S

    Bug - Not A Bug "DRINK ME" potion not recognized as an item

    I've been trying to sell my potions using this code put_shop(0,item_amount($item["DRINK ME" potion]),$item["DRINK ME" potion]); but I keep getting this in the CLI This was using build 8241
  5. S

    did i see your name on Adult Swim for having the high score for the Robot Unicorn game?

    did i see your name on Adult Swim for having the high score for the Robot Unicorn game?
  6. S

    Buff Bot Online Status Parsing

    well im a noob, thanks Bale!
  7. S

    Buff Bot Online Status Parsing

    dammit Bale, when did this come out!!!!
  8. S

    Buff Bot Online Status Parsing

    I'm am currently trying to easily solve the problem of determining the online status of a player, mainly a bot. One of my codes is as follows, if (contains_text(visit_url("showclan.php?whichclan=6741&pwd"),"+KolaBuff")) { print("Kolabuff is Online!!!");} else { print("Kolabuff is...
  9. S

    Checking On the Trail Monster

    thanks guys, shouldve figured there would be a property
  10. S

    Checking On the Trail Monster

    Is there any way to check with an ash command what monster I am tracking with On the Trail, since have_effect doesnt take that into consideration? It would help so I can determine whether or not to shrug it or not if Im switching monsters. Thanks
  11. S

    Hobo drops-(Request)

    The first part I dont know how to do, the second I can do when I have time.
  12. S

    Hobo drops-(Request)

    Well when it takes 5 minutes of item number search...
  13. S

    Hobo drops-(Request)

    500k to Sputnik1 please Now this will put every item from Hobopolis into your DC including sewer items, and all Boss Drops including outfits and equipment. This also includes any hobo nickels, the hobo code binder. If you want something specifically left out, you will have to tell me or change it.
  14. S

    MacGuffin 2.0 -- level 11 quest, automated

    I've run into a problem with this getting into the pyramid while running Ascend.ash The script will ask me if I've used a carved wooden wheel, and then it will try to get into the upper level. The problem with it is that the very first click on the pyramid hasnt been accomplished yet which...
  15. S

    Variables in $effect[]

    Full-Body Tan is already declared in Mafia $effect[Full-Body Tan] this should work according to the Wiki, its number 492 under the effects list http://wiki.kolmafia.us/index.php?title=Datatype_Constants
  16. S

    Contest: Name my upcoming combat script!

    I'm just going to make changes to this post while I come up with stuff AKA - Alluvial Kombat Automaton AKA - Adamant Kombat Automaton ZZZ - Zarqon's Zealous Zoomachy
  17. S

    Get the most out of your bookshelf at logout

    sounds great, will take a look at this for my PM
  18. S

    Stinky Cheese IOTM Handling

    I was wondering if there was a better command, I wanted there to be a squish command, but fold will do
  19. S

    Stinky Cheese IOTM Handling

    After I picked up this month's IOTM, I needed to incorporate it into my scripts since I figured it wouldn't work with the maximize built in function quite yet. Plus maximize won't equip the eye at the beginning since no adventures have been used yet. So for anyone else who wants... Breakfast...
Back
Top