ScriptUO
Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: dreamzcaster on August 23, 2009, 06:10:54 PM
-
I have been looking around but I don't see how to get a monster's id can anyone help me out?
-
There are a few scripts that will do it for you on both the EasyUO website and others. The easiest way to do it is just pull the bar of the creature, then look in EUO under #conttype. That will be the ID for that monster!
-
My FINDID info script works pretty well for things like this:
http://www.scriptuo.com/index.php?topic=188.0
-
Sweet thanks for the help :)
-
Hi,
if you just need the Type here is a short snip to use:
Display Get ItemType$$Target your Item orMonster$
Set #targcurs 1
Target
Repeat
Until #TargCurs = 0
FindItem #LTargetID
Display TargetType: #FindType $
halt
cu
-
Some monsters will have diff ID types for the same monster and some monsters share the same ID. I know Lizard men have a few diff IDs. When I was using my TOT farmer script I found that Lesser Hirus and Hirus have the same ID my farmer could kill lesser's without a problem but the normal Hirus were a problem.
-
Dragons and Greater Dragons also have the same ID.
If your trying to identify them you need to use "event property" to determine which one it is.
-
Nice avatar, Cerv! Hopey Changey = Hurkey Jerky! lol
-
Nice avatar, Cerv! Hopey Changey = Hurkey Jerky! lol
I cringed at his quote: Xcilo cant be happy he sold off his pvp weapons... ouch. :)
-
Hi,
if you just need the Type here is a short snip to use:
Display Get ItemType$$Target your Item orMonster$
Set #targcurs 1
Target
Repeat
Until #TargCurs = 0
FindItem #LTargetID
Display TargetType: #FindType $
halt
cu
this little snipet is awesome! thanks TM!! i used it to convert Maddog's Demon farmer to Balrons :)
-
I think Rana70 wrote that one. Frankly, as you script, those are the utilities that all serious scripters end up writing for themselves to help aide in the creation of cool scripts.
-
I think Rana70 wrote that one. Frankly, as you script, those are the utilities that all serious scripters end up writing for themselves to help aide in the creation of cool scripts.
Scripters without such Utilities shouldnt be taken serious :)