ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: Rocko on October 07, 2025, 08:10:34 PM

Title: Find Type
Post by: Rocko on October 07, 2025, 08:10:34 PM
I have this script to find type of item:

set #ltargetid null
display ok Target the item you wish to find the type of
set #targcurs 1
loop:
if #ltargetid = null
        goto loop
finditem #ltargetid
msg #findtype $
halt

I have not played for many years and after an hour of searching forums I cannot find out why when I use this snippet the only letter returned is X.  I only get X for anything I target.  Thanks for any help.

My goal is to make taming easier.  The script I have, and the existing scripts render the same results: the rail is good but never tames.  My thought is the animal type has changed hence using the find type script.


Post Merge: October 09, 2025, 06:15:36 PM
368 views and no one knows.  I still can't find anything.  RIP.