User contributions
From OpenEUO
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 10:51, 18 August 2013 (diff | hist) . . (+84) . . UO.Macro (Added note about closing imbuing gump with UO.Macro(31)) (current)
- 07:31, 25 February 2013 (diff | hist) . . (+2,845) . . TControl.Color (added colors from gui/const.lua and color generating function) (current)
- 09:11, 7 December 2012 (diff | hist) . . (+90) . . m UO.GetJournal (added stuby code ref) (current)
- 05:22, 27 November 2012 (diff | hist) . . (-170) . . UO.Popup (changed to reflect current behavior) (current)
- 09:39, 8 November 2012 (diff | hist) . . (-14) . . UO.Equip (current)
- 09:36, 8 November 2012 (diff | hist) . . (+406) . . UO.Equip (Add Kal's example)
- 03:04, 29 October 2012 (diff | hist) . . (+39) . . UO.Macro (→Use Skills: added imbuing)
- 19:28, 9 August 2012 (diff | hist) . . (+1) . . m UO.Macro (→Miscellaneous: spelling)
- 19:27, 9 August 2012 (diff | hist) . . (+491) . . UO.Macro (Add Bard Mastery)
- 11:09, 21 July 2012 (diff | hist) . . (+103) . . m Getkey (added NUM0-NUM9) (current)
- 10:16, 16 July 2012 (diff | hist) . . (+287) . . m Getkey
- 20:50, 15 July 2012 (diff | hist) . . (-5) . . m Iterator.run (→See Also) (current)
- 18:36, 15 July 2012 (diff | hist) . . (+470) . . Linklist.head (killspam) (current)
- 18:32, 15 July 2012 (diff | hist) . . (+209) . . File.skip (killspam) (current)
- 18:31, 15 July 2012 (diff | hist) . . (-56) . . File.copy (killspamm) (current)
- 18:20, 15 July 2012 (diff | hist) . . (+66) . . m Getkey
- 18:18, 15 July 2012 (diff | hist) . . (+297) . . m Getkey
- 18:10, 15 July 2012 (diff | hist) . . (-33) . . Getkey (scrolllock -> scroll etc.)
- 10:14, 13 July 2012 (diff | hist) . . (+922) . . Luo.Cont (killspam) (current)
- 14:41, 11 April 2012 (diff | hist) . . (0) . . m UO.GetJournal (spelling)
- 13:02, 3 March 2012 (diff | hist) . . (+118) . . m UO.GetItem (added link to finditem sysvars) (current)
- 12:57, 3 March 2012 (diff | hist) . . (+3) . . m UO.GetItem (added the required UO. prefix)
- 19:59, 8 January 2011 (diff | hist) . . (+33) . . m Keymon.refresh (→Description) (current)
- 19:40, 8 January 2011 (diff | hist) . . (+971) . . N Journal.line (Created page with "== Calling Pattern == Call local j = sl.journal() later local r1,r2,r3 = j.line(pos[,split]) Argument pos is a number, the absolute position of the line to read split (option...") (current)
- 19:32, 8 January 2011 (diff | hist) . . (+860) . . N Journal.mark (Created page with "== Calling Pattern == Call local j = sl.journal() later local a,b = j.mark(at[,fromcurrent]) Arguments at is a number fromcurrent (optional) is a boolean, default is false Re...") (current)
- 19:23, 8 January 2011 (diff | hist) . . (+619) . . N Journal.count (Created page with "== Calling Pattern == Call local j = sl.journal() later local a,b = j.count() Returns a is a number, the total number of journal messages b is a number, the number of unread ...") (current)
- 19:19, 8 January 2011 (diff | hist) . . (+9) . . m Journal.refresh (→Calling Pattern) (current)
- 19:19, 8 January 2011 (diff | hist) . . (+548) . . N Journal.clear (Created page with "== Calling Pattern == Call local j = sl.journal() later local r = j.clear() Returns r is a number, the number of new journal messages since last call to clear or refresh == D...") (current)
- 19:12, 8 January 2011 (diff | hist) . . (+354) . . N Journal.nextln (Created page with " == Description == Nextln points to the same method as journal.nextline. It may become deprecated in versions 0.09+. == See Also == * [http://www.easyuo.com/openeuo/wiki/...") (current)
- 19:09, 8 January 2011 (diff | hist) . . (+2,182) . . N Journal.nextline (Created page with "== Calling Pattern == Call local j = sl.journal() later local r1,r2,r3 = j.nextline([split]) Argument split (optional) is a boolean, defaults to false Results r1 is a string,...") (current)
- 18:53, 8 January 2011 (diff | hist) . . (+2,067) . . N Journal.refresh (Created page with "== Calling Pattern == Call local j = sl.journal() later local a,b,c = j.refresh() Results a is a number, the number of new lines since last refresh b is a number, the total n...")
- 18:35, 8 January 2011 (diff | hist) . . (+28) . . m Journal (→Example) (current)
- 17:43, 8 January 2011 (diff | hist) . . (+33) . . m Target (→See Also) (current)
- 17:42, 8 January 2011 (diff | hist) . . (+37) . . m Keystr (→See Also) (current)
- 17:42, 8 January 2011 (diff | hist) . . (+19) . . m Keys (→See Also) (current)
- 17:41, 8 January 2011 (diff | hist) . . (+19) . . m Keyvalstr (→See Also) (current)
- 17:41, 8 January 2011 (diff | hist) . . (+62) . . m Tabletolua (→See Also) (current)
- 17:38, 8 January 2011 (diff | hist) . . (-2) . . m Exkeyvalstr (→See Also) (current)
- 17:38, 8 January 2011 (diff | hist) . . (+21) . . m Exkeyvalstr
- 17:37, 8 January 2011 (diff | hist) . . (+1,058) . . Nm Exkeyvalstr (Created page with "== Calling Pattern == Call local r = sl.exkeyvalstr(arg) Args arg is a table Results r is a string == Usage Example == local s = {[11]=16} local t = { [0]='finale', alice=...")
- 17:33, 8 January 2011 (diff | hist) . . (+19) . . m Simplelib (→Other Library Methods) (current)
- 17:32, 8 January 2011 (diff | hist) . . (+1,154) . . Journal
- 17:20, 8 January 2011 (diff | hist) . . (+1,148) . . Journal
- 17:18, 8 January 2011 (diff | hist) . . (+1,458) . . N Chosen (Created page with "== Calling Convention == Call local a, b, c, r1..r4 = sl.chosen([timeout]) Args timeout (optional) is the number of milliseconds to wait for UO.TargCurs to return to false Resu...") (current)
- 17:01, 8 January 2011 (diff | hist) . . (0) . . m Simplelib (→Other Library Methods)
- 16:54, 8 January 2011 (diff | hist) . . (+14) . . m Simplelib (→Other Library Methods)
- 16:36, 8 January 2011 (diff | hist) . . (+1,601) . . N Keymon.refresh (Created page with "== Calling Pattern == Call local km = sl.keymon(t) later keymon.refresh() == Example == local t = { ['ALT SHIFT J']= function() print('ALT SHIFT J') end, ['CTRL J'] ...")
- 16:24, 8 January 2011 (diff | hist) . . (+10) . . m Spin.hold (→See Also) (current)
- 16:23, 8 January 2011 (diff | hist) . . (-5) . . m Spin.till (→See Also) (current)
- 16:18, 8 January 2011 (diff | hist) . . (+91) . . m Keymon (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)