Author Topic: Miffy's Item Finder  (Read 105099 times)

0 Members and 2 Guests are viewing this topic.

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
Miffy's Item Finder
« on: June 09, 2008, 12:33:36 PM »
0
Code: [Select]
;============================================
; Script Name: Miffy's Item Finder v96
; Author: Miffy
; Version: 0.96
; Client Tested with: 5.0.1h 60
; EUO version tested with: 1.5 69
; Shard OSI / FS:  FS (Alexandria) / OSI OK
; Revision Date:  14-Feb-07
; Public Release: 15-Dec-06
; Global variables:  none
; Purpose:
;   Use this script to search for a named item in:
;   1) A targeted container
;   2) All surrounding containers you have access to within 2 spaces.
;   3) Once you find them in a container, you can "keep" the item by having it moved into your pack. (drops on your paperdoll)
;   4) Instead of keeping the indivual items interactively, you can automatically collect every item found matching your criterion.
;   5) Use on a targeted vender; allowing purchasing of located items (thus allowing your to hunt though
;      those dreaded multi-bagged venders more easily for the specific item(s) you want.
;      (press next to continue once you buy)
;   6) After the completion of a search, the total number of items found matching your search criterion wil be displayed.
;   7) Search all vendors surrounding character to a specified radius.  Vendor shopping does not need to be a pain in the butt amy longer!
;   8) Summary of items found can be saved in HTML format to a user-specified filename.
;   9) File save shows a progress bytecount.  Files are saved in 2Kbyte chunks, so large files may take a while.
;
;   What makes this script so nice is that it will also the search all
; sub-containers within each main container. It will even search containers within sub-containers to any level.  (as close to recursion as EasyUO will get)
;
;  Additional features:
;    . Search for item intensities GREATER, LESS, or EQUAL to a specified value
;    . Search for up to 3 separate terms and intensities (and checkbox)
;    . Remembers the history of your last successful search criterion.  You
;      can scroll through the results and "Buy?" or "Keep" the items
;      you want.
;
; Menu designed with Menu Designer.
; v9 - release version
; v91 - fixed bug where search would hang if a number was one of the main search fields.  Now can search for things like powerscrolls of 110, 115, etc.
; v92 - fixed bug in item dragging when collecting items from containers and placing them in your main pack.
; v93 - made object drag now an exevent, no longer works with previous version of easyuo
; v94 - Added "Scan" feature that allows the user to search though
;       a vendors' inventory first before making a selection. Press the
;       "Next" or "Prev" buttons to sort through the summary.  Pressing "Buy" will
;       attempt to purchase the presently selected item.
; v95 - internal release adding GREATER-EQ and LESS-EQ
; v96 - . Multi-vendor searching with radius control, search through vendors or containers
;         when "Vendors?" is selected, container search is omitted.
;       . Remember container of object so it can be brought to front of display during review
;       . "Report All" feature will report everything found, and summarize it if selected.
;       . HTML output of everything found in last search to user-defined filename
;       . Automatic lag adjustment for container opening.  Reset upon script startup
;       . Fixed bug in intensity searching.  Now works correctly.
;
;       Note:  Get summary?  will automatically de-select Automatic collect? feature since they
;              both scan uninterrupted.
;
; Thanks to:
; DosX - OSI testing and suggested "Get Summary?" feature of 0.94
;============================================

There are 2 attachment(s) in this post. You must register and post an acceptable introduction to download
item_finder992.txt
item_finder993.txt
« Last Edit: April 23, 2017, 10:01:28 AM by TrailMyx »
Please read the ScriptUO site RULES
Come play RIFT with me!

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: Miffy's Item Finder
« Reply #1 on: August 02, 2008, 06:48:05 PM »
0
How can i make it so that it will search all my containers and write everything in it rather than searching for a specific item?


http://www.scriptuo.com/index.php?topic=24.0
« Last Edit: March 26, 2009, 07:49:51 PM by TrailMyx »
For those who have fought for it, freedom has a taste the protected will never know ~ Anonymous, Vietnam, 1968

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: Miffy's Item Finder
« Reply #2 on: August 02, 2008, 07:27:11 PM »
0
Just be sure to have "Report All", "Search Surrounding", "Search sub-containers" and "Get Summary" checked.
Please read the ScriptUO site RULES
Come play RIFT with me!

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: Miffy's Item Finder
« Reply #3 on: December 18, 2008, 08:26:24 PM »
0
I have made a version to support XML.  If you guys want to try it here it is.

