Playing solo - For the most part this works great. I've had only a handful of times where the health and stamina buff didn't get applied (it is really rare). I'm looking into the code a bit out of curiosity, but something like the "seconds please" mod will let you re-eat dango if you need to.
Funny thing I found while playing around with the lua file is that the health and stamina increase it gives is based off of your current max. So if you are able to trigger the 'eating' from this mod over and over your health and stamina just keep going up.
I made a edited version if anyone is interested. Pastebin Link First time doing anything lua related, but I think it should work fine.
In fact, there is a high probability that this module will not trigger any effects, including extra physical strength and endurance. And you can't eat again because you've already "eaten." The probability of triggering is greater in multiplayer games. Many people think that it is caused by not setting a package, but in fact it is not. Unfortunately, this vulnerability has not been fixed yet. Need to find other alternatives. -from Google Translate
Works fine most of the time. Occasionally "eats" without actually buffing any effects from the preset-orders and requires a full restart as resetting scripts doesn't seem to fix it :(
It does indeed work, tested with multiple sessions. I think most people don't have a dango set saved or something... Every time picking a quest from Hinoa the script will initiate and display the effects of the food. It also works when picking up a quest from Minoto in the gathering hub, but using the quest board to join randoms won't work.
Does anyone know how to add a delay/sleep in reframework? If so, could you add a small delay in line 121 before ordering the food to see if that fixes the issue when sometimes the buffs are not granted.
117 comments
of curiosity, but something like the "seconds please" mod will let you
re-eat dango if you need to.
Funny thing I found while playing around with the lua file is that the health and stamina increase it
gives is based off of your current max. So if you are able to trigger
the 'eating' from this mod over and over your health and stamina just
keep going up.
I made a edited version if anyone is interested. Pastebin Link
First time doing anything lua related, but I think it should work fine.
Occasionally "eats" without actually buffing any effects from the preset-orders and requires a full restart as resetting scripts doesn't seem to fix it :(
Every time picking a quest from Hinoa the script will initiate and display the effects of the food.
It also works when picking up a quest from Minoto in the gathering hub, but using the quest board to join randoms won't work.
Great work!
Edit: Well seems to activate sometimes, the first time didn't give buff, but the second time it did.