UO.ObjAtLayer()

Ask for help

Moderators: Murderator+, Murderator

Post Reply
Jeffrey
Posts: 4
Joined: 2012-02-12 11:41:43

UO.ObjAtLayer()

Post by Jeffrey »

Hi,
I have a small problem with function UO.ObjAtLayer().
I need get info about layers of different players. Is it able?
In my script I got it like that, but it detects only the information about my character.

Code: Select all

chest = uo.getcolor(uo.objatlayer("Torso"))

I need this for detection armor class of my opponents. In our shard armor class is distinguished by the color of the material.

Thanks for help :wink:
Jeffrey
Posts: 4
Joined: 2012-02-12 11:41:43

Re: UO.ObjAtLayer()

Post by Jeffrey »

oh, damn :(
Post Reply