• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Frags, Redskull

hempalize

New Member
Joined
Feb 27, 2010
Messages
31
Reaction score
0
-- 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 = 2 * 24 * 60 * 60
blackSkullLength = 3 * 24 * 60 * 60
dailyFragsToRedSkull = 10
weeklyFragsToRedSkull = 20
monthlyFragsToRedSkull = 30
dailyFragsToBlackSkull = dailyFragsToRedSkull
weeklyFragsToBlackSkull = weeklyFragsToRedSkull
monthlyFragsToBlackSkull = monthlyFragsToRedSkull
dailyFragsToBanishment = dailyFragsToRedSkull
weeklyFragsToBanishment = weeklyFragsToRedSkull
monthlyFragsToBanishment = monthlyFragsToRedSkull
blackSkulledDeathHealth = 40
blackSkulledDeathMana = 0
useBlackSkull = true
useFragHandler = true
advancedFragList = false



isso eh oq ta no config .lua

crymsom danson 0.3.61pl

but, /data is other distro


13:59 You currently have 0 frags today, 0 this week and 0 this month.

i dont know where to fix that, it just can be in the /data
where is itt, ty
 
seriously read the config <.<

redSkullLength = 2 * 24 * 60 * 60
blackSkullLength = 3 * 24 * 60 * 60
dailyFragsToRedSkull = 10
weeklyFragsToRedSkull = 20
monthlyFragsToRedSkull = 30

that maybe?
 
the characters doesnt got frags

example : i kill my friend, without party, after killing, i say !frags, and it counts 0 frags


edit: hey realsoft adm, what i'm setting wrong? can u help me?
 
in the sql, the table :Killers, is empty, maybe something wrong?
maybe the .exe cant connect after each frag to the database, to store them??
 
Back
Top