User contributions
From OpenEUO
					
										
					
					(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 15:20, 8 October 2010 (diff | hist) . . (+23) . . UO.Equip 
 - 15:17, 8 October 2010 (diff | hist) . . (+198) . . UO.GetPix 
 - 15:11, 8 October 2010 (diff | hist) . . (+103) . . UO.GetJournal 
 - 15:10, 8 October 2010 (diff | hist) . . (+103) . . UO.ScanJournal 
 - 13:33, 8 October 2010 (diff | hist) . . (-1) . . UO.Property 
 - 13:31, 8 October 2010 (diff | hist) . . (+16) . . UO.SetShop  (current)
 - 13:31, 8 October 2010 (diff | hist) . . (+474) . . UO.SetShop 
 - 13:24, 8 October 2010 (diff | hist) . . (+16) . . UO.GetShop  (current)
 - 13:22, 8 October 2010 (diff | hist) . . (+20) . . UO.Property 
 - 13:18, 8 October 2010 (diff | hist) . . (+370) . . N UO.Property  (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...")
 - 13:10, 8 October 2010 (diff | hist) . . (+3) . . UO.ScanJournal 
 - 13:09, 8 October 2010 (diff | hist) . . (+61) . . N UO.GetJournal  (Created page with " local sLine,nCol = UO.GetJournal(nIndex) UO.ScanJournal")
 - 13:09, 8 October 2010 (diff | hist) . . (+61) . . N UO.ScanJournal  (Created page with " local nNewRef,nCnt = ScanJournal(nOldRef) UO.GetJournal")
 - 13:07, 8 October 2010 (diff | hist) . . (+351) . . N UO.Pathfind  (Created page with " UO.Pathfind(x,y,z) Moves you to the position given by the coordinates. If the Z coordinate is omitted, it is assumed to be -1. Note: * The script will continue executing wh...")
 - 13:04, 8 October 2010 (diff | hist) . . (+15,407) . . N UO.Macro  (Created page with " UO.Macro(param1,param2[,str]) Causes the client to use one of the pre-defined, internal UO client macros. === Event Macro Table === {| border="1" !style="background:#ffdead;...")
 - 13:01, 8 October 2010 (diff | hist) . . (+502) . . N UO.Move  (Created page with " local bsuccess = UO.Move(x,y[,tolerance[,timeout]]) Moves the character to a specified position. No pathfinding is done, so you should probably use event PathFind instead. If u...")
 - 12:59, 8 October 2010 (diff | hist) . . (+176) . . UO.GetShop 
 - 12:56, 8 October 2010 (diff | hist) . . (+61) . . N UO.GetShop  (Created page with " local bRes,nPos,nCnt,nID,nType,nMax,nPrice,sName = GetShop()")
 - 12:55, 8 October 2010 (diff | hist) . . (+34) . . N UO.SetShop  (Created page with " local bres = UO.SetShop(nid,nnum)")
 - 12:54, 8 October 2010 (diff | hist) . . (+339) . . N UO.TileGet  (Created page with " local nType,nZ,sName,nFlags = TileGet(nX,nY,nIndex[,nFacet]) Retrieves the tile type, z value, name, and flags for the indexed tile at the given location. Use UO.TileCnt to ...")
 - 12:51, 8 October 2010 (diff | hist) . . (+203) . . N UO.TileCnt  (Created page with " local ncnt = UO.TileCnt(x,y[,facet]) Retrieves the number of tiles for a specific game world position. The default value for facet is the current facet. Otherwise follows the va...")
 - 12:49, 8 October 2010 (diff | hist) . . (+462) . . N UO.TileInit  (Created page with " local bsuccess = UO.TileInit(bnooverrides) Initializes the tile information for retrieval in OpenEUO. Setting bnooverrides to true forces OpenEUO to disregard the statics overri...")
 - 12:46, 8 October 2010 (diff | hist) . . (+270) . . N UO.Msg  (Created page with " UO.Msg(str) This command sends a series of key-strokes to the client as specified by string str. A '$' sign within the string denotes a carriage return. Note: Instead of usin...")
 - 12:43, 8 October 2010 (diff | hist) . . (+379) . . N UO.Popup  (Created page with " UO.Popup(nid[,nx,ny]) UO.Popup command opens the context menu of an item/npc with id nid at location nx/ny. UO.Popup(nid[,nentry]) If the optional location is not specified t...")
 - 12:39, 8 October 2010 (diff | hist) . . (+124) . . N UO.RenamePet  (Created page with " UO.RenamePet(nid, sname) UO.RenamePet command changes the name of the pet id nid to the name specified by the string sname.")
 - 12:38, 8 October 2010 (diff | hist) . . (+191) . . N UO.SysMessage  (Created page with " UO.SysMessage(sMsg[, nCol]) Outputs a message as a system message inside the client. The string sMsg specifies the message, the optional numeric parameter specifies the system m...")
 - 12:36, 8 October 2010 (diff | hist) . . (+1,196) . . UO.SkillLock 
 - 12:35, 8 October 2010 (diff | hist) . . (+133) . . N UO.SkillLock  (Created page with " UO.SkillLock(sSkill,nLock) Changes the skill lock on the skill specified by the string sSkill to either: up, down or locked (0,1,2).")
 - 12:33, 8 October 2010 (diff | hist) . . (+24) . . UO.StatLock 
 - 12:32, 8 October 2010 (diff | hist) . . (+124) . . N UO.StatLock  (Created page with " UO.StatLock(sStat,nLock) Changes the stat lock on the stat specified by string sStat to either: up, down or locked (0,1,2).")
 - 12:29, 8 October 2010 (diff | hist) . . (+88) . . N UO.StatBar  (Created page with " UO.StatBar(nid) Pulls up the status bar for the given object id. Exclusive to OpenEUO.")
 - 11:02, 8 October 2010 (diff | hist) . . (+189) . . N UO.Key  (Created page with " UO.Key(key[,bctrl,balt,bshift]) Sends a keystroke to the client. Key can be modified by CTRL, ALT, and or SHIFT by providing the optional boolean parameters. TODO: List valid k...")
 - 10:59, 8 October 2010 (diff | hist) . . (+70) . . UO.HideItem 
 - 10:59, 8 October 2010 (diff | hist) . . (-8) . . UO.HideItem 
 - 10:59, 8 October 2010 (diff | hist) . . (+260) . . N UO.HideItem  (Created page with " UO.HideItem(nid) The hideItem command removes a specific item id's graphic from the client. It can be used to unclutter the visual appearance of the client however, it does ''no...")
 - 10:55, 8 October 2010 (diff | hist) . . (-1) . . UO.ScanItems 
 - 10:55, 8 October 2010 (diff | hist) . . (+335) . . N UO.ScanItems  (Created page with " local nCnt = UO.ScanItems(bVisibleOnly) Scans all objects in client memory and returns the number of items found. Invisible objects may be excluded using the sole parameter. ...")
 - 10:52, 8 October 2010 (diff | hist) . . (-4) . . UO.GetItem 
 - 10:51, 8 October 2010 (diff | hist) . . (+18) . . UO.GetItem 
 - 10:51, 8 October 2010 (diff | hist) . . (+386) . . N UO.GetItem  (Created page with " local nID,nType,nKind,nContID,nX,nY,nZ,nStack,nRep,nCol = GetItem(nIndex) Returns values associated with a item denoted by nIndex after a UO.ScanItems command. Returned values ...")
 - 10:47, 8 October 2010 (diff | hist) . . (+343) . . N UO.GetCont  (Created page with " local nKind,sName,nX,nY,nSX,nSY,nId,nType = UO.GetCont(nIndex) Returns values associated with the gump at location nIndex on the 'gump heap'. nIndex 0 is the topmost gump. Ret...")
 - 10:45, 8 October 2010 (diff | hist) . . (+9) . . UO.ExMsg 
 - 10:44, 8 October 2010 (diff | hist) . . (+801) . . N UO.ExMsg  (Created page with " UO.ExMsg(nid[,nfont,ncolor],str) UO.ExMsg command shows the string str over the object given by the object id nid. The font and color arguments change the appearance of the mess...")
 - 10:42, 8 October 2010 (diff | hist) . . (+113) . . N UO.Equip  (Created page with " UO.Equip(nid1[,nid2[,...]]) Instantly equips all of the given object id's. Only available on EA/Mythic shards.")
 - 10:32, 8 October 2010 (diff | hist) . . (+42) . . UO.DropG  (current)
 - 10:31, 8 October 2010 (diff | hist) . . (+101) . . UO.DropPD 
 - 10:30, 8 October 2010 (diff | hist) . . (+147) . . N UO.DropPD  (Created page with " UO.DropPD Drops an item you drag using UO.Drag onto the paperdoll. ''Do not use this to terminate a drag initiated via the UO.CliDrag function.''")
 - 10:28, 8 October 2010 (diff | hist) . . (+283) . . N UO.DropG  (Created page with " UO.DropG(x,y[,z]) The UO.DropG command drops objects you drag using the UO.Drag command to the given ground (world) coordinate. If no z coordinate is specified, the default will...")
 - 10:25, 8 October 2010 (diff | hist) . . (+128) . . UO.DropC  (current)
 - 10:24, 8 October 2010 (diff | hist) . . (+437) . . N UO.DropC  (Created page with " UO.DropC(contid[,nx,ny]) The UO.DropC command drops obects you drag using the UO.Drag command to any container you want. If you specify nx/ny then the item will be dropped in t...")
 
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)