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 =-)
Easy UO script help
Re: Easy UO script help
If you have razor it would be way easy to set this up in razor.
my only advice ^_^
my only advice ^_^
Taming Bod Thread: http://uoex.net/forum/viewtopic.php?f=8&t=2943
Fletching Bod Thread: http://uoex.net/forum/viewtopic.php?f=8&t=3271
Fletching Bod Thread: http://uoex.net/forum/viewtopic.php?f=8&t=3271
Re: Easy UO script help
First off - there is a Coding Talk section of the forums, specifically for scripts and macros.
As for your problem - check out CEOMasterChef (or something like that) from the EUO website script library. It will train you to 100 cookin, provided enough fishsteaks are supplied. If you insist on doing it yourself you can at least look how CEO handles the taking a single item from stack in his script.
As for your problem - check out CEOMasterChef (or something like that) from the EUO website script library. It will train you to 100 cookin, provided enough fishsteaks are supplied. If you insist on doing it yourself you can at least look how CEO handles the taking a single item from stack in his script.
-
- Apprentice Scribe
- Posts: 13
- Joined: Mon Sep 10, 2012 3:53 pm
Re: Easy UO script help
thanks guys, i knew razor could do it but i think it did all split all the itens at the same time, wich wouldant be interesting,
as for the code talk i thought it was only for UO scripting not macro, next time i will put there =)
and finaly, thanks will look at that ceo stuff =)
PS: for those who are reading this topic after its fineshed, its CEOTurbochef
http://www.easyuo.com/forum/viewtopic.p ... 788#178788
=)
as for the code talk i thought it was only for UO scripting not macro, next time i will put there =)
and finaly, thanks will look at that ceo stuff =)
PS: for those who are reading this topic after its fineshed, its CEOTurbochef
http://www.easyuo.com/forum/viewtopic.p ... 788#178788
=)
Re: Easy UO script help
i really new to razor and have been figuring out a lot of it myself, i havent got a clue how i wpuld do this with razor! would be great for me too tho as i want to get cooking up
can u explain it step by step or does anyone know any links to using razor as i cant find any in depth ones
cheers 


