UO.Property

From OpenEUO
Revision as of 13:18, 8 October 2010 by 76.184.213.234 (Talk) (Created page with " local name, info = UO.Property(id) This command returns name and info strings for the given item id. Each line in the returned info is separated by an '$' symbol. Note: *UO.P...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
local name, info = UO.Property(id)

This command returns name and info strings for the given item id. Each line in the returned info is separated by an '$' symbol.

Note:

  • UO.Property doesn't work for pre-AoS (Age of Shadow) freeshards.
  • Gathering numerous properties appears to corrupt the client (OpenEUO 0.9s and earlier). Malformed info will be randomly returned.