Could not send Notification to enviro1 leftmouseup
-or-
Window 'enviro' not open
-or-
Invalid Item slot 'null'
Now i kind of understand what they mean, mostly, but i dont understand why they come up nor why the forge dissappears at random times. This is in the Experiment mode of the forge, by the way.
Here is the portion of the code that it messes up in:
Code: Select all
:MakeSBOO
/if (!${FindItem[Small Piece of Ore].ID}) /goto :MakeLBOO
/ctrl /itemnotify ${FindItem[Small Piece of Ore].InvSlot} leftmouseup
/itemnotify enviro2 leftmouseup
/if (!${FindItem[Small Piece of Ore].ID}) {
/itemnotify enviro2 leftmouseup
/autoinv
/cleanup
/goto :MakeLBOO
}
/ctrl /itemnotify ${FindItem[Small Piece of Ore].InvSlot} leftmouseup
/itemnotify enviro3 leftmouseup
/if (!${FindItem[Small Piece of Ore].ID}) {
/itemnotify enviro2 leftmouseup
/autoinv
/itemnotify enviro3 leftmouseup
/autoinv
/cleanup
/goto :MakeLBOO
}
/ctrl /itemnotify ${FindItem[Small Piece of Ore].InvSlot} leftmouseup
/itemnotify enviro4 leftmouseup
/if (!${FindItem[Water Flask].ID}) {
/itemnotify enviro2 leftmouseup
/autoinv
/itemnotify enviro3 leftmouseup
/autoinv
/itemnotify enviro4 leftmouseup
/autoinv
/cleanup
/goto :MainLoop
}
/ctrl /itemnotify ${FindItem[Water Flask].InvSlot} leftmouseup
/itemnotify enviro1 leftmouseup
/delay 8
/combine enviro
/delay 8
| Empty cursor
/autoinv
/delay 8
/goto :MakeSBOO
Anyone have answers?
than kyou
ptyhon




