Ir para conteúdo
  • 0

Ot Não Pega Black, Ajuda.


Bocoh

Pergunta

Como configurar para pegar red e dure 1 dias com 30 frags e black com 100 e dure 2 dias?

 

-- Unjustified kills

-- NOTE: *Banishment and *BlackSkull variables are >summed up<

-- (dailyFragsToRedSkull + dailyFragsToBanishment) with their

-- *RedSkull equivalents.

-- Auto banishing works only if useBlackSkull set to negative.

-- advancedFragList is not advised if you use huge frags

-- requirements.

redSkullLength = 1 * 60 * 60 * 60

blackSkullLength = 2 * 60 * 60 * 00

dailyFragsToRedSkull = 20

weeklyFragsToRedSkull = 30

monthlyFragsToRedSkull = 40

dailyFragsToBlackSkull = dailyFragsToRedSkull

weeklyFragsToBlackSkull = weeklyFragsToRedSkull

monthlyFragsToBlackSkull = monthlyFragsToRedSkull

dailyFragsToBanishment = dailyFragsToRedSkull

weeklyFragsToBanishment = weeklyFragsToRedSkull

monthlyFragsToBanishment = monthlyFragsToRedSkull

blackSkulledDeathHealth = 40

blackSkulledDeathMana = 0

useBlackSkull = true

useFragHandler = true

advancedFragList = false

Editado por Bocoh
Link para o comentário
Compartilhar em outros sites

3 respostass a esta questão

Posts Recomendados

  • 0

Red skull:

 

dailyFragsToRedSkull = 30

weeklyFragsToRedSkull = 999999999 ------Deixe 9999999 para desabilitar o frags por semana.

monthlyFragsToRedSkull = 999999999 ------Deixe 9999999 para desabilitar o frags por mês.

 

redSkullLength = 1 * 24 * 60 * 60 --------- segundo - minuto - hora - dia

-----------------------------------------------------------60---------60-------24-----1--

 

Ex:

 

4 dias ficaria assim:

 

4 * 24 * 60 * 60

 

5 horas deixe assim:

 

5 * 60 * 60

 

10 segundos:

 

10

 

Black skull (para alterar segue o mesmo exemplo citado acima):

 

blackSkullLength = 2 * 24 * 60 * 60

 

dailyFragsToBlackSkull = 100

weeklyFragsToBlackSkull = 99999999 ------Deixe 9999999 para desabilitar o frags por semana.

monthlyFragsToBlackSkull = 99999999 ------Deixe 9999999 para desabilitar o frags por mês.

 

Para desabilitar frags por ban:

 

dailyFragsToBanishment = 999999999999999999

weeklyFragsToBanishment = 999999999999999999

monthlyFragsToBanishment = 999999999999999999

 

Black skull configs:

blackSkulledDeathHealth = 40 ---------Life inicial apos black skull morrer

blackSkulledDeathMana = 0 ---------mana inicial apos black skull morrer

useBlackSkull = true ---------Ativar black skull system? true para ativar e false para não ativar

Editado por Newtonnotwen
Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...