Okay - this should be much simpler than I'm making it.
Essentially, I am crafting a snippet that, when called, will scan my pack for items and drop them next to me.
sub drop_stuff
set !dropitems POF_
finditem !dropitems C_
if #findkind <> -1
{
exevent drag #findid #findstack
wait 13
exevent dropg #CHARPOSX #CHARPOSY #CHARPOSZ
wait 13
}
That look right to you? I can't field test, as I'm not in a place where I can access UO. Can I drop stuff on the ground underneath my char, or do I need to offset the x y z coords a tad?
Thoughts? Usually, I'm putting stuff *in* my back, not chucking it on the ground...so I'm new to dropg.
