Author Topic: Stealth Monster Target snippet.. ( Help )  (Read 5884 times)

0 Members and 1 Guest are viewing this topic.

Offline DarkfallplayerTopic starter

  • Jr. Member
  • **
  • Posts: 31
  • Activity:
    0%
  • Reputation Power: 1
  • Darkfallplayer has no influence.
  • Respect: +3
  • Referrals: 0
    • View Profile
Stealth Monster Target snippet.. ( Help )
« on: November 04, 2017, 11:31:04 PM »
0
Hi guys,

I was just wondering about how targeting works on stealth, is there a way to target like on steam where you can just search for greys, reds etc. If so how would you do so?

Or do you always have to target via a specific monster code?

Thanks for your help.

Offline BobOzarius

  • Full Member
  • ***
  • Posts: 103
  • Activity:
    0%
  • Reputation Power: 2
  • BobOzarius has no influence.
  • Respect: +26
  • Referrals: 0
    • View Profile
Re: Stealth Monster Target snippet.. ( Help )
« Reply #1 on: November 05, 2017, 10:12:34 PM »
0
There's at least 2 different ways to target anything in UO. More if you include tiles. Monsters and people can be targeted by their TYPE, OR, their ID. Type, includes all items/monsters of that type, so a mongbat's type is the same for ALL mongbats. And a mongbats ID is unique for each and every mongbat, so you can target them individually by ID, or any mongbat by type.

Offline DarkfallplayerTopic starter

  • Jr. Member
  • **
  • Posts: 31
  • Activity:
    0%
  • Reputation Power: 1
  • Darkfallplayer has no influence.
  • Respect: +3
  • Referrals: 0
    • View Profile
Re: Stealth Monster Target snippet.. ( Help )
« Reply #2 on: November 06, 2017, 02:13:28 AM »
0
Sure, I full understand what you are saying - I was just hoping in stealth they would have an option much like steam -

getenemy 'murderer' 'innoncet' 'enemy' 'criminal' 'gray'  'nearest'

Which would get me the nearest grey/red, if that makes sense? I think they have a command to do with Notoriety? I'm just not sure how to make a sub that would scan for anything grey and attack it.


« Last Edit: November 06, 2017, 02:19:42 AM by Darkfallplayer »

Offline bendel

  • Full Member
  • ***
  • Posts: 215
  • Activity:
    0%
  • Reputation Power: 4
  • bendel has no influence.
  • Respect: +34
  • Referrals: 0
    • View Profile
Re: Stealth Monster Target snippet.. ( Help )
« Reply #3 on: November 06, 2017, 05:10:00 AM »
0

Look at his code  "http://www.scriptuo.com/index.php?topic=13850.0
it show clearly how to do what you'r asking.

Have a nice day !

Offline Tidus

  • Lazy
  • Administrator
  • *
  • *
  • Posts: 1291
  • Activity:
    0%
  • Reputation Power: 15
  • Tidus is working their way up.Tidus is working their way up.Tidus is working their way up.
  • Gender: Male
  • Mind Blown
  • Respect: +151
  • Referrals: 2
    • View Profile
    • Ultimate Apparel
Re: Stealth Monster Target snippet.. ( Help )
« Reply #4 on: November 06, 2017, 08:07:32 AM »
0

Look at his code  "http://www.scriptuo.com/index.php?topic=13850.0
it show clearly how to do what you'r asking.

Have a nice day !

The AutoMobKiller is very good resource in figuring out how to target in C# based Stealth Scripts. There are not too many resources out there for it, and currently Crome is rewriting his SDK.  Make sure you check scriptsdk.com often for updated versions because as Vizit0r updates Stealth the SDK has to be updated sometimes.
For those who have fought for it, freedom has a taste the protected will never know ~ Anonymous, Vietnam, 1968

Offline DarkfallplayerTopic starter

  • Jr. Member
  • **
  • Posts: 31
  • Activity:
    0%
  • Reputation Power: 1
  • Darkfallplayer has no influence.
  • Respect: +3
  • Referrals: 0
    • View Profile
Re: Stealth Monster Target snippet.. ( Help )
« Reply #5 on: November 06, 2017, 11:55:31 AM »
0
thank you guys!

Tags: