View Single Post
02/17/21, 12:37 PM   #1
CyberOnEso
 
CyberOnEso's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2017
Posts: 18
Post Jack of all Trades


Jack of all Trades is an addon I am looking to release with U29.
It will only work on the PTS for now

Automatically adjusts your green champion bar loadout depending on what you are attempting to achieve and restores back your old CP setup when you are done.

Crafting
  • Automatically slots Master Gatherer and Plentiful Harvest when you start harvesting a crafting node.
  • Automatically slots Meticulous Disassembly when you start crafting, ensuring you always get optimal refining results!

Riding
  • Automatically slots Gifted Rider, and War Mount whenever your mount up!

Looting
  • Automatically slots Treasure Hunter, and Homemaker whenever you are looting the relevant container.

Fishing
  • Slots Reel Technique and Angler's Instincts whenever you start fishing.

Thieving
  • Slots Sustaing Shadows whenever you start sneaking, keeping you in the dark for longer!
  • Slots Infamous whenever you interact with a fence, helping you always get the best selling price.
  • Slots Cutpurse's Art whenever you pickpocket someone.
  • Slots Shadowstrike when you can use the Blade of Woe.

Miscellaneous
  • Slots Professional Upkeep when you talk with a merchant, ensuring you always get your gear repaired for less!

This addon will not respec your champion points, and will not charge you 3000 gold etc.
It will only equip the skills if you have enough points into them already.
It is intended to be a seamless quality of life improvement, not a CP respec addon.

Optional Features
  • Get a notification whenver any skill you wish to be notifed for is slotted
  • Receive a warning message whenever you don't have enough points into a star for it to be automatically slotted
  • Disable automatically slotting any skill you wish
  • Remap where on your champion bar skills will be automatically slotted to.

If anyone has time to test this addon or can provide me with any thoughts, additions, or improvements I would be very grateful.

Many thanks

Update v0.1
  • If you run the addon on the live server it will not cause any errors. It simply will not register any events or try to call anything from the CP 2.0 System.
Update v0.2
  • Fixed the undefined variable in the AddonLoaded function, thank you Votan!
Update v0.3
  • Rewrote CP assigning functions to use an object-oriented paradigm. Should help in the future
  • Separated Events and Skill functions into separate files to keep things clean.
Update v0.4
  • Added settings menu allowing you to customize when and how warnings will be shown if you do not have enough CP points allocated into the skill to slot it.
  • Added support for localization.
Update v0.5
  • When we are unable to slot CP points into a node, due to being in combat etc. We will attempt to slot the node again once combat ends.
  • Will remember which skill should be set back afer a reload UI!
  • If you reload UI whilst in combat with it will slot your original CP back after combat ends after the reload UI ends, this took more effort than it is probably worth.
  • Added method of finding names, discipline data automatically.
  • Improved localization support
Update v0.5.1
  • Fixes for issues created with PTS v6.3.4
  • Added a Pre Hook that stops the camera shake whenever you confirm a skill, this was throwing errors when we allocate a champion node via the addon.
  • Improvements to comments.
  • Improvements to load order.
Update v0.7
  • Added all remaining CP stars and can automatically slot all of them when they would prove useful.
  • Large improvements to the menu
  • Improvements to ensure that your old skills are always put back exactly where you left them!
Attached Files
File Type: zip JackOfAllTrades v0.7.zip (19.1 KB, 1441 views)

Last edited by CyberOnEso : 02/27/21 at 07:07 PM. Reason: Update v0.7