Jump to content
  • 0

how to remove timer in icon buffs?


Question

Posted

Hello everyone,

I would like to know how to remove the timer from the buff icons, I'm not referring to the "/stateinfo" command, but to the time the icon starts to become more opaque. I will put an example below.

I would like it to be static like this:

bless.png.e4daffae4fe35c0e3e8845bcd1d9c1d2.png

And not like this:

bless-timer.png.f42be1d0b4392c379fba39c5b2c00558.png

I apologize if someone has already asked this question, but I really couldn't find anything on the subject.

I appreciate all the help!

3 answers to this question

Recommended Posts

  • 0
Posted

use infinite tick (-1) as tick in sc_start for the blessing, you will not get that cooldown display.

// This will bestow the effect of Level 10 Blessing for 4 minutes.
sc_start SC_BLESSING,240000,10;

// This will bestow the effect of Level 10 Blessing forever (infinite duration).
sc_start SC_BLESSING,-1,10;
  • Like 1
  • 0
Posted
On 9/7/2022 at 8:58 AM, Litro Endemic said:

use infinite tick (-1) as tick in sc_start for the blessing, you will not get that cooldown display.

// This will bestow the effect of Level 10 Blessing for 4 minutes.
sc_start SC_BLESSING,240000,10;

// This will bestow the effect of Level 10 Blessing forever (infinite duration).
sc_start SC_BLESSING,-1,10;

Man, u are the best! Thank u so much!

On 9/7/2022 at 11:06 AM, Bringer said:

Thank u very much, I didn't know which file the code was in, it helped me A LOT!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...