|
Post by leggmann on Dec 14, 2005 12:47:31 GMT -5
I know this is a little messy, but it works. It does rely on key presses so if you have the remember where cursor was feature turned on it may not work. Feel free to add it to any scripts that you use. I am trying to find a way for it to automatically run when you obtain something.
--Autosort By Leggmann Windower.script_Sleep(5000) --Pause to give you time to exit Console Control.control_SetKey("LCONTROL",true) Windower.script_Sleep(100) Control.control_SetKey("I",true) Windower.script_Sleep(10) Control.control_SetKey("LCONTROL",false) Control.control_SetKey("I",false) Control.control_SetKey("ADD",true) Windower.script_Sleep(10) Control.control_SetKey("ADD",false) Control.control_SetKey("RETURN",true) Windower.script_Sleep(10) Control.control_SetKey("RETURN",false) Control.control_SetKey("UP",true) Windower.script_Sleep(10) Control.control_SetKey("UP",false) Control.control_SetKey("RETURN",true) Windower.script_Sleep(10) Control.control_SetKey("RETURN",false) Windower.script_Sleep(10) Control.control_SetKey("ESCAPE",true) Windower.script_Sleep(10) Control.control_SetKey("ESCAPE",false)
|
|
petar113507
Full Member
Damn Straight. I Am the king of waffelagia.
Posts: 166
|
Post by petar113507 on Dec 14, 2005 14:28:23 GMT -5
It has been written and re-written many times by plenty of people. Good job though, what I would recommend is to stick in a couple of Escape keys in the beginning of the script, to let you escape out of whatever you were doing.
hook this up with an in game macros like ALT + 1 for instance
in the macro box type in
/console .Lunar load AutoSort.lua
and uhhh... yeah, I could think of a few ways you could tie this in whenever you pick up an item. think of some, I'll see if I can help you around.
|
|