Jump to content
  • 0

how to remove timer in icon buffs?


skoolage

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  05/05/19
  • Last Seen:  

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!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  745
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  283
  • Reputation:   76
  • Joined:  06/13/13
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  05/05/19
  • Last Seen:  

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!

Link to comment
Share on other sites

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.

×
×
  • Create New...