• 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!

Help - REP ++ - PKs

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
Someone help me?
I put it on my server settings to pk
this way
Anybody know how I configured :thumbup:
I was putting the numbers and did not know what was


Code:
        -- Unjustified kills
        redSkullLength = 20 * 60 * 60
        blackSkullLength = 35 * 60 * 60
        dailyFragsToRedSkull = 20
        weeklyFragsToRedSkull = 20
        monthlyFragsToRedSkull = 20
        dailyFragsToBlackSkull = 35
        weeklyFragsToBlackSkull = 35
        monthlyFragsToBlackSkull = 35
        dailyFragsToBanishment = 40
        weeklyFragsToBanishment = 40
        monthlyFragsToBanishment = 40
        blackSkulledDeathHealth = 150
        blackSkulledDeathMana = 0
        useBlackSkull = "yes"
        advancedFragList = "no"

        -- Banishments
        notationsToBan = 20
        warningsToFinalBan = 20
        warningsToDeletion = 21
        banLength = 7 * 24 * 60 * 60
        finalBanLength = 30 * 24 * 60 * 60
        ipBanishmentLength = 1 * 24 * 60 * 60
        broadcastBanishments = "yes"
        maxViolationCommentSize = 200
        autoBanishUnknownBytes = "no"
 
dailyFragsToBlackSkull = 35
dailyFragsToBanishment = 40

wtf? o.o How do you get an unjust with a black skull? xD

Also, what do you need help with, is something wrong or what?
 
Code:
       -- Unjustified kills
        redSkullLength = 20 * 60 * 60
        blackSkullLength = 35 * 60 * 60
        dailyFragsToRedSkull = 20
        weeklyFragsToRedSkull = 20
        monthlyFragsToRedSkull = 20
        dailyFragsToBlackSkull = 35
        weeklyFragsToBlackSkull = 35
        monthlyFragsToBlackSkull = 35
        dailyFragsToBanishment = 40
        weeklyFragsToBanishment = 40
        monthlyFragsToBanishment = 40
        blackSkulledDeathHealth = 150
        blackSkulledDeathMana = 0
        useBlackSkull = "yes"
        advancedFragList = "no"

Okay so basically 1 frag is set to last for 1 month (Like real tibia)
Ur red skull is set for 20 hours until it goes away.
Blackskull 35hours.
And the daily/weekly/monthly is simply how many frags you can take per day/week/month until you receive the red or black skull.

If you have "use blackskull" people will not get banishments, instead only blackskull with increased damage taken on them. And when they login you have set them to have 150hp and 0mana when the blackskulled player logs in.

I would suggest you to have for example like 5 frags daily for a red skull, then 10 for a week and 15 for a month. This way it works more like real tibia and will prevent random pking slightly.

Hope this was to any help

rep+
 
Back
Top