Page 1 of 1

Cooking Problem ;\

Posted: 2005-02-17 01:25:40
by Rhapsody
;=====
sub main()
VAR rawfish="0x097a"
UO.CancelMenu()
UO.AutoMenu("What", "8")
UO.DeleteJournal()

While UO.Count(rawfish) >8
UO.UseType(rawfish)
UO.DeleteJournal()
Repeat
Wait(50)
Until UO.InJournal("You stop.")
UO.DeleteJournal
Wend
;=====

Now it's working. (:

Sos

Posted: 2005-02-17 01:31:37
by Rhapsody
And i would like to tell about the sos script.
It doesn't work here, it doesn't open the Sos Message. :\
Someone could help me ?
I use YokoInjection 501.22.
Thanks. : }

And, I want to know.
when I use the command UO.FindType(xxx) what it returns ?
finditem doesn't works here, it says that "variable undefined".
someone can help me ?