Search results

  1. Fluxxdog

    OCD Inventory control

    Crap. Also, the spinning wheel should be in camp_amount(). Never got one, so didn't think of it until now.
  2. Fluxxdog

    Bale's Relay Overrides

    I did some tinkering around and found the problem, thanks to my brother who's taking Web Development this semester.<div id="menus" style="margin: 0px; padding: 0px; display: inline">When "display: inline" is disabled, it works properly. From what I can tell, your script isn't inserting that...
  3. Fluxxdog

    Bale's Relay Overrides

    Been having an issue with the topmenu. From character to messag, I can't click any links. At the es in messages, it works properly and sends me to the "Send Message" screen. I don't know what going on with it. This is the HTML it outputs vai Chrome 41.0.2224.3 dev-m: <html> <head> <title>The...
  4. Fluxxdog

    weirdeaux monster stat box

    Well kudos to him/her then! (It?) Anyway, still awesome!
  5. Fluxxdog

    weirdeaux monster stat box

    Wow. That is a lot! Kudos to you for getting that big of a critter!
  6. Fluxxdog

    OCD Inventory control

    I read through the parts where you were looking at item v. available. Funny enough, that led me to the unequip_familiars() function which is never called, as well as terraium_amount(). It seems like you planned to just unequip terrarium familiars originally, but handling of the terrarium itself...
  7. Fluxxdog

    Feature Terrarium equipment handling

    KoLmafia has no way to directly handle equipment held in the terrarium through ASH or CLI. All it has is a function to see what a familiar has (familiar_equipped_equipment(familiar f)). Some possible ideas: boolean unequip(familiar f) - Removes any equipment from the selected familiar (true if...
  8. Fluxxdog

    Best PVP Gear - optimizes/balances for 8 mini-games

    Bug: If you try to equip multiple of an item, but some of it is in your closet, it'll take what you have equipped, unequip it, and re-equip it in a new spot. This is caused be mafia's retrieval order, so mafia's doing exactly as it's told. Since equipped items are higher on the list than your...
  9. Fluxxdog

    OCD Inventory control

    Wait, you're saying you didn't set up OCD to disable using the closet and then switch it back? I read from old posts that you basically ball-busted the closet and thought that was what you meant. OCD temporarily sets "autoSatisfyWithCloset" to false (line 808), run through my lists, then set it...
  10. Fluxxdog

    OCD Inventory control

    So... Just as a curiosity more than anything... With KoL's new closet setup, it's easy to empty everything out of the closet. But... batch_open() and batch_close() don't really work anymore since you can only put 1 item in at a time now. If you have 2000 or so items in your closet, it used to...
  11. Fluxxdog

    Feature - Implemented Make free rests remaining visible to ASH

    And thank you ^^ Yay for progress!
  12. Fluxxdog

    Feature - Implemented Make free rests remaining visible to ASH

    Added but I can't seem to get it quite right. Got a nice code sample in though.
  13. Fluxxdog

    BatBrain -- a central nervous system for consult scripts

    Hidden Update: fat stacks of cash no longer waste a turn. It's as effective as twiddling your thumbs.
  14. Fluxxdog

    Feature - Implemented Show what's failing when equiping

    You can't equip an off-hand item while wielding a 2-handed weapon.Could this be expanded please? Such as:You can't equip an off-hand item (wicker shield) while wielding a 2-handed weapon.Knowing what is causing a fail can help towards debugging when automating.
  15. Fluxxdog

    Bug - Cannot Reproduce Visiting hermit with closet permit causes purchase

    When you attempt to get clovers from the hermit, you have a hermit permit in your closet, and autoSatisfyWithCloset = true, mafia buys one rather than pull the one from your closet.
  16. Fluxxdog

    Save items from pvp theft

    And rules don't care as long as you follow them. What's that? Kicked a puppy? Is that allowed? Yes? Game says enjoy and offers Boots of Kicking +2. A lot of games I've studied where you have the choice to work with or against others almost always favors those who play against. It's always...
  17. Fluxxdog

    New Content - Implemented Wild West Twitch

    Choice 998Game of Cards<b>Game of Cards</b></td></tr><tr><td style="padding: 5px; border: 1px solid blue;"><center><table><tr><td><center><img src="/images/adventureimages/cards.gif" width=100 height=100></center><p>You encounter a group of rough-and-tumble cowboys playing a game of poker at one...
  18. Fluxxdog

    New Content - Implemented Wild West Twitch

    Unknown item found: Time Cloak (7940, 160423604) -------------------- 7940 Time Cloak 160423604 timecape.gif container t 0 Time Cloak 100 none # Time Cloak: Sometimes Find an Extra Chroner in the Time-Twitching Tower -------------------- Retrieving character data... Updating inventory... Looking...
  19. Fluxxdog

    Bug - Fixed r14935 - Castle Top Floor progress handled incorrectly

    Well, if you can point them out, I can keep an eye out for them and get the HTMLs for you. I've been doing quite a few runs lately. I can set up autostops in my bBS so I can make sure to grab them.
  20. Fluxxdog

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Using 1 "I Love Me, Vol. I"... Finished using 1 "I Love Me, Vol. I". You acquire an item: "2 Love Me, Vol. 2" You lose 338 hit points Using 1 "2 Love Me, Vol. 2"... Finished using 1 "2 Love Me, Vol. 2". Encounter: Another Errand I Mean Quest BCC: Preparing Booze (Have 0 SCC and 0 ACC) You are...
Back
Top