Skip to content

Releases: G-Professional/Python-Scripts

v2.0beta (TazUO Legion Script)

08 Nov 16:12
0d5cf31

Choose a tag to compare

THIS IS A BETA RELEASE

Install instructions:

  1. Download both treasure_hunter.py and treasure_hunter_dict.py
  2. Add both files to Razor Enhanced TazUO scripts folder
  3. Only run treasure_hunter.py, the other file is just a dictionary of rune data.

Summary

  • Reverted incomplete state machine logic in treasure_hunter.py back to the previous coord/status model.

Changes

  • File modified: treasure_hunter.py
  • State machine behavior returned to using coord/status states instead of the newer (or experimental) alternate flow.
  • Options menu implemented. Very basic/ probably doesn't work right.

Future goals -

TazUO legion scripting is much closer to the base code than Razor. It gives us more options.

  • Convert everything to state machine type logic to clean up the code
  • Overlay rune selection on book
    • there is an updated dict (.csv) file not released yet that includes rune position in book.
  • finish options menu (auto rune selection, looting options, travel options, others)
  • clean up looting options codes, very messy right now
  • implement compass
  • error code logic for bug reporting

I am aiming to work on this again starting Dec. and hopefully get a full release out by New Years/ Late Jan. Hopefully this beta release doesn't have too many bugs, please let me know of any bugs/suggestions.

Future releases will at some point be done on a different repository for easy merger with TazUO PublicLegionScripts.

v1.4.4

17 May 21:38
7275afe

Choose a tag to compare

Fixed Ter Mur/Eodon Maps

Install instructions:

  1. Download both treasure_hunter.py and treasure_hunter_dict.py
  2. Add both files to Razor Enhanced
  3. Only run treasure_hunter.py, the other file is just a dictionary of rune data.

v1.4.3

03 Apr 02:36

Choose a tag to compare

Improved logic for chest loop, gump, filter. This should have much less bugs than the previous release and hopefully provide a smoother experience.

Corrected a double entry in dictionary file.

v1.4.1 quick fix for no rune found error
v1.4.2 fixed not using lootmaster bug, fix for tracking arrow (Thanks Avernal)
v1.4.3 better text color. cleaned up global variables.

Install instructions:

  1. Download both treasure_hunter.py and treasure_hunter_dict.py
  2. Add both files to Razor Enhanced
  3. Only run treasure_hunter.py, the other file is just a dictionary of rune data.

Full Changelog: v1.4.0...v1.4.1

What's Changed

v1.4.2

30 Mar 02:50
babccd0

Choose a tag to compare

Improved logic for chest loop, gump, filter. This should have much less bugs than the previous release and hopefully provide a smoother experience.

Corrected a double entry in dictionary file.

v1.4.1 quick fix for no rune found error
v1.4.2 fixed not using lootmaster bug, fix for tracking arrow (Thanks Avernal)

Install instructions:

  1. Download both treasure_hunter.py and treasure_hunter_dict.py
  2. Add both files to Razor Enhanced
  3. Only run treasure_hunter.py, the other file is just a dictionary of rune data.

Full Changelog: v1.4.0...v1.4.1

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

29 Mar 19:10
38f62d2

Choose a tag to compare

Improved logic for chest loop, gump, filter. This should have much less bugs than the previous release and hopefully provide a smoother experience.

Corrected a double entry in dictionary file.

v1.4.1 quick fix for no rune found error

Install instructions:

  1. Download both treasure_hunter.py and treasure_hunter_dict.py
  2. Add both files to Razor Enhanced
  3. Only run treasure_hunter.py, the other file is just a dictionary of rune data.

Full Changelog: v1.4.0...v1.4.1

v1.4

29 Mar 18:58
590b5ae

Choose a tag to compare

Improved logic for chest loop, gump, filter. This should have much less bugs than the previous release and hopefully provide a smoother experience.

Corrected a double entry in dictionary file.

Install instructions:

  1. Download both treasure_hunter.py and treasure_hunter_dict.py
  2. Add both files to Razor Enhanced
  3. Only run treasure_hunter.py, the other file is just a dictionary of rune data.

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3

17 Mar 06:41
07f56ab

Choose a tag to compare

Improved logic for chest status detection, a little bit of cleanup

Install instructions:

  1. Download both treasure_hunter.py and treasure_hunter_dict.py
  2. Add both files to Razor Enhanced
  3. Only run treasure_hunter.py, the other file is just a dictionary of rune data.

Full Changelog: v1.2.0...v1.3.0

v1.2

14 Mar 02:41
b07630a

Choose a tag to compare

More filter options added, better logic behind button press, gui updated some small bug fixes

Install instructions:

  1. Download both treasure_hunter.py and treasure_hunter_dict.py
  2. Add both files to Razor Enhanced
  3. Only run treasure_hunter.py, the other file is just a dictionary of rune data.

v1.1

12 Mar 23:38
4add01b

Choose a tag to compare

This version adds a couple filters and fixes the logic behind filter changes. Separated the huge dictionary into another python file.

Install instructions:

Download both treasure_hunter.py and treasure_hunter_dict.py
Add both files to Razor Enhanced
Only run treasure_hunter.py, the other file is just a dictionary of rune data.