Chef_Rannos
Member
That could be a lot of server hits. I would rather closet some meat here or there just to make sure I have some stashed away in case I need it.
That could be a lot of server hits. I would rather closet some meat here or there just to make sure I have some stashed away in case I need it.
int spendable_meat() {
if (get_property("scriptsIgnoreThisMeat").to_int() > 0)
return my_meat() - get_property("scriptsIgnoreThisMeat").to_int();
return my_meat();
}
Basically, you're either doing my_meat() - 0 or my_meat() - sITM. Could actually make it a bit more efficient by defining sITM as an int and only checking it once... something like> ash get_property("scriptsIgnoreThisMeat").to_int()
Returned: 0
> ash "scriptsIgnoreThisMeat".to_int()
The string "scriptsIgnoreThisMeat" is not an integer; returning 0 ()
Returned: 0
int spendable_meat() {
int sITM = get_property("scriptsIgnoreThisMeat").to_int();
return my_meat() - sITM;
}
Did not fully restore MP for some reason.
I just noticed I could use Lure Minion to get rid of junk brains...and I didn't run into a meat problem getting minions so I'm not too worried about the save meat setting.
Starting with this version, Lure Minion will be used to trade in junk brains. It will always conserve enough brains to fill the rest of your stomach today plus half of what you'll need for tomorrow. (If you have a stomach of 20 and you've eaten 16 brains, it will retain 14 brains for your personal use.) It starts by trading in lower quality brains first.
Restoring HP! Currently at 53 of 284 HP, 25 of 25 MP, current meat: 48630 ... Target HP = 270.
You need 1 more Camp Scout pup tent to continue.
I have 52k meat and 83 crappy brains. Instead it went into combat with 18 hp.Restoring HP! Currently at 18 of 303 HP, 24 of 24 MP, current meat: 52828 ... Target HP = 288.
Recovery target reduced to healing trigger (196)to conserve meat.
Did not fully restore HP for some reason.
> skill
Uncategorized
CLEESH
Stomach of Steel
Zombie Master
Bilious Burst
Bite Minion
Devour Minions
Distracting Minion
Elemental Obliviousness
Flesh Mob
Hunter's Sprint
Indefatigable
Infectious Bite
Insatiable Hunger
Lure Minions
Neurogourmet
Plague Claws
Recruit Zombie
Skullcracker
Summon Minion
Undying Greed
Unyielding Flesh
Vigor Mortis
Virulence
> inv brain
crappy brain (84)
good brain (8)
hunter brain
> my_meat
Returned: 53265
> ashq restore_hp(0)
Calling Universal Recovery for type=HP, amount=0
Restoring HP! Currently at 35 of 303 HP, 16 of 16 MP, current meat: 53265 ... Target HP = 288.
Trying to fullheal
Try to heal HP from inventory.
Trying to fullheal
Try to heal HP with skills.
Last attempt to purchase HP with meat.
Recovery target reduced to healing trigger (196)to conserve meat.
Did not fully restore HP for some reason.
16 horde currently, btw. If that matters. Restoration settings are that every time it gets down to 10, restore to 30.> ashq restore_hp(0)
Calling Universal Recovery for type=HP, amount=0
Restoring HP! Currently at 35 of 303 HP, 16 of 16 MP, current meat: 53265 ... Target HP = 288.
Trying to fullheal
Try to heal HP from inventory.
Trying to fullheal
Try to heal HP with skills.
Last attempt to purchase HP with meat.
Recovery target reduced to healing trigger (196)to conserve meat.
Did not fully restore HP for some reason.
inv brain
get baleUr_Verbosity