ScriptUO

Scripting Resources & Utilities => OpenEUO Scripts => OEUO => Scripting tools => Topic started by: TrailMyx on October 14, 2010, 11:15:55 PM

Title: TrailMyx's FINDITEM info for OEUO
Post by: TrailMyx on October 14, 2010, 11:15:55 PM
These subs return information about a targeted item.  Use Alt-F1 to create the target.  Finditem information appears in the text output.

Spacebar prints the X and Y offsets of the cursor for offset gump clicking.

Please note this requires my Subs Collection (http://www.scriptuo.com/index.php?topic=5960.msg50667#msg50667)

Sample results:

--------------------------------
FINDID = 1122793922, in EUO = QRFANQD
findtype = 5357 in EUO = RVH
findkind = 0
contid = 1122793922
findx = 290
findy = 764
findz = 0
findstack = 1
findrep = 0
findcol = 0
name = A Waterstained SOS
property = Weight: 1 Stone

Title: Re: TrailMyx's FINDITEM info for OEUO
Post by: TrailMyx on October 17, 2010, 11:45:23 AM
This little script is pretty nice because you can cut-and-paste from the status window into your code.
Title: Re: TrailMyx's FINDITEM info for OEUO
Post by: TrailMyx on October 26, 2010, 09:51:13 PM
I added another feature to this script.  Pressing "Space" bar will print the the click x and click y location of the presently selected gump.  You can note these numbers to be used for gump click offsets.
Title: Re: TrailMyx's FINDITEM info for OEUO
Post by: Superslayer on October 27, 2010, 04:21:23 PM
I love the space bar idea, it's one of my favorite hot keys. Will your version 9 subs collection be coming out after a while?  All I did was change the first line of iteminfo2 so it does file 'tm_subs_collection8.lua' then sends the warning.

There seems to be a snag when using the space bar to print out the info of a targeted item, it prints out the click x and y location literally at least a hundred times.  It stopped doing it on it's own, but the script and oeuo hung a bit.
Title: Re: TrailMyx's FINDITEM info for OEUO
Post by: TrailMyx on October 27, 2010, 04:36:40 PM
oopsie, they should be out already...  I'll post those tonight.