Page 1 of 1

some problem with objatlayer

Posted: 2004-10-18 21:38:43
by selila
in my shard
sub main()
UO.Print(str(uo.objatlayer("Rhand")))
UO.Print(str(uo.GetGraphic(0x63FB7159)))
end sub

it show
0
0
why it cant get what i have in my right hand?

and 0x63FB7159 is a knife.it also return 0 to me

any problem here?

thanks .

Posted: 2004-10-18 21:46:39
by AGRS
GetGraphic wants string and returns string.

Try UO.Print(uo.GetGraphic("0x63FB7159"))

Posted: 2004-10-18 21:53:10
by AGRS
UO.Print(uo.objatlayer("Rhand"))