someone have a Vet Script ?
I want to know how I can get the life of a NPC or player.
thanks from now. (:
Search found 3 matches
- 2005-02-20 17:37:45
- Forum: Help
- Topic: Veterinary Script
- Replies: 1
- Views: 1066
- 2005-02-17 01:31:37
- Forum: Help
- Topic: Cooking Problem ;\
- Replies: 1
- Views: 1043
Sos
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 ...
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 ...
- 2005-02-17 01:25:40
- Forum: Help
- Topic: Cooking Problem ;\
- Replies: 1
- Views: 1043
Cooking Problem ;\
;=====
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. (:
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. (: