Red Black Skull

rafa2026
em Scripts

rafa2026

avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 14/10/12Posts: 12

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