-- 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?