Jump to content

[Resolvido] BG eAmod Anunciando varias vezes!


Tdi123

Recommended Posts


  • Group:  Members
  • Topic Count:  92
  • Topics Per Day:  0.04
  • Content Count:  192
  • Reputation:   3
  • Joined:  12/12/17
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  136
  • Reputation:   48
  • Joined:  06/18/12
  • Last Seen:  

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

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  92
  • Topics Per Day:  0.04
  • Content Count:  192
  • Reputation:   3
  • Joined:  12/12/17
  • Last Seen:  

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

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

×
×
  • Create New...