Deathless Assassin
Member
So if I change "2*(min(mall_price($item[sand dollar])" to some higher number, that will do the trick? And that's the only place I need to change it, or anything, right? >_>
is there a way to specify for it to switch back to another familiar? [snip]
Otherwise, is there some way to set our 'goal' as to have all the familiar item drops obtained and then to stop?
dfams[$familiar[li'l xenomorph]] = to_int(get_property("_transponderDrops"));
dfams[$familiar[baby sandworm]] = to_int(get_property("_aguaDrops"));
dfams[$familiar[astral badger]] = to_int(get_property("_astralDrops"));
dfams[$familiar[llama lama]] = to_int(get_property("_gongDrops"));
dfams[$familiar[rogue program]] = to_int(get_property("_tokenDrops"));
dfams[$familiar[li'l xenomorph]] = to_int(get_property("_transponderDrops")) - 5;
dfams[$familiar[mini-hipster]] = to_int(get_property("_hipsterAdv")) - 7;
if (dfams contains my_familiar() && dfams[my_familiar()] < 5) return true;
foreach f,d in dfams if (have_familiar(f) && d < 5) return use_fam(f);
Failing... how exactly?
if it thinks it already has it figured out, orBBB: No need to eat a cookie given the present counters.
if it thinks that your current location has a semi-rare and it doesn't need to try for it.BBB: "+my_location()+" contains a nice semi-rare; not auto-eating cookie. Eat one manually if you want your counterScript to handle it.
dfams[$familiar[li'l xenomorph]] = to_int(get_property("_transponderDrops"));
dfams[$familiar[baby sandworm]] = to_int(get_property("_aguaDrops"));
dfams[$familiar[astral badger]] = to_int(get_property("_astralDrops"));
dfams[$familiar[llama lama]] = to_int(get_property("_gongDrops"));
dfams[$familiar[mini-hipster]] = to_int(get_property("_hipsterAdv"));
dfams[$familiar[bloovian groose]] = to_int(get_property("_grooseDrops"));
dfams[$familiar[blavious kloop]] = to_int(get_property("_kloopDrops"));
dfams[$familiar[pair of stomping boots]] = to_int(get_property("_pasteDrops"));
dfams[$familiar[rogue program]] = to_int(get_property("_tokenDrops"));