MxSoft
Leave Tibia, Live Life.
I need help with my bugged frag system.
I have it in the config lua this way:
The error is this.
When i player loose the red skull and then kills one more he get it again because the frags are not erased.
Another error is when the player have to much frags and he says !frags, it make an error in my console I dont have the output but it was something like Message is to big or something like that.
I have it in the config lua this way:
Code:
-- Unjustified kills
redSkullLength = 72 * 60 * 60
blackSkullLength = 96 * 60 * 60
dailyFragsToRedSkull = 9
weeklyFragsToRedSkull = 15
monthlyFragsToRedSkull = 30
dailyFragsToBlackSkull = dailyFragsToRedSkull
weeklyFragsToBlackSkull = weeklyFragsToRedSkull
monthlyFragsToBlackSkull = monthlyFragsToRedSkull
dailyFragsToBanishment = dailyFragsToRedSkull
weeklyFragsToBanishment = weeklyFragsToRedSkull
monthlyFragsToBanishment = monthlyFragsToRedSkull
blackSkulledDeathHealth = 40
blackSkulledDeathMana = 0
useBlackSkull = true
useFragHandler = true
advancedFragList = true
When i player loose the red skull and then kills one more he get it again because the frags are not erased.
Another error is when the player have to much frags and he says !frags, it make an error in my console I dont have the output but it was something like Message is to big or something like that.
Last edited: