Ir para conteúdo
  • 0

Essa configuração de frags está correta ?


leandrozera

Pergunta

quero saber se essa configuração de frags está correta

 

20 frags para red dia

120 semana

600 més

 

40 frgas black dia

240 semana

1200 més

 

 

para sair os frags 12h

        fragsLimit = 12 * 60 * 60
	fragsSecondLimit = 1 * 12 * 60 * 60
	fragsThirdLimit = 1 * 12 * 60 * 60

	
	fragsToRedSkull = 20
	fragsSecondToRedSkull = 120
	fragsThirdToRedSkull = 600
	redSkullLength = 1 * 12 * 60 * 60

	
	fragsToBlackSkull = 40
	fragsSecondToBlackSkull = 240
	fragsThirdToBlackSkull = 1200
	blackSkulledDeathHealth = 40
	blackSkulledDeathMana = 40
	blackSkullLength = 1 * 12 * 60 * 60
	useBlackSkull = true

gostaria de saber se esta tudo correto obg~!

Link para o comentário
Compartilhar em outros sites

3 respostass a esta questão

Posts Recomendados

  • 0

@@leandrozera,

 

Esta correto, deixe padronizado, com horas:

 

	fragsLimit = 12 * 60 * 60 -- 12 horas
	fragsSecondLimit = 12 * 60 * 60 -- 12 horas
	fragsThirdLimit = 12 * 60 * 60 -- 12 horas

	
	fragsToRedSkull = 20
	fragsSecondToRedSkull = 120
	fragsThirdToRedSkull = 600
	redSkullLength = 12 * 60 * 60 -- 12 horas

	
	fragsToBlackSkull = 40
	fragsSecondToBlackSkull = 240
	fragsThirdToBlackSkull = 1200
	blackSkulledDeathHealth = 40
	blackSkulledDeathMana = 40
	blackSkullLength = 12 * 60 * 60 -- 12 horas
	useBlackSkull = true

 

 

Com dias:

 

	fragsLimit = 2 * 24 * 60 * 60 -- 2 dias
	fragsSecondLimit = 2 * 24 * 60 * 60 -- 2 dias
	fragsThirdLimit = 2 * 24 * 60 * 60 -- 2 dias

	
	fragsToRedSkull = 20
	fragsSecondToRedSkull = 120
	fragsThirdToRedSkull = 600
	redSkullLength = 2 * 24 * 60 * 60 -- 2 dias

	
	fragsToBlackSkull = 40
	fragsSecondToBlackSkull = 240
	fragsThirdToBlackSkull = 1200
	blackSkulledDeathHealth = 40
	blackSkulledDeathMana = 40
	blackSkullLength = 5 * 24 * 60 * 60 -- 5 dias
	useBlackSkull = true

 

Tópico movido para dúvidas / pedidos resolvidos.

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...