That FN Ninja
Member
Thanks for the heads up. I'll put it on my to-script list.
if(to_boolean(get_property("autoSatisfyWithMall")))
if(mall_price(familiar_equipment(my_familiar())) < winsneeded * (100 + to_int(get_property("valueOfAdventure"))))
buy(1,familiar_equipment(my_familiar()));
So it's missing the 25% chance at a lead necklace in that calculation.
> alias efall => ash import <trafa.ash> getfamequip();
String successfully aliased.
efall => ash import getfamequip()
> efall => ash import <trafa.ash> getfamequip();
Expected ;, found = ()
Returned: void
> ash import <trafa.ash> getfamequip();
Checking familiars equipment...
Putting Toothsome Rock the Toothsome Rock back into terrarium...
Taking Gronald the Stocking Mimic out of terrarium...
moveable feast is better than (none). Switching items...
Putting on moveable feast...
Equipment changed.
Visit to Town: Sleazy Back Alley in progress...
[1063] Sleazy Back Alley
Encounter: completely different spider
Strategy: C:\Documents and Settings\Compaq_Owner.YOUR-D0F670B45A\Desktop\KOL Mafia\ccs\default.ccs [default]
Round 0: bazaaretw wins initiative!
Round 0: bazaaretw attacks!
You gain 7 Meat
You acquire an item: spider web
You gain 3 Muscleboundness
You gain 2 Wizardliness
You gain 4 Smarm
Returned: void
All familiars are equipped & ready to go!
> efall
Checking familiars equipment...
Visit to Town: Sleazy Back Alley in progress...
[1064] Sleazy Back Alley
Encounter: hung-over half-orc hobo
Strategy: C:\Documents and Settings\Compaq_Owner.YOUR-D0F670B45A\Desktop\KOL Mafia\ccs\default.ccs [default]
Round 0: bazaaretw wins initiative!
Round 0: bazaaretw attacks!
You acquire an item: Mad Train wine
You acquire an item: dirty hobo gloves
You gain 3 Strongness
You gain 2 Magicalness
You gain 4 Roguishness
All familiars are equipped & ready to go!
Returned: void
> call scripts\trafa.ash
Populating collected familiars list...
Checking familiars equipment...
All familiars are equipped & ready to go!
> alias efall => ash import <trafa.ash> getfamequip();
String successfully aliased.
efall => ash import getfamequip()
> efall
Checking for updates (running ZLib ver. : 14)...
_version_zlib => : 14
You have a current version of ZLib.
Checking for updates (running TraFa ver. 1.4)...
_version_trafa => 1.4
You have a current version of TraFa.
Checking familiars equipment...
Searching for "eye-pod"...
Starting training session...
Taking off lead necklace...
Equipment changed.
Round 1: Gorg vs. Ol' Gned...
[33281] Cake-Shaped Arena
Gorg gains 5 experience.
Putting on lead necklace...
Equipment changed.
Training session completed.
Starting training session...
Taking off lead necklace...
Equipment changed.
Round 1: Gorg vs. Ol' Gned...
[33282] Cake-Shaped Arena
Gorg gains 4 experience.
Putting on lead necklace...
Equipment changed.
Training session completed.
Starting training session...
Taking off lead necklace...
Equipment changed.
Round 1: Gorg vs. Ol' Gned...
[33283] Cake-Shaped Arena
Gorg gains 5 experience.
Putting on lead necklace...
Equipment changed.
Training session completed.
Starting training session...
Taking off lead necklace...
Equipment changed.
Round 1: Gorg vs. Ol' Gned...
[33284] Cake-Shaped Arena
You acquire an item: eye-pod
Gorg gains 5 experience.
You win a prize: eye-pod.
Putting on lead necklace...
Equipment changed.
Putting on eye-pod...
Equipment changed.
Training session completed.
Baby Gravy Fairy equipment obtained!
Putting Gorg the Baby Gravy Fairy back into terrarium...
Taking Grorg the Star Starfish out of terrarium...
lead necklace is better than (none). Switching items...
Putting on lead necklace...
Equipment changed.
Searching for "magnifying glass"...
Using cached search results for magnifying glass...
Purchasing magnifying glass (1 @ 150)...
You acquire an item: magnifying glass
Purchases complete.
Putting on magnifying glass...
Equipment changed.
Star Starfish equipment obtained!
All familiars are equipped & ready to go!
Returned: void
You're total terrarium weight is already 500 pounds or more!! No weight training necessary.
The current familiar weight trophy goal is 0
Buying trophy #17 at the Trophy Hut
You bought a new trophy! The Black Hole Terrarium trophy.
Familiar weight trophy training ended.
Total terrarium weight is 510. Your terrarium grew 0 lbs this training session.
My terrarium includes a 27 lb stocking which doesn't count for the 500 lb trophy though. Does this require a fix?
alias feast => ashq import <trafa.ash> if(length("%%") != 0) use_familiar(to_familiar(substring("%%",0,length("%%")-1))); feast();
Hmm... is it easy to make the feast alias switch back to your currently equipped familiar? Should it?
alias feast => ashq import <trafa.ash> familiar f=my_familiar();if(length("%%") != 0) use_familiar(to_familiar(substring("%%",0,length("%%")-1))); feast(); use_familiar(f);