Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Commits
- Added fpcus editions
- Added additional focus items at the appropriate place for their mod weight
-- added comments to make additions easier to determine existing vs new weight placement. (e09e251)
- Merge branch 'FocusItemAdditions' into 'master'
Added fpcus editions
See merge request redguides/plugins/MQ2TSTrophy!3 (1e39214)
- Added Blessed Akhevan Shadow Shears
- fix "TODO" with enums for inventory slots
- Misc Cleanup (CONTENTS* to ItemClient*, PCONTENTS to ItemClient* etc.)
- Fixed erroneous space in World Container Check
- We will no longer swap a trophy into ammo if you ALREADY have it equipped in another slot.
- Removed many globals.
- Major rewrite to remove passing around contents*
- We will now just check if we have an item, and need to equip it, and then equip it. -- these items are stored in a map
MQ2TSTrophy - ReWrite (!393) · Merge Requests · RG Creators / VeryVanilla
Updated to version 3.1 We will no longer swap a trophy into ammo if you ALREADY have it equipped in another slot. Removed many...gitlab.com
- Updating recent update to ensure we are 0-ing out the CONTENTS* when we're doing UpdateTrophies(), not doing so is causing bad information to remain -- This is still part of the "bandaid fix" before a full re-write
- Deleted an old unused variable
- We will now check for our items anytime we have a matching environmental container. -- This quick-fix eliminates trying to swap items that are no longer valid. -- We also now will check if we have the trophy equipped in another slot - like in the instance we would like to have one equipped in ammo and one equipped in range - now it will leave it if it is already equipped in range.
- This is a QuickFix - Long term fix will involve a lengthy re-write to get away from the double pointers (Brainiac), and return nullptr if the CONTENTS is no longer valid.
MQ2TsTrophy - Updates/Fixes (!315) · Merge Requests · RG Creators / VeryVanilla
- This is a QuickFix - Long term fix will involve a lengthy re-write to get away from the double pointers (Brainiac), and return nullptr if the CONTENTS is no...gitlab.com
Added TLO's to TSTrophy as well as a new video explaining the functionality and the available TLOs
TLOs:
${Trophy.Matches}
${Trophy. Alchemy}
${Trophy.Baking}
${Trophy.Brewing}
${Trophy.Fletching}
${Trophy.Jewelry}
${Trophy.Tinkering}
${Trophy.Pottery}
${Trophy.Research}
${Trophy.Blacksmithing}
${Trophy.Tailoring}
${Trophy.Poison}
${Trophy.Fishing}
${Trophy.Container}
- Added check if your trophy evolves !Ding
- Changed all slot 22 and 13 to ammo and mainhand
-- This should help with custom UIs
- Added an OnZoned check to update trophies as the information could/would change upon zoning
- Adjusted MAX_STRING to appropriate sizes
- Refactored how and when we swap items
-- This will help eliminate spam swaps or non-swaps
- Removed swapping back to what we had previously equipped
-- This will help eliminate some conflicts with other plugins/macros
- ReOrganized for readability
- Fixes per Brainiac & Knightly code review