RA
dúvida

Red Black Skull

Por rafa2026, 20 de out. de 2012 em Scripts

1
582
rafa2026R
20 de outubro de 2012 às 16:35

No meu ot quando um player mata o outro ele já ganha black skull e eu já editei no config.lua lá eu coloquei para ganhar black skull quando matar 40 players mas mesmo assim ele ganha ao matar 1

 

aque está como arrumo?

 

 

-- 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 * 24 * 60 * 60

blackSkullLength = 2 * 24 * 60 * 60

dailyFragsToRedSkull = 40

weeklyFragsToRedSkull = 40

monthlyFragsToRedSkull = 40

dailyFragsToBlackSkull = dailyFragsToRedSkull

weeklyFragsToBlackSkull = weeklyFragsToRedSkull

monthlyFragsToBlackSkull = monthlyFragsToRedSkull

dailyFragsToBanishment = dailyFragsToRedSkull

weeklyFragsToBanishment = weeklyFragsToRedSkull

monthlyFragsToBanishment = monthlyFragsToRedSkull

blackSkulledDeathHealth = 40

blackSkulledDeathMana = 0

useBlackSkull = true

useFragHandler = true

advancedFragList = false