/itemnotify in
Posted: Thu Feb 17, 2011 3:25 pm
So my goal is to simply place the item on my cursor into a specific slot inside a bag. Using the pre-existing macros as reference, it seems the way to do it is to use /itemnotify in supplying the bag you want and the slot in the bag.
My testing shows I have the parameters correct because I can pick UP an item in my bag in my spot, but it gives a NULL error message when there is no item there because I want to PLACE my item there with a leftmouseup. Of course, the error is saying no item exists in that spot so it can't be picked up, but I don't want to pick it up, I want to drop it there.
Any ideas?
My testing shows I have the parameters correct because I can pick UP an item in my bag in my spot, but it gives a NULL error message when there is no item there because I want to PLACE my item there with a leftmouseup. Of course, the error is saying no item exists in that spot so it can't be picked up, but I don't want to pick it up, I want to drop it there.
Any ideas?