Bars - Target Bar With Lots Of Extra Goodies

Eorzea Time
 
 
 
Language: JP EN FR DE
users online
Forum » Windower » General » Bars - Target bar with lots of extra goodies
Bars - Target bar with lots of extra goodies
First Page 2 3 4 5 6
 Bahamut.Navius
Offline
Server: Bahamut
Game: FFXI
user: phot0nic
Posts: 91
By Bahamut.Navius 2025-09-20 13:40:06
Link | Quote | Reply
 
I just made some bandaid fixes on my end that seem to work. I added hideBars() and showBars() calls to my 'register_event('target change', function())'. There's probably a better way of doing this, but this seems to work for me for now.
[+]
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 158
By Valefor.Keylesta 2025-09-20 16:56:00
Link | Quote | Reply
 
Ok I believe I've fixed those issues now, plus another one I caught with the Pet Bar flickering when `hide_pet_bar_when_no_pet` is turned on.

Thanks Bahamut.Navius for catching those, and I hope this solves your Limbus issue as well, I really wasn't sure what to make of the data you had regarding that one.
[+]
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 158
By Valefor.Keylesta 2025-10-01 13:27:37
Link | Quote | Reply
 
Patch version update to 4.4.3

  • Added show_cursor_target option to the Aggro List section. Highlights the monster in the Aggro List that you currently have targeted.

  • Adjusted the Aggro List to be more consistant in removing monsters when they die.

  • Adjusted the SP Active name and target name cycling to be synced up with the timer again. The previous change to the timer made it more accurate, but the name switching was still based on full clock seconds.

  • Fixed an error on log in when Bars was autoloaded before logging in.

  • Fixed bars showing back up occasionally during zoning after hiding.

  • Fixed Focus Target Debuff Icons staying on screen after zoning away from a Focus Target.

 Fenrir.Brimstonefox
Offline
Server: Fenrir
Game: FFXI
user: Brimstone
Posts: 351
By Fenrir.Brimstonefox 2025-10-06 08:13:59
Link | Quote | Reply
 
I'm not seeing any petrification status with entombed with the current version (I think this worked?)
[+]
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 158
By Valefor.Keylesta 2025-10-10 16:06:00
Link | Quote | Reply
 
Entomb doesn't have a `status` entry in the spells/lua resource file and so doesn't automatically apply via Bars. It's not a guarantee that the petrify effect will land and it's a damage spell so the results we get back in the action packet are for the damage numbers. As far as I am aware there is no additional parameter within the action packet that relates to additional effects applying. So unfortunately, it's an effect that Bars can't confidently track.

Work on 4.4.4 is mostly done, couple little fixes, made an adjustment to the Aggro List regarding mobs that anyone can attack (ie Limbus NMs or DI mobs), and did some more work removing redundancy for efficiency. Currently trying to nail down an occasional bug introduced with one of the efficiency improvements.
 Fenrir.Brimstonefox
Offline
Server: Fenrir
Game: FFXI
user: Brimstone
Posts: 351
By Fenrir.Brimstonefox 2025-10-10 16:21:32
Link | Quote | Reply
 
Understood. I know it won't work on cockatrice (maybe some other earth based mobs?), but it does work on most mob types reliably for ~30s (I think?) and we do see the "wears off" message (both from hitting it and from timer), but if you don't want to put a bunch of spaghetti in there for semi-reliable tracking I understand (that's sincere not snarky btw - since I'm sure it can be taken as either)
[+]
 Cerberus.Zuca
Offline
Server: Cerberus
Game: FFXI
user: Zuca
Posts: 2
By Cerberus.Zuca 2025-10-15 18:29:35
Link | Quote | Reply
 
thx Keylesta for this uber addon .

i played FFXI on JP version , everything fine just the buff name show me Garbled characters .
how can i fix that ? thx a lot !
[+]
 Carbuncle.Yiazmaat
Offline
Server: Carbuncle
Game: FFXI
user: Rudra
Posts: 212
By Carbuncle.Yiazmaat 2025-10-16 08:12:31
Link | Quote | Reply
 
Hello, i would like to know if this is possible to remove all the bars, but just keep the target bar on.
I tried to set them to false in the bars.lua but it do not change anything. Also i dont seem to find any command through the help menu.
[+]
 Cerberus.Zuca
Offline
Server: Cerberus
Game: FFXI
user: Zuca
Posts: 2
By Cerberus.Zuca 2025-10-16 10:58:00
Link | Quote | Reply
 
Cerberus.Zuca said: »
thx Keylesta for this uber addon .

i played FFXI on JP version , everything fine just the buff name show me Garbled characters .
how can i fix that ? thx a lot !

i change the font in setting file to Meiryo
now it show the correct buff name ^^
[+]
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 158
By Valefor.Keylesta 2025-10-16 14:02:58
Link | Quote | Reply
 
Cerberus.Zuca said: »
Cerberus.Zuca said: »
thx Keylesta for this uber addon .

i played FFXI on JP version , everything fine just the buff name show me Garbled characters .
how can i fix that ? thx a lot !

i change the font in setting file to Meiryo
now it show the correct buff name ^^
Glad that was relatively simple, I haven't tried with Japanese myself :)

Carbuncle.Yiazmaat said: »
Hello, i would like to know if this is possible to remove all the bars, but just keep the target bar on.
I tried to set them to false in the bars.lua but it do not change anything. Also i dont seem to find any command through the help menu.
Short answer: You'll want to change those settings in the data/settings.xml file instead.

Longer answer: What's in the Bars.lua file are the default values that get loaded when the settings.xml file is first created, so if you change them after you've already loaded the addon and the settings.xml file has been created, changing those values inside the Bars.lua won't affect your in-game settings (unless you delete your settings.xml file and reload).
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 158
By Valefor.Keylesta 2025-10-18 12:33:18
Link | Quote | Reply
 
Updated to Version 4.4.4

  • Added `open_mobs` to the Aggro List section. Mobs on this list are mobs that are open for anyone to fight together. This will adjust the Aggro List to display their correct target instead of filtering it to party/alliance only.

  • Adjusted pet name colors to match their owner's color.

  • Adjusted more areas for efficiency. Reduced more calls for get_player() and get_mob_by_target().

  • Fixed Focus Target, Sub Target, and Target names not pulsing/glowing correctly when their SP is active.

  • Fixed issue with the Player Stats Pet Bar flickering when Bars are faded.

[+]
 Shiva.Warbandit
Offline
Server: Shiva
Game: FFXI
user: warbandit
Posts: 3
By Shiva.Warbandit 2025-11-02 09:49:57
Link | Quote | Reply
 
hey just found your addons they are awesome. the github has such detailed instructions.
I might have missed the commands but is there some way to make leaderboard reset when you zone
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 158
By Valefor.Keylesta 2025-11-02 15:58:56
Link | Quote | Reply
 
Thank you, glad you like them :D

For Leaderboard, there is not currently a way to reset each time you zone.