Search results

  1. B

    Bug - Not A Bug Issue With Mood Not Buying Items From NPC Store

    I think this might be the point I'm struggling with, why is it good not to attempt to apply other buffs in the mood because one failed? Then at least you would know really which ones could be applied, or couldn't be applied. I could understand if you didn't apply any buffs if there was going...
  2. B

    Bug - Not A Bug Issue With Mood Not Buying Items From NPC Store

    Sorry you are right, I think there was a misunderstanding, I wasn't talking about the bug being about the flaskfulls since those can't be bought in an NPC, but rather the items in the mood that could be bought in the store, but aren't being bought. I'm concerned that something in the mood that...
  3. B

    Bug - Not A Bug Issue With Mood Not Buying Items From NPC Store

    Issue: When running mood execute, the mood is not properly buying and using Knob Goblin eyedrops from NPC shops. If a previous item in the mood failed. Steps to reproduce: 0) Make sure preference for "Buy items from NPC stores whenever needed" is checked 1) Create a mood with: "When I run...
  4. B

    Crimbot Reward/Gear Tracker

    Steps to integrate with Ezandora automatic crimbot running script: 1) Add the following line to the line after the current since line at: import <CrimbotFactory.ash>; 2)Search for the line: string page_result = visit_url("choice.php?whichchoice=992&option=" + current_choice.choice_index); 3)...
  5. B

    Crimbot Reward/Gear Tracker

    Path logging: Example: 1:=1;2:=4;3:=1;4:=5_7_5_8;5:=ndx=0$opt=1$img=room_lobby;5:=ndx=1$opt=1$img=room_bulkybot;5:=ndx=10$opt=-1$img=room_masher;5:=ndx=2$opt=1$img=room_belts;5:=ndx=3$opt=1$img=room_office$isReward$fnd=recovered elf...
  6. B

    Crimbot Reward/Gear Tracker

    This set of relay override scripts will allow you to track your progress through the Crimbo Factory. Install Location: relay\place.crimbo2014.ash - Handles manipulating the Build Crimbo Page to look nice relay\choice.ash - Allows for the tracking to be run through relay browser...
  7. B

    Having Issues Printing Floats

    So I'm trying to figure out some averages in a display script to print them out to the user and I have the following block: float avgSchematics = numSchematics/numTimesTaken; print("Number of Times Taken: '" + numTimesTaken + "' totalSch: '" + numSchematics + "' avg:'" + avgSchematics + "'")...
  8. B

    New Content - Implemented Crimbonium

    It looks like the drop rate for "flask of tainted mining oil" is not the same as the untainted one, and is lower. I missed about 10 drops in my first 100 turns, when previous days with the same buff setup I had been getting 100 out of 100. Don't have numbers to propose since I wasn't tracking it...
  9. B

    Crimbo Mining Script

    And that being said, thanks to working through the logic giving that suggestion I figured out something I'm happy with. The main sticking point was I didn't want to force someone into using that logic so instead if they specify a maxExtraNuggets less then 0 it ignores the concept of...
  10. B

    Crimbo Mining Script

    That should work, one issue you might run into is if you start the script at molds + 79 nuggets then by the end you could have way more then molds + 80 nuggets. Its one of the reasons I haven't provided an update with something like this there are a bunch of cases that could work, just none I'm...
  11. B

    Question on moods

    Thanks, that seems to work.
  12. B

    Bug - Won't Fix Modifier Maximizer not optimal for +meat and bjonfify

    Okay figured there was a way since for other familiars and modifier types it does seem to take into account the per round aspects. Such as maximizing mpregen, it says to use the mosquito even thought the base ability of it is +spell dmg, and its only the per round that includes mana regen.
  13. B

    Bug - Won't Fix Modifier Maximizer not optimal for +meat and bjonfify

    Not sure if this should really be a bug, since its an edge case. Description: When using the Modifier Maximizer for +meat it says that my Grouper Groupie would be the best meat if I were to put it in my buddy bjorn, however if a put my Leprechaun in the buddy bjorn I would get the same +meat%...
  14. B

    Recent forum format change?

    Yup, no longer see it
  15. B

    Question on moods

    So I'm trying to work more and more with moods to do some tasks, and I think I figured out somethings, however I haven't figured out others. One of my biggest items is around when buffs refresh, correct me if I'm wrong but from what I can tell, if you have setup a buff tracker, it will...
  16. B

    Recent forum format change?

    I'm actually seeing something along the same lines, uploaded an screen shot of it. In my case there is a column on the right hand side of the post that contains the text Test123 See http://imgur.com/rbTl1Ii Windows 8.1 Chrome 39.0 Using all default options from the time I signed up with the site.
  17. B

    Crimbo Mining Script

    Just uploaded v1.11, this version is in response to a comment Jick made during weekly radio show where you will only ever need as many nuggets as you have molds. While I don't do this check, I do allow you to now specify that you only want to mine peppermints from caves, and skip all the...
  18. B

    Crimbo Mining Script

    Make no promises this works, but you can at least see the places you would need to change: http://pastebin.com/vbvZhBQG Note to everyone else, don't recommend using that, its untested, updated version will always be at top of this thread.
  19. B

    Crimbo Mining Script

    Uhm, didn't work, however if I added an r before the version number that appears to work. Thanks updated the script with v1.10 which includes that and allowing the object detection effect instead of just crimbonar when getting a fresh cave
Back
Top