Page 1 of 1

[SOLVED] Could not send notification to in Pack2

Posted: Sat Dec 05, 2015 11:56 pm
by JudgeD
"Could not send notification to in Pack2" is the error I get when trying to eat food via:

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
Any idea? Am I doing this wrong?

Re: Could not send notification to in Pack2

Posted: Sat Dec 05, 2015 11:58 pm
by JudgeD
Works if bags are open. Just trying to find a better way.

Re: Could not send notification to in Pack2

Posted: Sun Dec 06, 2015 7:59 am
by EqMule
What server regular or TLP?

Re: Could not send notification to in Pack2

Posted: Sun Dec 06, 2015 12:25 pm
by JudgeD
Regular

Re: Could not send notification to in Pack2

Posted: Sun Dec 06, 2015 1:16 pm
by EqMule
Try /useitem Murky Globe of Water

Or

/itemnotify "Murky Globe of Water" rightmouseup

Messing with itemslots etc seems like a complicated way to do it,
If none of those works let me know cause they should.

Re: Could not send notification to in Pack2

Posted: Sun Dec 06, 2015 4:46 pm
by JudgeD
I had no idea those options existed, weren't documented on the wiki so I missed it. Worked like a charm, thanks!

Re: [SOLVED] Could not send notification to in Pack2

Posted: Sat Jan 17, 2026 3:27 pm
by xyilla