some problem with objatlayer

General Injection issues

Moderators: Murderator+, Murderator

Post Reply
selila
Posts: 10
Joined: 2004-10-16 16:32:27

some problem with objatlayer

Post 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 .
AGRS
Expert!
Posts: 1007
Joined: 2004-04-04 21:40:09
Contact:

Post by AGRS »

GetGraphic wants string and returns string.

Try UO.Print(uo.GetGraphic("0x63FB7159"))
AGRS
Expert!
Posts: 1007
Joined: 2004-04-04 21:40:09
Contact:

Post by AGRS »

UO.Print(uo.objatlayer("Rhand"))
Post Reply