That FN Ninja
Member
I don't know if this helps you at all, but the Hardcore error only occurs (at least for me, so far) when eatdrink chooses something in inventory to consume and then you run out of that item.
In this instance there were 7 candy canes in inventory. Eatdrink choose them to consume, but after consuming the 7th one, instead of choosing something else to consume, it aborts with an "invalid type!" error.
Another:
For now, if it's causing too much trouble for anyone they could just turn off the use inventory option and that should prevent this behavior.
In the gCLI type zlib eatdrink_useInv = false
Turning that off would almost make it pointless to use eatdrink in hardcore however, because consuming inventory is one of the primary reasons to run eatdrink in hardcore.
Hopefully that info helps.
In this instance there were 7 candy canes in inventory. Eatdrink choose them to consume, but after consuming the 7th one, instead of choosing something else to consume, it aborts with an "invalid type!" error.
Code:
Finished eating 1 candy cane.
7: candy cane lev:4 gain:1.0 adv:3.0 musc:15.0 myst:15.0 mox:15.0 meat:850 own:7 value:860
Choosing food to consume.
EatDrink encountered an error: You don't have a candy cane and you're not able to shop.
none price updated from 0 to 0.
invalid type! ''
Code:
Finished eating 1 lihc eye pie.
1: lihc eye pie lev:2 gain:4.0 adv:8.5 musc:0.0 myst:11.5 mox:0.0 meat:100 own:1 value:1066
Choosing food to consume.
EatDrink encountered an error: You don't have a lihc eye pie and you're not able to shop.
none price updated from 0 to 0.
invalid type! ''
In the gCLI type zlib eatdrink_useInv = false
Turning that off would almost make it pointless to use eatdrink in hardcore however, because consuming inventory is one of the primary reasons to run eatdrink in hardcore.
Hopefully that info helps.