Lambda11 / let-me-fish

TERA-proxy module that mass-auto-fishes fishes, auto-crafts bait when out of bait, and auto-dismantles fish when inventory gets full
27 stars 22 forks source link

QoL Fix #39

Closed Lolibunny closed 5 years ago

Lolibunny commented 5 years ago

Lambda i dont think you get what i meant previously. Say i have EMP bait in my inventory, and i want to use those first so i selected EMP bait. Previously, your code will continue to use the selected bait i have (EMP bait) and when ALL EMP bait runs out it will switch to crafting NORMAL bait. Now i cant use any bait that i have besides the saved NORMAL bait. Your code will stop after ONE EMP catch and craft normal bait immediately.

I would like to use the good bait first (to maximize level of fishes caught).

Originally posted by @Lolibunny in https://github.com/Lambda11/let-me-fish/issues/34#issuecomment-481716614

Owyn commented 5 years ago

Your code will stop after ONE EMP catch and craft normal bait immediately.

Just craft normal bait once BEFORE using EMP one to have some of it in inv

Lolibunny commented 5 years ago

Hi Owyn, your workaround works though wouldnt have known if you didnt share since the previous version wasnt like that... thank you!