ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Tutorials => Topic started by: chasemac140 on September 27, 2018, 02:29:18 PM

Title: Use this to get mob id's
Post by: chasemac140 on September 27, 2018, 02:29:18 PM
So after trying to figure this out on my own, I turned to google fu. I have since used this to return mob types quickly. Its easy, run it, click on the mob. Credit goes to RcCluster on the easyuo boards.

Code: [Select]
set #targcurs 1
while #targcurs = 1
{
}
finditem #ltargetid
if #findcnt > 0
{
    event property #findid
    display #findid #findtype #findx #findy #findz #property
}
halt