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

0 Members and 1 Guest are viewing this topic.

Offline prodigyrick

  • Newbie
  • *
  • Posts: 8
  • Activity:
    0%
  • Reputation Power: 0
  • prodigyrick has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #150 on: December 14, 2014, 05:26:00 PM »
0
sure would be nice to have someone check my introduction so I can actually use the site and maybe drop a few of mine here as well. ;) *Hint*

Offline gimlet

  • Very Super Secret
  • Global Moderator
  • *
  • *
  • Posts: 6191
  • Activity:
    3%
  • Reputation Power: 71
  • gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!
  • Gender: Male
  • Respect: +273
  • Referrals: 3
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #151 on: December 14, 2014, 05:59:51 PM »
0
sure would be nice to have someone check my introduction so I can actually use the site and maybe drop a few of mine here as well. ;) *Hint*

Sure would be nice if you really provided a good introduction!

Offline prodigyrick

  • Newbie
  • *
  • Posts: 8
  • Activity:
    0%
  • Reputation Power: 0
  • prodigyrick has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #152 on: December 14, 2014, 06:20:05 PM »
0
Im sorry, I have cancer and this is what I do to kill time, UO. I just don't feel like writing much of anything, but I'm guessing this reply does seem longer. Please disregard anything that would make my intentions anything less than cordial.

Offline Toptwo

  • SunTigress's Hero!
  • Global Moderator
  • *
  • *
  • Posts: 2087
  • Activity:
    0%
  • Reputation Power: 21
  • Toptwo might someday be someone...Toptwo might someday be someone...Toptwo might someday be someone...Toptwo might someday be someone...
  • Gender: Male
  • Respect: +131
  • Referrals: 1
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #153 on: December 15, 2014, 02:15:02 PM »
0
Im sorry, I have cancer and this is what I do to kill time, UO. I just don't feel like writing much of anything, but I'm guessing this reply does seem longer. Please disregard anything that would make my intentions anything less than cordial.

  Instead of "reporting" the post so that I get a email, with you asking me to un-restrict you, how about doing what you were asked to do, and spend some time writing a introduction. I am sorry that you have cancer, but since this is what you do to pass time, spend some time on your intro. You would be surprised how fast somebody might come along and un-restrict you.
The final weapon is the brain. All else is supplemental.....  If you find yourself in a fair fight, your tactics suck.

Offline prodigyrick

  • Newbie
  • *
  • Posts: 8
  • Activity:
    0%
  • Reputation Power: 0
  • prodigyrick has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #154 on: December 15, 2014, 08:28:31 PM »
0
ok ill work on it.

Offline NoSkill

  • Newbie
  • *
  • Posts: 6
  • Activity:
    0%
  • Reputation Power: 1
  • NoSkill has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #155 on: January 05, 2015, 11:50:59 AM »
0
TrailMyx, thank you for taking the time to create such a wonderful script. This is making my overall gaming experience much more enjoyable.

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13301
  • Activity:
    0%
  • 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 #156 on: January 05, 2015, 04:58:58 PM »
0
TrailMyx, thank you for taking the time to create such a wonderful script. This is making my overall gaming experience much more enjoyable.

That's the point of all these scripts.  I'm glad you're getting good use out of it.  Just wait until you play around with my looter!  :)
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Gemviper

  • Sr. Member
  • *
  • Posts: 481
  • Activity:
    0%
  • Reputation Power: 0
  • Gemviper hides in shadows.
  • Respect: +57
  • Referrals: 2
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #157 on: October 15, 2016, 03:50:15 AM »
0
On page 5 of the thread you posted the following to help get rid of red herrings caused by the owner name...
Code: [Select]
str pos #PROPERTY Owner:
  str del #PROPERTY 1 #STRRES
  set %condition #STRRES

Is there an easy way to get rid of red herrings caused by owners who name the house "Condition: This house is in danger of collapsing" ?

event property #findid returns
Code: [Select]
A House Sign$Name: Condition: This Structure Is In Danger Of...$Owner: Example$This Is A Private Home$
Code: [Select]
SET %spamdetect Name:_Condition:
event property #findid
if %spamdetect IN #property
perform action(s) here
Doesn't work, "Name:_Condition:" isn't being detected even though it's in the #property(with or without underscore). What is the proper way to detect multiple words? Is there an even easier way to detect funky house names, maybe by stripping them from the result completely? Hmmm,  Name: , #spc , Condition: would be the proper way, right?

Code: [Select]
str pos #PROPERTY Name:Will that cause other problems? Can't test at the moment, wondering what the best way to remove spam might be.
« Last Edit: October 15, 2016, 05:02:54 AM by Gemviper »

Offline Abeia

  • Restricted
  • *
  • Posts: 6
  • Activity:
    0%
  • Reputation Power: 1
  • Abeia has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #158 on: May 22, 2018, 05:20:10 PM »
0
Thanks! Works nice

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.4%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #159 on: May 22, 2018, 06:51:07 PM »
0
Thanks! Works nice

What did you like best about it? To me, it can be a little bit restrictive....

Offline DirtyWZl

  • Newbie
  • *
  • Posts: 4
  • Activity:
    0%
  • Reputation Power: 1
  • DirtyWZl has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #160 on: September 15, 2018, 09:43:46 AM »
0
What are yall running these scripts in??? :-[

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.4%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #161 on: September 15, 2018, 08:37:00 PM »
0
This is run in easyuo.

Offline OuLonG

  • Restricted
  • *
  • Posts: 2
  • Activity:
    0%
  • Reputation Power: 1
  • OuLonG has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #162 on: January 22, 2021, 05:49:44 PM »
0
New here and gonna try some of the great scripts on here

Offline lamerz

  • Newbie
  • *
  • Posts: 5
  • Activity:
    0%
  • Reputation Power: 1
  • lamerz has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's IDOC Finder v1.6
« Reply #163 on: February 08, 2021, 03:02:19 PM »
0
awesome i hope this work on the shard im currently playing on!

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13301
  • Activity:
    0%
  • 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 #164 on: February 09, 2021, 06:01:40 AM »
0
awesome i hope this work on the shard im currently playing on!

I forgot how much I used this script.  Hopefully this one should still work assuming your shard isn't a pre-AOS era.  My IDOC looters won't probably work, but at least for finding them this should still do the trick.
Please read the ScriptUO site RULES
Come play RIFT with me!

Tags: TrailMyx IDOC Tools