Official ScriptUO EasyUO Scripts > Scripting Tutorials

Use this to get mob id's

(1/1)

chasemac140:
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: ---set #targcurs 1
while #targcurs = 1
{
}
finditem #ltargetid
if #findcnt > 0
{
    event property #findid
    display #findid #findtype #findx #findy #findz #property
}
halt
--- End code ---

Navigation

[0] Message Index

Go to full version