Junie-774 / CraftingList

8 stars 4 forks source link

Well Fed & Medicated buffs get cancelled/removed before crafting #13

Closed krisbartlettnz closed 1 year ago

krisbartlettnz commented 1 year ago

whenever macro is specified to use food and/or medication pot, plugin uses food and pot but cancels out the well fed buff right after applying it

is this intended or a bug?

love the plugin btw, good luck on top prog ^^

edit, vod if need: https://streamable.com/dkab9v

Junie-774 commented 1 year ago

Well, uhm, if the macro specifies some food is needed, it'd be counterproductive for the intended behavior to be to click it off xD. I'll look into it, may come back here asking for more info if I can't reproduce it. and thanks! You too :P

Junie-774 commented 1 year ago

Update I can't reproduce it. Any chance you could show me what appears in your /xllog with the log level set to 'Debug', starting from when you hit the craft button? Either a screenshot or a similar vod would work ^^

Iondite commented 1 year ago

I have a similar issue here is my log Verbose console.txt

Iondite commented 1 year ago

it seems to reapply food twice but cancels it instead

Junie-774 commented 1 year ago

oh whoopsy it was a lil goof

The status name string for food and medicine got swapped in one spot in the code, so when it went to change the food, it would click off "medicated", and when it went to change the medicine, it'd click off "Well Fed"

feex soon

krisbartlettnz commented 1 year ago

whoops - my mistake (newbie at github)

yeah that seems to be the exact issue, let me know if you need the log still

Junie-774 commented 1 year ago

nw lolol. Update pushed, should be fixed, feel free to reopen if the problem continues