Skip to content

v2.0beta (TazUO Legion Script)

Latest

Choose a tag to compare

@G-Professional G-Professional released this 08 Nov 16:12
0d5cf31

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.