ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Tutorials => Topic started by: Crisis on May 03, 2012, 12:48:10 PM

Title: Where in EUO do I find item id's?
Post by: Crisis on May 03, 2012, 12:48:10 PM
I am new to scripting and have a limited knowledge of coding but am trying to learn. I have a script from here and want to try and modify it a bit to add some things to it. I am trying to work it out on my own but can use a little help. I am trying to find the ID of an item. Looking at the right side of EUO program where it starts with Character Info, where would I find the part where it shows the ID of specific items? I was looking at the find item section but must be over looking it. When I hover over the item that I want to get an ID from, the FINDID does not change at all. Is this the right spot to see an item id? If not where should I be looking? Hopefully I am asking in correct section. If there is a better place to post a question like this please let me know. Thanks!!
Title: Re: Where in EUO do I find item id's?
Post by: Khameleon on May 03, 2012, 12:49:56 PM
Try D/Clicking the Item, then Look at the "Last Action" Category
Title: Re: Where in EUO do I find item id's?
Post by: TrailMyx on May 03, 2012, 12:50:50 PM
If you use this script, you get the findid, type, color, etc..

http://www.scriptuo.com/index.php?topic=188.0;highlight=findinfo
Title: Re: Where in EUO do I find item id's?
Post by: Crisis on May 03, 2012, 05:15:50 PM
Thanks to both of you. I saw how to double click and find them and Trailmyx, that script to find it is great and very easy. :)