12
« on: December 19, 2020, 09:11:11 AM »
I am too cant get past the load window with bow and apple, tried to change numbers as suggested but i dont think its the crafting menu itself, the script just wont start at first line. OSI shards, everything updated
Post Merge: December 19, 2020, 09:22:57 AM
made it work, somehow. At the beginning of the script there are couple lines :
set %intro True
if %intro = True
gosub Intro
gosub setup
I deleted first three lines and it started working, no menu, just asking to pick your secure container. Intro sub is missing? that be my guess, will see how long it will work me, i guess it going to make as many enchanted apples as i have supplies for
Post Merge: December 19, 2020, 10:33:54 AM
Ok, more findings, its running like a champ if you have enough tools in the inventory, drags apples/pots from secure no problem, puts enchanted apples back in the crate. Once you are out of tools, it is trying to make cook tools out of wood and looking for them in the wooden item section, not making them even though there is wood in the main and secure. Could not make it to make tools (skillet) from tools category.
I did change set %Craftmenu 530_497, otherwise with 530-507 the craft menu was at screen bottom for some reason. At this point my .00001% share of your scripting knowledge at dead end.