Author Topic: How to get a monster's id?  (Read 14601 times)

0 Members and 1 Guest are viewing this topic.

Offline dreamzcasterTopic starter

  • Jr. Member
  • **
  • Posts: 48
  • Activity:
    0%
  • Reputation Power: 0
  • dreamzcaster has no influence.
  • Respect: +5
  • Referrals: 0
    • View Profile
How to get a monster's id?
« on: August 23, 2009, 06:10:54 PM »
0
I have been looking around but I don't see how to get a monster's id can anyone help me out?

Offline UOMaddog

  • Maddog
  • Elite
  • *
  • *
  • Posts: 1625
  • Activity:
    0%
  • Reputation Power: 22
  • UOMaddog might someday be someone...UOMaddog might someday be someone...UOMaddog might someday be someone...UOMaddog might someday be someone...
  • Gender: Male
  • Biggest B@D@$$ of the Universe
  • Respect: +165
  • Referrals: 8
    • View Profile
    • Insane UO
Re: How to get a monster's id?
« Reply #1 on: August 23, 2009, 06:12:15 PM »
0
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!
There are 10 kinds of people in this world: those that understand binary and those that don't!

Windows:  A 64-bit tweak of a 32-bit extension to a 16-bit user interface for an 8-bit operating system based on a 4-bit architecture from a 2-bit company that can't stand 1 bit of competition!

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13303
  • Activity:
    0.4%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: How to get a monster's id?
« Reply #2 on: August 23, 2009, 06:51:23 PM »
0
My FINDID info script works pretty well for things like this:

http://www.scriptuo.com/index.php?topic=188.0
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline dreamzcasterTopic starter

  • Jr. Member
  • **
  • Posts: 48
  • Activity:
    0%
  • Reputation Power: 0
  • dreamzcaster has no influence.
  • Respect: +5
  • Referrals: 0
    • View Profile
Re: How to get a monster's id?
« Reply #3 on: August 23, 2009, 07:46:00 PM »
0
Sweet thanks for the help :)

Offline rana70

  • Elite
  • *
  • *
  • Posts: 294
  • Activity:
    0%
  • Reputation Power: 5
  • rana70 has no influence.
  • Gender: Male
  • Respect: +37
  • Referrals: 2
    • View Profile
    • MyScripts
Re: How to get a monster's id?
« Reply #4 on: August 23, 2009, 08:30:14 PM »
0
Hi,

if you just need the Type here is a short snip to use:
Code: [Select]
Display Get ItemType$$Target your Item orMonster$
Set #targcurs 1
Target
Repeat
Until #TargCurs = 0
FindItem #LTargetID
Display TargetType: #FindType $
halt
cu

Offline Petkiller

  • Full Member
  • ***
  • Posts: 112
  • Activity:
    0%
  • Reputation Power: 0
  • Petkiller has no influence.
  • Respect: +7
  • Referrals: 2
    • View Profile
Re: How to get a monster's id?
« Reply #5 on: August 24, 2009, 11:43:16 AM »
0
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.

Offline Cerveza

  • Hacksimus Maximus
  • Scripthack
  • *
  • Posts: 5857
  • Activity:
    0%
  • Reputation Power: 80
  • Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!
  • Gender: Male
  • So... Hows that Hopey-Changey thing working out?
  • Respect: +403
  • Referrals: 11
    • View Profile
Re: How to get a monster's id?
« Reply #6 on: August 24, 2009, 12:22:52 PM »
0
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.
XXXXXXXXXX________________________________________] 20%
I've forgotten more about this game then most people will ever know.
Thank you for controlling your children. Their manners reflect your love for them.
Give a man a fish and you feed him for a day. Don't teach a man to fish, and you feed yourself. He's a grown man. Fishing's not that hard.

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13303
  • Activity:
    0.4%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: How to get a monster's id?
« Reply #7 on: August 24, 2009, 12:57:33 PM »
0
Nice avatar, Cerv!  Hopey Changey = Hurkey Jerky! lol
Please read the ScriptUO site RULES
Come play RIFT with me!

Scrripty

  • Guest
Re: How to get a monster's id?
« Reply #8 on: August 24, 2009, 02:08:01 PM »
0
Nice avatar, Cerv!  Hopey Changey = Hurkey Jerky! lol

I cringed at his quote:  Xcilo cant be happy he sold off his pvp weapons... ouch. :)

Offline roadrunner

  • Full Member
  • ***
  • Posts: 107
  • Activity:
    0%
  • Reputation Power: 2
  • roadrunner has no influence.
  • Gender: Male
  • Respect: +28
  • Referrals: 1
    • View Profile
Re: How to get a monster's id?
« Reply #9 on: May 02, 2013, 08:10:55 AM »
0
Hi,

if you just need the Type here is a short snip to use:
Code: [Select]
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 :)

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13303
  • Activity:
    0.4%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: How to get a monster's id?
« Reply #10 on: May 02, 2013, 05:04:25 PM »
0
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.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Crome969

  • Elite
  • *
  • *
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: How to get a monster's id?
« Reply #11 on: May 03, 2013, 02:49:32 AM »
0
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 :)

Tags: