Author Topic: TrailMyx's IDOC Finder v1.6  (Read 280771 times)

0 Members and 1 Guest are viewing this topic.

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • 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: TrailMyx's IDOC Finder v1.6
« Reply #60 on: January 15, 2011, 08:16:40 PM »
0
Lol, I guess so, that's funny.  Filters out 99% of the issues.

Easy one to fix, but I don't have time to run around and test it.  I'm having a very strange weekend away from home at the moment.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • 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: TrailMyx's IDOC Finder v1.6
« Reply #61 on: January 20, 2011, 12:37:54 PM »
0
So here's what I *think* I did to ignore the owner information.  Warning, untested....

Code: [Select]
sub GetCondition
  event property #FINDID
  str pos #PROPERTY Owner:
  str del #PROPERTY 1 #STRRES
  set %condition #STRRES
;--- Delete Owner line
  str pos %condition $
  str del %condition 1 #STRRES
  set %condition #STRRES
;---
.
.
.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Newsman

  • Hero Member
  • *
  • Posts: 627
  • Activity:
    0%
  • Reputation Power: 8
  • Newsman has no influence.
  • Respect: +38
  • Referrals: 2
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #62 on: January 20, 2011, 01:55:02 PM »
0
Works flawlessly.  Detected a properly decaying home and ignored the red herring.

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • 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: TrailMyx's IDOC Finder v1.6
« Reply #63 on: January 20, 2011, 02:07:06 PM »
0
Works flawlessly.  Detected a properly decaying home and ignored the red herring.

Good deal.  :)
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Newsman

  • Hero Member
  • *
  • Posts: 627
  • Activity:
    0%
  • Reputation Power: 8
  • Newsman has no influence.
  • Respect: +38
  • Referrals: 2
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #64 on: January 20, 2011, 02:28:35 PM »
0
Indeed.  Thanks for the fix.  That was not something I would have known how to do.

Offline Chopette

  • Newbie
  • *
  • Posts: 8
  • Activity:
    0%
  • Reputation Power: 1
  • Chopette has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #65 on: March 24, 2011, 05:53:07 AM »
0
Thank you for this awesome script--cuts  my IDOC hunting time down enormously!

Offline Neo

  • Prime Program
  • Elite
  • *
  • *
  • Posts: 821
  • Activity:
    0%
  • Reputation Power: 13
  • Neo barely matters.Neo barely matters.
  • Respect: +155
  • Referrals: 3
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #66 on: August 01, 2011, 06:29:17 AM »
0
This works great for me... Found several decaying houses with this, in no time.

This script is actually the reason that I decided to write a repeating house placer that doesn't activate the tool cooldown, to try and place homes after IDOC...

Thank you for this!
Never refuse an invitation.
Never resist the unfamiliar.
Never fail to be polite.
And never outstay your welcome.

Offline Goliath

  • Sr. Member
  • *
  • Posts: 424
  • Activity:
    0%
  • Reputation Power: 5
  • Goliath has no influence.
  • Gender: Male
  • Respect: +37
  • Referrals: 2
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #67 on: August 01, 2011, 07:08:30 AM »
0
Sounds great.  It certainly sounds like it will be more efficient than my method and I love the idea of incorporating the "Mark Rune" ability.

Offline Goliath

  • Sr. Member
  • *
  • Posts: 424
  • Activity:
    0%
  • Reputation Power: 5
  • Goliath has no influence.
  • Gender: Male
  • Respect: +37
  • Referrals: 2
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #68 on: August 03, 2011, 08:54:49 PM »
0
Just ran it... Loved it.. Thanks

Offline draken

  • Newbie
  • *
  • Posts: 5
  • Activity:
    0%
  • Reputation Power: 1
  • draken has no influence.
  • Respect: 0
  • Referrals: 1
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #69 on: August 07, 2011, 04:03:23 PM »
0
wow..........just wow.......amazingly well done

and that to the idoc monitor and you get an attaboy

both work better than i imagined

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • 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: TrailMyx's IDOC Finder v1.6
« Reply #70 on: August 07, 2011, 06:12:43 PM »
0
It's funny, sometimes the simple scripts are the good ones.  Thanks for the thanks.  ;)
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline zoot55

  • Jr. Member
  • **
  • Posts: 12
  • Activity:
    0%
  • Reputation Power: 1
  • zoot55 has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #71 on: August 20, 2011, 12:07:23 PM »
0
iv been loving this one. been working great been waiting for the updates to stop and the idoc to start coming back. the fist time i used it i found 6 idocs lol.

Offline jpurc14

  • Newbie
  • *
  • Posts: 7
  • Activity:
    0%
  • Reputation Power: 1
  • jpurc14 has no influence.
  • Gender: Male
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #72 on: September 15, 2011, 09:40:58 AM »
0
hmm no script after ur discription... or did i miss something? cause i cant find this actual script.
Peace be with you!

Offline Neo

  • Prime Program
  • Elite
  • *
  • *
  • Posts: 821
  • Activity:
    0%
  • Reputation Power: 13
  • Neo barely matters.Neo barely matters.
  • Respect: +155
  • Referrals: 3
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #73 on: September 15, 2011, 09:45:49 AM »
0
hmm no script after ur discription... or did i miss something? cause i cant find this actual script.
Hey buddy... You should take a look at the site rules... There you'll find info on how to download stuff here...
Never refuse an invitation.
Never resist the unfamiliar.
Never fail to be polite.
And never outstay your welcome.

Offline jpurc14

  • Newbie
  • *
  • Posts: 7
  • Activity:
    0%
  • Reputation Power: 1
  • jpurc14 has no influence.
  • Gender: Male
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #74 on: September 15, 2011, 09:50:04 AM »
0
ahh ok man ty sorry, was just in a rush to try this out.   :D
Peace be with you!

Tags: TrailMyx IDOC Tools