ScriptUO

Ultima Online Fan Board => General UO Chat => Topic started by: bluepits on January 01, 2012, 06:36:58 AM

Title: Monsters
Post by: bluepits on January 01, 2012, 06:36:58 AM
Smack me hard,but im finding it hard to get monsters id right?  Is there anywhere or a script that pulls the monsters id  for example set %monsters LZ_  ; demons and succubi      Lz being the id    is there a web page with a full list of monster of uo or a script to pull these id thx for any help?
Title: Re: Monsters
Post by: manwinc on January 01, 2012, 06:43:11 AM
Code: [Select]
set #targcurs 1
Display Target the Thingy you wish to Learn more about
While #targcurs = 1
wait 1
Finditem #ltargetid
Display Findid: #Findid $ Findtype: #Findtype $ Findcol: #Findcol Findrep: #Findrep
Title: Re: Monsters
Post by: bluepits on January 01, 2012, 06:47:32 AM
TY U MATE!!
Title: Re: Monsters
Post by: manwinc on January 01, 2012, 08:50:20 AM
NP, Technically using Global Variables and Some Hardcore Coding someone Could write a script that Simply saves all Properties in Alphabetical order and then attaches the "Type" To go with it as you run around, finally exporting it into a text document.

But that's WAYYYY too much work