Easy UO script help
Posted: Wed Sep 12, 2012 12:31 am
Hey guys, i think this is the forum to post it...
i want to make a macro that grabs an iten in a stack on the floor or in a bag on the floor and put 1 item from the stack on my backpack, i tried the exevent drag and exevent drop and it worked with the iten inside my backpack, couldant make it work on the floor, i tried the find item stuff and nothing...
this is the script where i stoped, with out the exevents couse i was experimenting the finditem
finditem EWYIOMD G
if #FINDCNT > 0
{
event Drag #FINDID
wait 20
click 932 484 p
}
i wanna do this so i can cook 1 fish stake at a time, if i split inside my backpack but even in diferent bags inside my backpack it still cooks everything at once, so i want to do a script that separates and cook 1 by 1... the cooking part is easy, already got it.. but the spliting is tricky...
thanks for the help in advance =-)
i want to make a macro that grabs an iten in a stack on the floor or in a bag on the floor and put 1 item from the stack on my backpack, i tried the exevent drag and exevent drop and it worked with the iten inside my backpack, couldant make it work on the floor, i tried the find item stuff and nothing...
this is the script where i stoped, with out the exevents couse i was experimenting the finditem
finditem EWYIOMD G
if #FINDCNT > 0
{
event Drag #FINDID
wait 20
click 932 484 p
}
i wanna do this so i can cook 1 fish stake at a time, if i split inside my backpack but even in diferent bags inside my backpack it still cooks everything at once, so i want to do a script that separates and cook 1 by 1... the cooking part is easy, already got it.. but the spliting is tricky...
thanks for the help in advance =-)