Bocoh 0 Postado Agosto 18, 2012 Share Postado Agosto 18, 2012 (editado) 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 Agosto 18, 2012 por Bocoh Link para o comentário Compartilhar em outros sites More sharing options...
0 Raidou 16 Postado Agosto 18, 2012 Share Postado Agosto 18, 2012 Não é adicionando o numero do tempo dps do sinal de = ? Link para o comentário Compartilhar em outros sites More sharing options...
0 Bocoh 0 Postado Agosto 18, 2012 Autor Share Postado Agosto 18, 2012 Mesmo assim, não ta fumfano Link para o comentário Compartilhar em outros sites More sharing options...
0 Newtonnotwen 80 Postado Agosto 18, 2012 Share Postado Agosto 18, 2012 (editado) 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 Agosto 18, 2012 por Newtonnotwen Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Bocoh 0
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 BocohLink para o comentário
Compartilhar em outros sites
3 respostass a esta questão
Posts Recomendados