There are 1 attachment(s) in this post. You must register and post an acceptable introduction to download
Miffy's Item finder XML.txt
For those who have fought for it, freedom has a taste the protected will never know ~ Anonymous, Vietnam, 1968

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: Miffy's Item Finder
« Reply #4 on: December 18, 2008, 08:33:21 PM »
0
heh, I was going to recommend that you modify my HTML generator code, but you beat me to the punch!  Good job man.
Please read the ScriptUO site RULES
Come play RIFT with me!

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: Miffy's Item Finder
« Reply #5 on: December 18, 2008, 08:39:21 PM »
0
I looks like there is some added functionality in there too.  What are you doing with the %string1-%string15?
Please read the ScriptUO site RULES
Come play RIFT with me!

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: Miffy's Item Finder
« Reply #6 on: December 18, 2008, 08:44:26 PM »
0
going to try to get it to the nitty gritty of attatching certain strings to have certain names instead of just <Stat>
For those who have fought for it, freedom has a taste the protected will never know ~ Anonymous, Vietnam, 1968

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: Miffy's Item Finder
« Reply #7 on: December 18, 2008, 08:47:10 PM »
0
going to take a bit of a break on it though.  Converting it and then making sure everything it does makes it valid is hard.  I do find a small problem. Since it only does so much first it will stop in the middle of a Stat sometimes so you just need dreamweaver to catch where they are and then just make them whole again and it works great.  Also use Dreamweaver so you can auto format the code so it adds in the breaks after each code.
For those who have fought for it, freedom has a taste the protected will never know ~ Anonymous, Vietnam, 1968

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: Miffy's Item Finder
« Reply #8 on: December 18, 2008, 08:57:37 PM »
0
Here is an example of what comes up after i fix the <Stat>(s) separation problem.

http://epoetrycorner.com/test1.xml

i'm going to fix it up so you can see what can be done with XML soon.
For those who have fought for it, freedom has a taste the protected will never know ~ Anonymous, Vietnam, 1968

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: Miffy's Item Finder
« Reply #9 on: December 24, 2008, 02:09:50 PM »
0
Does Miffy support this script anymore?  If not i'll take it over with support and make it my adoptive child.
For those who have fought for it, freedom has a taste the protected will never know ~ Anonymous, Vietnam, 1968

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: Miffy's Item Finder
« Reply #10 on: December 24, 2008, 02:55:50 PM »
0
Miffy is me.  :)  Or at least my feminine scripting side.  heh
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Khameleon

  • Script Tester - Team Leader
  • Elite
  • *
  • *
  • Posts: 2574
  • Activity:
    0%
  • Reputation Power: 30
  • Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!
  • Gender: Male
  • Respect: +238
  • Referrals: 0
    • View Profile
Re: Miffy's Item Finder
« Reply #11 on: December 25, 2008, 04:57:14 AM »
0
I always new there was something different with that guy....

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: Miffy's Item Finder
« Reply #12 on: December 25, 2008, 11:59:08 AM »
0
that is a little scary ;) :o
For those who have fought for it, freedom has a taste the protected will never know ~ Anonymous, Vietnam, 1968

Offline Wilk

  • Sr. Member
  • *
  • Posts: 308
  • Activity:
    0%
  • Reputation Power: 3
  • Wilk has no influence.
  • Gender: Male
  • Respect: +24
  • Referrals: 0
    • View Profile
Re: Miffy's Item Finder
« Reply #13 on: February 06, 2009, 03:31:46 PM »
0
Still my favorite script of all time!

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: Miffy's Item Finder
« Reply #14 on: February 06, 2009, 05:44:22 PM »
0
Still my favorite script of all time!

You know, I still use this script more than probably any other script I've written.  Actually it's through this script that I met Cerveza.

Please read the ScriptUO site RULES
Come play RIFT with me!