Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip Dropped from line if it is empty #17

Open
SvenBent opened this issue Nov 8, 2021 · 3 comments
Open

Skip Dropped from line if it is empty #17

SvenBent opened this issue Nov 8, 2021 · 3 comments

Comments

@SvenBent
Copy link

SvenBent commented Nov 8, 2021

if the Dropped_From is empty it would be nice if the displayed list skips the line instead of making space.
this will help keeping the list condensed./

or a condesen mode that focus on the pop items rather than the boss
this is more for aeonics runs where multiple pop ki are from the same sources ( the area starting npc)

@xurion
Copy link
Owner

xurion commented Nov 8, 2021

Thanks for raising your issue.

Currently EPT does not support an empty dropped_from table. The name property is expected, and without it, an empty line appears where it would normally be. If you have an item that is obtained from somewhere other than a mob, you can use the name property to define that for clarity, just like the Brulo NM starts with a key item obtained from an NPC:

dropped_from = { name = 'Any Cruor Prospector' }

If you're interested in a condensed layout, I have a branch that I can revive that implements mini mode: https://github.com/xurion/ffxi-empy-pop-tracker/tree/mini

@SvenBent
Copy link
Author

I just tried the mini mode and really liked it. however or my specific purpose for aeonics nm's it doesnt work as the minimode shows the drop from persons which is all the same NPC and not the KI making it pretty useless for this specific purpose
https://imgur.com/8lkEZgS
when it goes to minimode all i will see is a bunch of Shiftrix T1 and have no way to distinguish them>

Would a possible alternative minimod be available where it show the item/ki items rather than the source for them ?

@xurion
Copy link
Owner

xurion commented Aug 21, 2022

Looking into this. I agree the pop items should display and not the mobs that provide them. Instead of this:

Ciren-Croin
  Cep-Kamuy, Forced (F-4)
    Ancient Orobon (F-5)
  Heqet, Times (I-6)

It would be:

Ciren-Croin
  Ж Glistening Orobon Liver
    Orbn. Cheekmeat
  Ж Doffed Poroggo Hat

@xurion xurion changed the title Skip Dropped from line if its empt Skip Dropped from line if it is empty Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants