Não é adicionando o numero do tempo dps do sinal de = ?
info
Grupo: Banidos
Registrado: 30/07/12
Posts: 279
Reputação: +16
Char no Tibia: Raidou

Mesmo assim, não ta fumfano
info
Grupo: Conde
Registrado: 04/08/12
Posts: 762
Reputação: +80

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 17 por Newtonnotwen




info
Grupo: Campones
Registrado: 25/07/12
Posts: 93
Reputação: 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 Agosto 17 por Bocoh