Easy UO script help

Don't know how something works? Here you will find some useful links. And if you have a question, feel free to ask.
Locked
porkinhobr
Apprentice Scribe
Posts: 13
Joined: Mon Sep 10, 2012 3:53 pm

Easy UO script help

Post by porkinhobr »

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 =-)
User avatar
Adrias
Legendary Scribe
Posts: 426
Joined: Tue Sep 07, 2010 10:34 pm

Re: Easy UO script help

Post by Adrias »

If you have razor it would be way easy to set this up in razor.
my only advice ^_^
User avatar
Ilsanor
Legendary Scribe
Posts: 407
Joined: Tue Jun 07, 2011 5:47 am

Re: Easy UO script help

Post by Ilsanor »

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.
porkinhobr
Apprentice Scribe
Posts: 13
Joined: Mon Sep 10, 2012 3:53 pm

Re: Easy UO script help

Post by porkinhobr »

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
=)
Plug
Apprentice Scribe
Posts: 13
Joined: Sat Sep 22, 2012 3:47 am

Re: Easy UO script help

Post by Plug »

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 :D can u explain it step by step or does anyone know any links to using razor as i cant find any in depth ones :D cheers :D
Locked