Jump to content

Recommended Posts

Posted (edited)

Estou o usando o Extended BG do EasyCore, mas me deparei que o sistema anuncia varias vezes em intervalos de tempo muito curtos, teria como aumentar esse intervalo, para que o sistema não fique poluindo o chat?

Print:

 

Sem título.jpg

 

Agradeço a ajuda desde já!

Edited by Tdi123
Posted

Directory : npc/eamod-battleground/bg_common.txt

Find : ( Line 157 ) Original is 2 minutes

Spoiler

- OnRotate :
- OnTimer120000
: // Rotation if BG don't start... Comment if you don't want to use this method. 120000 = 2 Minutes

Replace : to make it 5 minutes 

Spoiler

+ OnRotate :
+ OnTimer300000
: // Rotation if BG don't start... Comment if you don't want to use this method. 300000 = 5 Minutes

 

You can use this converter https://www.timecalculator.net/milliseconds-to-minutes

 

Posted
4 hours ago, Gerzzie said:

Directory : npc/eamod-battleground/bg_common.txt

Find : ( Line 157 ) Original is 2 minutes

  Hide contents

- OnRotate :
- OnTimer120000
: // Rotation if BG don't start... Comment if you don't want to use this method. 120000 = 2 Minutes

Replace : to make it 5 minutes 

  Hide contents

+ OnRotate :
+ OnTimer300000
: // Rotation if BG don't start... Comment if you don't want to use this method. 300000 = 5 Minutes

 

You can use this converter https://www.timecalculator.net/milliseconds-to-minutes

 

Muito Obrigado, O padrão do Anúncio estava para 10 Segundos!

Antes:

OnRotate:
OnTimer10000: // Rotation if BG don't start... Comment if you don't want to use this method. 10000 = 10 Segundos

Depois:

OnRotate:
OnTimer300000: // Rotation if BG don't start... Comment if you don't want to use this method. 300000 = 5 Minutos

Tópico resolvido, pode fechar! @Gerzzie reputado

  • 4 years later...

Join the conversation

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

Guest
Reply to this topic...

×   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...