The script will only run if the wine is on your action bar so eoc required, and only uses preset 1. If it still failed on banking then the fail safe must not be triggering.
It occasionally freezes in the bank for you as well?
Yes. Sometimes, It reaches out for the close bank button, then stops. Also, after it clicked on the fountain with the empty jug it crashes and gives me this:
java.lang.RuntimeException: java.lang.NullPointerException
at com.runemate.game.api.script.Execution.delayUntil(xhb:96)
at com.runemate.game.api.script.Execution.delayUntil(xhb:239)
at com.runemate.game.api.script.Execution.delayUntil(xhb:30)
at com.FoxScripts.FoxWineDrinker.tasks.FillJugs.execute(FillJugs.java:33)
at com.FoxScripts.FoxWineDrinker.FoxDrinksWine.onLoop(FoxDrinksWine.java:41)
at com.runemate.game.api.script.framework.LoopingScript.run(yhb:89)
at com.runemate.game.api.script.framework.AbstractScript.start(plb:197)
at a.sJ.run(clb:102)
Caused by: java.lang.NullPointerException
at com.FoxScripts.FoxWineDrinker.tasks.FillJugs.lambda$execute$2(FillJugs.java:33)
at com.FoxScripts.FoxWineDrinker.tasks.FillJugs$$Lambda$433/799095988.call(Unknown Source)
at com.runemate.game.api.script.Execution.delayUntil(xhb:163)
... 7 more