Ir para conteúdo
  • 0

Ajuda, Ot Não Pega Black --"


Bocoh

Pergunta

-- 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 = 99999999

weeklyFragsToRedSkull = 2

monthlyFragsToRedSkull = 99999999

dailyFragsToBlackSkull = 3

weeklyFragsToBlackSkull = 99999999

monthlyFragsToBlackSkull = 99999999

dailyFragsToBanishment = dailyFragsToRedSkull

weeklyFragsToBanishment = weeklyFragsToRedSkull

monthlyFragsToBanishment = monthlyFragsToRedSkull

blackSkulledDeathHealth = 40

blackSkulledDeathMana = 0

useBlackSkull = true

useFragHandler = true

advancedFragList = false

 

 

Alguem ajuda a resolver isso?

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

3 respostass a esta questão

Posts Recomendados

  • 0
-- by notle
-- 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 = 15 * 12 * 30 * 30
blackSkullLength = 25 * 12 * 30 * 30
dailyFragsToRedSkull = 6
weeklyFragsToRedSkull = 12
monthlyFragsToRedSkull = 20
dailyFragsToBlackSkull = dailyFragsToRedSkull
weeklyFragsToBlackSkull = weeklyFragsToRedSkull
monthlyFragsToBlackSkull = monthlyFragsToRedSkull
dailyFragsToBanishment = dailyFragsToRedSkull
weeklyFragsToBanishment = weeklyFragsToRedSkull
monthlyFragsToBanishment = monthlyFragsToRedSkull
blackSkulledDeathHealth = 40
blackSkulledDeathMana = 0
useBlackSkull = true
useFragHandler = true
advancedFragList = false

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

×
×
  • Criar Novo...