Search found 3 matches

by wsqlzh
2012-07-25 07:28:27
Forum: Help
Topic: help me(hao to return and print " finditem's color")
Replies: 3
Views: 3744

Re: help me(hao to return and print " finditem's color")


sub main()
var ItemName, ItemID, ItemType, ItemColor
uo.findtype(-1,-1,'my')
#uo.click('finditem')
UO.Click('lasttarget')
UO.DeleteJournal()
ItemColor=UO.GetColor('lasttarget')
ItemName=UO.GetName('lasttarget')
ItemID=UO.GetSerial('lasttarget')
ItemType=UO.GetGraphic(UO.GetSerial( 'lasttarget ...
by wsqlzh
2012-07-25 07:00:15
Forum: Help
Topic: help me(hao to return and print " finditem's color")
Replies: 3
Views: 3744

Re: help me(hao to return and print " finditem's color")


sub main()
var ItemName, ItemID, ItemType, ItemColor
uo.findtype(-1,-1,'my')
uo.click('finditem')
ItemName=UO.GetName('finditem')
ItemID=UO.GetSerial('finditem')
ItemType=UO.GetGraphic(UO.GetSerial( 'finditem'))
ItemColor=UO.GetColor('finditem')
uo.Print(ItemName ...
by wsqlzh
2012-07-25 05:48:15
Forum: Help
Topic: help me(hao to return and print " finditem's color")
Replies: 3
Views: 3744

help me(hao to return and print " finditem's color")

who can help me!!please!

i want's to know each finditem's color

fox example:
TEMP_coloritem[i]=xxxxxx
uo.print(TEMP_coloritem[i])

how to get the "TEMP_coloritem[i]= "

i try to use "yoyoinjection/object type "tool get the Bback item's "Graphic",but no color val.

anytools can be do?