PSOBB Addon Plugin (Lua UI addons)

Alright, added colors for each special... they have the name commented so you know which one is which....
If someone wants to make some nice gradients per special, go ahead and let me know so I can add it.
 
I'll finally write a message and thank @Soly for this awesome addon !

I've customized my colors a bit (which is really easy to do :p)
EqZ7sng.png

I have also added Disk Vol.14 to Vol.20 which were missing from the file (server specifics items):

Adds them after DISK Vol.12.
Code:
t[0x03160C] = 0x00000000 -- DISK Vol.13 "Get It Up"
t[0x03160D] = 0x00000000 -- DISK Vol.14 "Flight"
t[0x03160E] = 0x00000000 -- DISK Vol.15 "Space Harrier"
t[0x03160F] = 0x00000000 -- DISK Vol.16 "Deathwatch"
t[0x031610] = 0x00000000 -- DISK Vol.17 "Fly Me To The Moon"
t[0x031611] = 0x00000000 -- DISK Vol.18 "Puyo Puyo"
t[0x031612] = 0x00000000 -- DISK Vol.19 "Rhythm And Balance"
t[0x031613] = 0x00000000 -- DISK Vol.20 "The Party Must Go On"

And also, the mag doesn't seem to change color after setting one in the ItemColor.lua file. Is that a bug or I messed something up in the Customization file ? :wacko:
 
Where did you change the mag? In the item list?
I added the 3rd byte of the item data (which in a mag contains the level) and this would be an invalid mag id.

I have fixed it now.
For the extra items, I'd have to add different configurations for Ephinea and Ultima since they have different custom items.
 
Thank you @Soly for the character reader addon! it really help me alot as it highlights the drops i really want besides RARES for my characters (Charge or Berserk weapons and materials) now i don't need to cheeck every item and pick up every untekked weapon.
Other feature I really enjoy is the posibility to check how much time it left until you need to feed your mag, but as that feature is on the inventory reader and I mostly use the floor option on the reader it kinda lost it's shiny. Is there a way to make a windows only for the mags you have? I'm sorry if i'm being selfish with this request but i don't have any experience with programming.

Keep on with the awesome job, and thanks again.
 
o43oHev.jpg
 
Been browsing trough both lua files and the pages in this thread, and cant find info on where to edit the font size. (if thats even possible). Someone mentioned a line you could edit to make the font a bit bigger, but that one is obsolete since the plugin is now part of the character reader. Help would be appreciated.
 
Would it be possible to have your program on screen twice (for using two options at the same time). If I made two folders or would something like this require more work? @Soly
 
Would it be possible to have your program on screen twice (for using two options at the same time). If I made two folders or would something like this require more work? @Soly
You just want it to have the floor items always on screen?
I can probably separate them into different windows so you can toggle each one.
Note: Both images are being displayed from the same addon.

JqIiqB7.jpg
 
Ok... moved the floor items to a new window (removed them from the main window).
Now you can toggle the main window, the floor items and the mags window on and off.

That should work for what you wanted, right @Spuz ?
 
Yes, wow literally perfect.
 
It'd be sick if we could filter out certain items from being displayed through an exclusion txt file. I'm loving this drop reader, but it starts to scroll by pretty fast when there's a lot of mobs dying and dropping monomates and random gear that you don't care about. I couldn't figure out how to edit Eidolon's addon (I've never used LUA before) to remove said "junk" drops from spamming the feed.
 
There can only be 50 drops in a given floor, honestly I think it wouldn't be a problem having "junk"..
 
It'd be sick if we could filter out certain items from being displayed through an exclusion txt file. I'm loving this drop reader, but it starts to scroll by pretty fast when there's a lot of mobs dying and dropping monomates and random gear that you don't care about. I couldn't figure out how to edit Eidolon's addon (I've never used LUA before) to remove said "junk" drops from spamming the feed.

Just go the other way around and "highlight" the items that interest you, like I did. Sometime you may want to search some "junk" so removing them completely can be a bother. :p
 
Last edited:
Just go the way around and "highlight" the items that interest you, like I did. Sometime you may want to search some "junk" so removing them completely can be a bother. :p
I think it'd be easier if you could just comment out the items in the lua file you don't wanna see showing up on the overlay, instead of going in and editing the colors so it's harder to see, even though it's still there.

I dig the granularity you have with all the color options and stuff. Love it. I'm just more of the opinion that having the option to show less, more targeted information instead of absolutely everything would work better. Like I don't need to see a several lines dedicated to the specs of "Barrier", "Giga Shield" and "Ice Sword +2".
 
I notice that certain meseta drops aren't accurate, at least on Ultima. Like instead of falz giving 4200 meseta, the reader shows it giving like 9000 some. It's not very crucial that I know exactly how much drops, but thought you'd want to know about it.
 
I was unable to get the drop checker to work so im wondering what I could have done wrong to keep it from working properly.
 
Back
Top