karma (pk)

zerohero

Heir
Customer
does anyone know how to help us when a player has karma and you kill him the karma doesn't go away how can we change this and from where thanks
 
Когда буржуи научатся кидать скрины, то и карма сразу сливаться начнет
 
Рейт если упал, на неё не работает. Пришлось в качестве костыля статическое списание прописать.
 
Last edited:
Рейт если упал на неё не работает. Пришлось в качестве костыля статическое списание прописать.
привет мой друг, дай мне точную информацию, потому что эта штука меня очень разозлила
 
привет мой друг, дай мне точную информацию, потому что эта штука меня очень разозлила


Здесь регулируй под себя карму при отмытии с мобов:
Code:
# Допустим на сервере рейты Exp x100, а вы хотите что бы считалось как x1 отмытие кармы - ставите RateKarmaLost = 1
RateKarmaLost = 10

Здесь ставь статическое число, сколько кармы смывать, когда персонаж упал.
Code:
# Статическое снятие кармы при смерти. Если значения больше 0 игнорируется формула расчета из data/player/karma_increase.xml
StaticKarmaLostOnDeath = 300

@Deazer , поправишь ? А то это реально костыли. Не распространяется рейт кармы если перс падает. Всё время по 10 отнимает.
 
Здесь регулируй под себя карму при отмытии с мобов:
Code:
# Допустим на сервере рейты Exp x100, а вы хотите что бы считалось как x1 отмытие кармы - ставите RateKarmaLost = 1
RateKarmaLost = 10

Здесь ставь статическое число, сколько кармы смывать, когда персонаж упал.
Code:
# Статическое снятие кармы при смерти. Если значения больше 0 игнорируется формула расчета из data/player/karma_increase.xml
StaticKarmaLostOnDeath = 300

@Deazer , поправишь ? А то это реально костыли. Не распространяется рейт кармы если перс падает. Всё время по 10 отнимает.
Нужно смотреть
data/player/karma_increase.xml
 
Here you can adjust your karma for yourself when washing from mobs:
Code:
# Let's say the server has Exp x100 rates, and you want karma wash to be counted as x1 - set RateKarmaLost = 1
RateKarmaLost = 10

Here you put a static number of how much karma to wash away when the character falls.
Code:
# Static removal of karma on death. If the value is greater than 0, the calculation formula from data/player/karma_increase.xml is ignored
StaticKarmaLostOnDeath = 300

@Deazer, will you correct me? Because this is really a crutch. The karma rate does not apply if the character falls. It takes away 10 all the time.

yes, the issue is how correct this is
 
the problem is that when someone has karma and someone else kills them, the karma doesn't go away even if you kill them 100 times, the karma is still there
 
нет, я делал это более 10 раз одновременно
Вы пробовали это на официальном Lucer?
Я проверил на своем сервере. Все работает отлично.
 
Вы пробовали это на официальном Lucer?
Я проверил на своем сервере. Все работает отлично.
да, друг мой, мы попробовали это на другом сервере с lucera, и там та же проблема
 
does anyone know how to help us when a player has karma and you kill him the karma doesn't go away how can we change this and from where thanks
Everything is in the configs. There is also a static value setting. The server uses the fully official, fully tested, and correctly functioning formula.
Here is all configs about karma
# Minimum amount of karma for the first PK
# After the first PK is calculated MinKarmaIncrease + (MinKarmaIncrease * PkKills) / 2))
MinKarmaIncrease = 240
# Статическое начисление кармы. If the value is greater than 0, the calculation formula ignores data from data/player/karma_increase.xml
StaticKarmaIncrease = -1
# Static removal of karma upon death. If the value is greater than 0, the calculation formula ignores data from data/player/karma_increase.xml
StaticKarmaLostOnDeath = -1
# Static removal of karma when hunting mobs. If the value is greater than 0, the calculation formula ignores data from data/player/karma_increase.xml
KarmaLostStaticValue = -1
# Static Rates, when calculating the formula if the value is greater than 0. Rates are taken from RateExp by default.
# Let's say Exp rates on the server x100, and you want it to be considered as x1 laundering karma, put: RateKarmaLost = 1
RateKarmaLost = -1
 
@Deazer , поправишь ? А то это реально костыли. Не распространяется рейт кармы если перс падает. Всё время по 10 отнимает.
Нечего править, форумлу перетаскивал с ПТСки
 
Нечего править, форумлу перетаскивал с ПТСки
# Alternative penalty on exp loss at the death.
# Rate taken into account by exp and the counter PK.
# This is not the "Death Penalty" S5.5 of updates !!!
EnableAltDeathPenalty = true
# Consider counter PK when calculating an alternative penalty when the loss experience
AltPKDeathRate = -1.


you have to make a guide because now I found it, you have to do these actions in the altsetting because otherwise the player will never get rid of the karma.. the change has to be made here as well, thank you
 
Back
Top