LE
dúvida

Essa configuração de frags está correta ?

Por leandrozera, 19 de ago. de 2015 em Scripts

resolvido
script
4
1.2k
leandrozeraL
19 de agosto de 2015 às 23:04

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~!

20 de agosto de 2015 às 10:39

sim

BrunoB
20 de agosto de 2015 às 13:07
Melhor resposta

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

chateadoagrC
23 de agosto de 2015 às 21:52

uma duvida esses dia e horas é o tempo que levaria pra sair 1 frags ou sair o red/black?