FindAll

Eorzea Time
 
 
 
Language: JP EN FR DE
users online
Forum » Windower » General » findAll
findAll
 Lakshmi.Buukki
Offline
Server: Lakshmi
Game: FFXI
By Lakshmi.Buukki 2021-04-06 21:23:57
Link | Quote | Reply
 
Is there a way to integrate this with macro searches to be able to find all instances of a keyword across all macros on your character(s) as well?

Something like:
//findall Idris
Finds Idris across all characters
Finds all macros/equiset #s that have "Idris" term or Idris in the equipset (across all characters or main)

Sometimes a new item replaces a lot of older ones (Nyame set) and it would be nice to run a keyword search and find all places that item is used on your character so that I can update all macros at once.
Offline
Posts: 185
By Yottaxa 2021-04-06 22:19:12
Link | Quote | Reply
 
I dont think so. This is where the power of gearswap starts to shine - you can do a find and replace in notepad plus of your .lua. The in game equipsets are so clunkly.
[+]
necroskull Necro Bump Detected! [1316 days between previous and next post]
 Asura.Nalfey
Offline
Server: Asura
Game: FFXI
user: Nalf
Posts: 97
By Asura.Nalfey 2024-11-12 12:08:45
Link | Quote | Reply
 
Just sharing a small update I've done to Zohno's FindAll code to add a feature that tracks the AF cards you have and need for upgrades.
It looks for the AFs NQ, +1, +2, +3 that you have for as specific job and tells you how many cards you have and need to augment them.

The new command is :
//find cards {JOB}

Example:
//find cards BST






@Zohno feel free to take this extra feature and add it to your repo if you deem it worthy.


In the meantime anyone interested can replacethe findall.lua file with the code bellow.



EDIT : Because this is quite a change to the initial findAll code Niflheim has suggested making a standalone addon for this. It will be called "Cards" and is currently in PR.
[+]
 Fenrir.Niflheim
VIP
Offline
Server: Fenrir
Game: FFXI
user: Tesahade
Posts: 718
By Fenrir.Niflheim 2024-11-12 13:46:04
Link | Quote | Reply
 
findAll is an official addon it is in the official repo: findAll

make a pull request to get these changes added to the official version of the addon, just replacing the file will cause the feature to get wiped out the next time we update findAll.
[+]
 Asura.Nalfey
Offline
Server: Asura
Game: FFXI
user: Nalf
Posts: 97
By Asura.Nalfey 2024-11-12 15:36:32
Link | Quote | Reply
 
Fenrir.Niflheim said: »
findAll is an official addon it is in the official repo: findAll

make a pull request to get these changes added to the official version of the addon, just replacing the file will cause the feature to get wiped out the next time we update findAll.

Done <3
 Asura.Pixster
Offline
Server: Asura
Game: FFXI
user: Pixter
By Asura.Pixster 2024-11-12 17:08:41
Link | Quote | Reply
 
Pixter approves of that - job well done Nalf ;)
[+]