[SOLVED] Could not send notification to in Pack2
Posted: Sat Dec 05, 2015 11:56 pm
"Could not send notification to in Pack2" is the error I get when trying to eat food via:
Any idea? Am I doing this wrong?
Code: Select all
downshit7=/if (!${Me.Moving} && !${Me.Invis} && !${Me.Feigning} && !${Me.Ducking} && !${Me.Sneaking} && !${Me.AFK} && !${Me.Binding} && !${Me.State.Equal[STUN]} && !${Me.Trader} && !${Stick.Active} && !${Me.Casting.ID}) /multiline ; /if (${Me.Hunger} < 6000 && ${FindItemCount[=Burned Black Bread]} > 1) /nomodkey /itemnotify in Pack${Math.Calc[${FindItem[=Burned Black Bread].ItemSlot}-22].Int} ${Math.Calc[${FindItem[=Burned Black Bread].ItemSlot2}+1].Int} rightmouseup; /if (${Me.Thirst} < 6000 && ${FindItemCount[=Murky Globe of Water]} > 1) /nomodkey /itemnotify in Pack${Math.Calc[${FindItem[=Murky Globe of Water].ItemSlot}-22].Int} ${Math.Calc[${FindItem[=Murky Globe of Water].ItemSlot2}+1].Int} rightmouseup