Windower 4 Timers Plugin

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Support » Windower 4 Timers Plugin
Windower 4 Timers Plugin
First Page 2 3 4 5
 Carbuncle.Seistellis
Offline
Server: Carbuncle
Game: FFXI
user: Zeriasta
Posts: 2
By Carbuncle.Seistellis 2019-12-12 20:53:25
Link | Quote | Reply
 
Hello,

Is there a way to track Maneuvers for Pup in Timers ? It would be very helpful, cause with Timers, it's very clear when the time going to end with that bar going red in the middle of the screen. As Pup, I must very often look at the top, it's not the most pleasant.

Any idea to help me ?
 Quetzalcoatl.Xilkk
Offline
Server: Quetzalcoatl
Game: FFXI
user: Xilk
Posts: 1406
By Quetzalcoatl.Xilkk 2019-12-13 00:16:34
Link | Quote | Reply
 
slide your chair further from the screen so you can see middle and top at the same time?
[+]
 Bismarck.Xurion
Offline
Server: Bismarck
Game: FFXI
user: Xurion
Posts: 694
By Bismarck.Xurion 2019-12-13 06:02:28
Link | Quote | Reply
 
You can create custom timers to track arbitrary things like maneuvers. Assuming you have the 300 sec max maneuver duration:
Code
//timers create "Fire Maneuver" 300 down


Obviously you don't want to do this manually, so your best bet would probably be to hook it up to your Gearswap.
 Asura.Sechs
Offline
Server: Asura
Game: FFXI
user: Akumasama
Posts: 9893
By Asura.Sechs 2019-12-13 07:10:53
Link | Quote | Reply
 
Hacking this thread to ask another question about Timers.
Anybody knows what's the format of the Blacklist/Whitelist spells you can put at the end of the XML file?
If anybody could give me an example it would be easy for me to understand.
 Carbuncle.Seistellis
Offline
Server: Carbuncle
Game: FFXI
user: Zeriasta
Posts: 2
By Carbuncle.Seistellis 2019-12-13 15:10:18
Link | Quote | Reply
 
Bismarck.Xurion said: »
You can create custom timers to track arbitrary things like maneuvers. Assuming you have the 300 sec max maneuver duration:
Code
//timers create "Fire Maneuver" 300 down
Obviously you don't want to do this manually, so your best bet would probably be to hook it up to your Gearswap.
I will look at that option, thanks.
 Asura.Chiaia
VIP
Offline
Server: Asura
Game: FFXI
user: Demmis
Posts: 1652
By Asura.Chiaia 2019-12-13 15:16:52
Link | Quote | Reply
 
Asura.Sechs said: »
Hacking this thread to ask another question about Timers.
Anybody knows what's the format of the Blacklist/Whitelist spells you can put at the end of the XML file?
If anybody could give me an example it would be easy for me to understand.

2 second google search...
Leviathan.Arcon said: »
I pushed a new version of Timers to the dev branch, you can get it here(this is from 2015). Unfortunately it contains a breaking change compared to previous timers versions. The "recastList" and "buffsList" settings were removed in favor of four new finer-grained settings:
  • AbilityRecastFilter

  • AbilityBuffFilter

  • SpellRecastFilter

  • SpellBuffFilter



They do what the name implies, only they don't work with IDs but names, and they can use wildcards:
Code
        <AbilityBuffFilter>Sneak*</AbilityBuffFilter>
        <SpellRecastFilter>*Spikes|Reprisal</SpellRecastFilter>
 Asura.Sechs
Offline
Server: Asura
Game: FFXI
user: Akumasama
Posts: 9893
By Asura.Sechs 2019-12-14 08:45:05
Link | Quote | Reply
 
Oh sounds cool, let's see if it works.
necroskull Necro Bump Detected! [688 days between previous and next post]
 Asura.Agathor
Offline
Server: Asura
Game: FFXI
user: noah123
Posts: 1
By Asura.Agathor 2021-11-01 07:31:15
Link | Quote | Reply
 
Sorry for the necro but hopefully this is ok as asking for support regarding the timers plugin.

Is it possible to have the timers grow upwards instead of downwards?

I realise this is a change if the functionality doesn't exist (and have no clue if the kind developer still supports the addon) but would be great to have the timers at the bottom of my screen and grow upwards rather than growing downwards. If anyone has figured a way to do this and could point out the relevant lua or xml changes needed it would be very much appreciated :)
 Fenrir.Niflheim
VIP
Offline
Server: Fenrir
Game: FFXI
user: Tesahade
Posts: 453
By Fenrir.Niflheim 2021-11-01 09:03:06
Link | Quote | Reply
 
Asura.Agathor said: »
Sorry for the necro but hopefully this is ok as asking for support regarding the timers plugin.

Is it possible to have the timers grow upwards instead of downwards?

I realise this is a change if the functionality doesn't exist (and have no clue if the kind developer still supports the addon) but would be great to have the timers at the bottom of my screen and grow upwards rather than growing downwards. If anyone has figured a way to do this and could point out the relevant lua or xml changes needed it would be very much appreciated :)

Sorry there is no such setting.
Log in to post.