Status icon countdown request

CloudStrife2020

New member
Messages
3
Points
0
Hello! In many servers I saw the buff Icon with timer. Same for the skills. 

There is a way to add it into my server? Actually on my server there is no countdown, the only way to see the remaining time of a buff is to mouseover the icon of the buff. 

There are some screens of what I want to do:

b2ig1Do.png


ovzq3oA.png


J1ie76W.png


 
Hello! In many servers I saw the buff Icon with timer. Same for the skills. 

There is a way to add it into my server? Actually on my server there is no countdown, the only way to see the remaining time of a buff is to mouseover the icon of the buff. 

There are some screens of what I want to do:

b2ig1Do.png


ovzq3oA.png


J1ie76W.png
That's clientside as well as server side, also not all status have timers.

https://github.com/ROClientSide/Translation/blob/master/data/luafiles514/lua%20files/stateicon/stateiconinfo.lub

All Skills having

haveTimeLimit = 1,

Would show it...

Also , You need >= 2013 client I guess..

 
Hello! In many servers I saw the buff Icon with timer. Same for the skills. 

There is a way to add it into my server? Actually on my server there is no countdown, the only way to see the remaining time of a buff is to mouseover the icon of the buff. 

There are some screens of what I want to do:

b2ig1Do.png


ovzq3oA.png


J1ie76W.png
That's clientside as well as server side, also not all status have timers.

https://github.com/ROClientSide/Translation/blob/master/data/luafiles514/lua%20files/stateicon/stateiconinfo.lub

All Skills having

haveTimeLimit = 1,

Would show it...

Also , You need >= 2013 client I guess..
I see.

Another question, at the moment my buffs looks like this:

9RPiGzV.png


How can I change them like in the first post?

 
Back
Top