User contributions

From OpenEUO
For 76.184.213.234 (talk | block log | uploads | logs)
Jump to: navigation, search
Search for contributions
 
 
     
  

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

  • 11:20, 8 October 2010 (diff | hist) . . (+178). . UO.Drag
  • 11:19, 8 October 2010 (diff | hist) . . (+216). . N UO.Drag(Created page with " UO.Drag(nid[, namnt]) Drag the object specified by id nid via packets. This will not affect the UO.LLifted* variables. Alternatively, specify the amount namnt to drag if the o...")
  • 11:17, 8 October 2010 (diff | hist) . . (+154). . N UO.ContTop(Created page with " UO.ContTop(index) Moves the gump enumerated as index to the top of the gump heap, i.e. make it the top level gump/container (index = 0). UO.GetCont")
  • 11:13, 8 October 2010 (diff | hist) . . (+246). . N UO.CliDrag(Created page with " UO.CliDrag(nid) Drags the object specified by id nid. This drag is performed by the client and affects the UO.LLifted* variables. Corresponding drop should be completedy with ...")
  • 11:10, 8 October 2010 (diff | hist) . . (0). . Getkey
  • 11:10, 8 October 2010 (diff | hist) . . (+183). . N Getkey(Created page with " local bpressed = getkey(str) Returns a boolean based upon whether a key or key combination as specified by the string str is depressed or not. TODO: list out valid key names/co...")
  • 11:08, 8 October 2010 (diff | hist) . . (+75). . N Getmouse(Created page with " local x,y = getmouse() Returns the screen coordinates of the mouse cursor.")
  • 11:06, 8 October 2010 (diff | hist) . . (+13). . Listatoms
  • 11:06, 8 October 2010 (diff | hist) . . (+200). . N Listatoms(Created page with " local list = listatoms(str) Returns a table filled with atomic variables whose names partially or fully match the string given by str. TODO: does this return an empty list or n...")
  • 11:04, 8 October 2010 (diff | hist) . . (+248). . N Getatom(Created page with " local val = getatom(str) Returns the value of an atomic variable that is available to all executing scripts in the same OpenEUO instance. The variable name is specified by the ...")
  • 11:02, 8 October 2010 (diff | hist) . . (+9). . Setatom(current)
  • 11:02, 8 October 2010 (diff | hist) . . (+9). . Cmpsetatom
  • 11:01, 8 October 2010 (diff | hist) . . (+318). . N Cmpsetatom(Created page with " local bsuccess = cmpsetatom(str, ev, nv) Compares an atomic variable of name given by string str, with a value ev. If the comparison holds true, the variable will be set to the...")
  • 10:58, 8 October 2010 (diff | hist) . . (+32). . Setatom
  • 10:58, 8 October 2010 (diff | hist) . . (+302). . N Setatom(Created page with " setatom(str,val) Sets a variable available to all executing scripts in the same OpenEUO instance. Variable name is provided by the string str, and the value of the variable is ...")
  • 10:54, 8 October 2010 (diff | hist) . . (+89). . UO.LTargetKind
  • 10:53, 8 October 2010 (diff | hist) . . (-2). . UO.LTargetKind
  • 10:52, 8 October 2010 (diff | hist) . . (+749). . N UO.LTargetKind(Created page with " UO.LTargetKind ⇔ Returns the class of object that was last targeted. The possible values of this variable are listed in the table below. This variable should also be properly...")
  • 10:49, 8 October 2010 (diff | hist) . . (+417). . N UO.LTargetTile(Created page with " UO.LTargetTile ⇔ Returns the tile last targeted. The number in this variable is determined by the graphic of the tile. You can also write to this variable and use it in conju...") (current)
  • 10:46, 8 October 2010 (diff | hist) . . (+356). . N UO.LTargetZ(Created page with " UO.LTargetZ ⇔ Returns the world z-coordinate of the last target used. You can also write to this variable and use it in conjunction with UO.Macro(22) (LastTarget), which will ...") (current)
  • 10:45, 8 October 2010 (diff | hist) . . (+356). . N UO.LTargetY(Created page with " UO.LTargetY ⇔ Returns the world y-coordinate of the last target used. You can also write to this variable and use it in conjunction with UO.Macro(22) (LastTarget), which will ...") (current)
  • 10:45, 8 October 2010 (diff | hist) . . (+34). . UO.LTargetX(current)
  • 10:44, 8 October 2010 (diff | hist) . . (+322). . N UO.LTargetX(Created page with " UO.LTargetX ⇔ Returns the world x-coordinate of the last target used. You can also write to this variable and use it in conjunction with UO.Macro(22) (LastTarget), which will ...")
  • 10:42, 8 October 2010 (diff | hist) . . (+299). . N UO.LTargetID(Created page with " UO.LTargetID ⇔ Return the id of the last target used. You can also write to this variable and use it in conjunction with UO.Macro(22) (LastTarget), which will target the objec...")
  • 10:27, 8 October 2010 (diff | hist) . . (+269). . N UO.NextCPosY(Created page with " UO.NextCPosY ⇔ Return or set the y-coordinate of where the next container/gump will open. Note: The "Offset interface windows rather than perfectly stacking them" client op...")
  • 10:26, 8 October 2010 (diff | hist) . . (+250). . N UO.NextCPosX(Created page with " UO.NextCPosX ⇔ Return or set the x-coordinate of where the next container/gump will open. Note: The "Offset interface windows rather than perfectly stacking them" client op...")
  • 10:23, 8 October 2010 (diff | hist) . . (+216). . N UO.LLiftedType(Created page with " UO.LLiftedType ⇒ Returns the type of the object last dragged/lifted (either manually or with the UO.CliDrag event, or via UO.Click). Note: The UO.Drag function, being packet...")
  • 10:13, 8 October 2010 (diff | hist) . . (+80). . UO.LLiftedID
  • 10:12, 8 October 2010 (diff | hist) . . (+494). . N UO.LLiftedKind(Created page with " UO.LLiftedKind ⇒ Returns whether or not an object is being dragged/lifted(either manually or with the UO.CliDrag event, or via UO.Click). The possible values of this variable ...")
  • 10:05, 8 October 2010 (diff | hist) . . (+64). . UO.LLiftedID
  • 10:04, 8 October 2010 (diff | hist) . . (+67). . N UO.LLiftedID(Created page with " UO.LLiftedID ⇒ Returns the id of the object last dragged/lifted.")
  • 10:03, 8 October 2010 (diff | hist) . . (+20). . UO.LObjectID(current)
  • 10:03, 8 October 2010 (diff | hist) . . (+18). . UO.LObjectType(current)
  • 10:02, 8 October 2010 (diff | hist) . . (+68). . N UO.LObjectType(Created page with " UO.LObjectType ⇒ Returns the object type of the last used object.")
  • 10:02, 8 October 2010 (diff | hist) . . (+606). . N UO.LObjectID(Created page with " UO.LObjectID ⇔ Returns the ID of the last used object. You can also write to this variable and use it in conjunction with UO.Macro(17) (LastObject), which will use the object ...")
  • 09:54, 8 October 2010 (diff | hist) . . (+2,600). . N UO.LSpell(Created page with " UO.LSpell ⇔ Returns the last spell cast. You can also write to this variable and use it in conjunction with UO.Macro(16) (LastSpell), which will cast the spell. ==== Spells ...")
  • 09:50, 8 October 2010 (diff | hist) . . (+886). . N UO.LSkill(Created page with " UO.LSkill ⇔ Returns the skill last used. You can also write to this variable and use it in conjunction with UO.Macro(14) (LastSkill), which will perform the skill as if you cl...")
  • 09:48, 8 October 2010 (diff | hist) . . (+3). . UO.LShard
  • 09:47, 8 October 2010 (diff | hist) . . (+1,212). . N UO.LShard(Created page with " UO.LShard ⇔ Return or set the last shard of your choice. UO.LShard is where the unique shard number for the last shard picked is stored. This is the shard that is shown next ...")
  • 09:39, 8 October 2010 (diff | hist) . . (+348). . N UO.TargCurs(Created page with " UO.TargCurs ⇔ Returns whether the game cursor is a targeting cursor, or may be set to obtain a targeting cursor. {| border="1" cellpadding="2" |+UO.TargCurs Values | width=60...")
  • 09:37, 8 October 2010 (diff | hist) . . (+1). . UO.SysMsg
  • 09:37, 8 October 2010 (diff | hist) . . (+158). . N UO.SysMsg(Created page with "UO.SysMsg ⇒ Returns the latest system message. Note: there appears to be no equivalent to the EUO #sysmsgcol variable for reading the system message color.")
  • 09:34, 8 October 2010 (diff | hist) . . (+77). . N UO.Shard(Created page with " UO.Shard ⇒ Returns the name of the shard that the client is logged in to.")
  • 09:32, 8 October 2010 (diff | hist) . . (+31). . UO.LHandID(current)
  • 09:32, 8 October 2010 (diff | hist) . . (+30). . UO.RHandID(current)
  • 09:31, 8 October 2010 (diff | hist) . . (+359). . N UO.RHandID(Created page with " UO.RHandID ⇔ Return the item held in the character's right hand, or set the item ''to be held'' upon employing UO.Macro(24,2). Note: This variable is used with an event mac...")
  • 09:31, 8 October 2010 (diff | hist) . . (+1). . UO.LHandID
  • 09:30, 8 October 2010 (diff | hist) . . (+354). . N UO.LHandID(Created page with "UO.LHandID ⇔ Return the item held in the character's left hand, or set the item ''to be held'' upon employing UO.Macro(24,1). Note: This variable is used with an event macro...")
  • 09:27, 8 October 2010 (diff | hist) . . (+18). . UO.EnemyID(current)
  • 09:27, 8 October 2010 (diff | hist) . . (+279). . N UO.EnemyHits(Created page with " UO.EnemyHits ⇒ Returns the '''percentage''' of hit points left on the current enemy as given by UO.EnemyID. Note: It is only possible to see one enemy at a time using this ...") (current)

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)