Recent content by ribzer

  1. R

    TraFa - The familiar helper

    I did modify the adventure number, maximizer, and location if that's what you're talking about, so it was definitely doing more than one adventure at a time. Explicitly excluding the robot from adventuring is working fine (I had just thought it was enough to exclude it from the array of...
  2. R

    TraFa - The familiar helper

    I apparently know even less about running scripts than I do about coding them. Thanks for all your help.
  3. R

    TraFa - The familiar helper

    That's just he output in the cli when I run the script. ...unless you mean that I have trophy_train set to true and everything else is false.
  4. R

    TraFa - The familiar helper

    Equipment changed. Familiar item already locked. You've already recieved a buff from the Mad Hatter today. Putting Grorg the Autonomous Disco Ball back into terrarium... Taking Sweetiebot 9000 the Homemade Robot out of terrarium... Adjusting familiar weight by 99 pounds Your...
  5. R

    TraFa - The familiar helper

    Sorry it took so long to get back on this, and thanks for all your help so far. I did totally screw up about testing if the homemade robot should count as 1 or 0 pounds. Here are the issues I have had with the script (all surrounding the robot and mimic, of course). 1) The script is still...
  6. R

    TraFa - The familiar helper

    Right, I wasn't looking for the script to track it somehow. More like, if the total weight of the mimic was under the specified weight (and under 20), train the mimic through combat before feeding it, rather than remove it from the list of combat familiars altogether, as it does now. Bu...
  7. R

    TraFa - The familiar helper

    I guess it was actually a combination of things on both the Stocking Mimic page and its discussion page (mostly at the very bottom).
  8. R

    TraFa - The familiar helper

    Thanks for this. I am out of adventures so I can't test it, but it looks good. The only issues I am seeing are that the command to lock the familiar equipment wasn't added, and also the way the script calculates terrarium weight, because the command "familiar_weight($familiar[homemade robot])"...
  9. R

    TraFa - The familiar helper

    another couple changes: Add the Homemade Robot to the list of familiars in line 75, and also do the following: after lines 896 and line 998, if(have_familiar($familiar[Stocking Mimic])) remove myfamiliars[$familiar[Stocking Mimic]]; add another line for Homemade Robot, since it also does...
  10. R

    TraFa - The familiar helper

    Yes, people are free to do whatever works best for them for the secondary modifiers. The original script had the non-arena adventure location be the castle, so the modifier was set for meat. But the familiar equipment needed locking since the familiar was going to be changing but the +fam exp...
  11. R

    TraFa - The familiar helper

    Sorry, that was my own modifier. I meant to keep it like the original. I was maximizing for experience, while the original did meat (and I am SC right now). ...I'll just go edit the post.
  12. R

    TraFa - The familiar helper

    I know, two years later... Change line 869 from if(!arena_wt && !arena_tt) cli_execute("maximize 100 familiar experience, 50 meat, items -tie"); to: if(!arena_wt && !arena_tt) { cli_execute("maximize 100 familiar experience, 50 meat, items -tie"); cli_execute("familiar lock"); } also...
  13. R

    Bug eating via CLI during combat

    While in battle (playing with the relay browser), during a combat if you type in "eat something" into the CLI, it will decrement the item from inventory even though you are not actually eating it. example: > inv brain crappy brain (15) decent brain (30) good brain (8) > eat decent brain...
Top