Отображение шанса прохождения скила

formulas.properties
самое первое в конфиге 1-3-4 настройки
может не оно хз
 
Last edited:
formulas.properties
самое первое в конфиге 1-3-4 настройки
может не оно хз
1 3 4 это настройка шансов, я про сам вывод в системный чат данной информации после нажатия на скил.
 
Было бы круто сделать. А еще шанс когда на тебя дебаф вешают)
 
В смысле когда вешают ? Не понял логики
ну когда в чара летит дебаф от моба например, можно вывести % прохождения? сообщение же есть что 1754490725570.webp
 
I did extension for this - $10
image.webp


Code:
# Chance Notify Extension Configuration
# =====================================
# Enable/disable the entire extension
ChanceNotifyEnabled = True
# Enable/disable specific notification types
NotifyDebuffChance = True
NotifySkillChance = True
# Only notify players (not NPCs/monsters)
NotifyOnlyPlayers = True
# Only notify for offensive skills
NotifyOnlyOffensiveSkills = True
# Message format settings
MessagePrefix = [+]
ShowBaseChance = False
ShowCalculatedChance = True
ShowSkillName = True
 
I did extension for this - $10
View attachment 6664


Code:
# Chance Notify Extension Configuration
# =====================================
# Enable/disable the entire extension
ChanceNotifyEnabled = True
# Enable/disable specific notification types
NotifyDebuffChance = True
NotifySkillChance = True
# Only notify players (not NPCs/monsters)
NotifyOnlyPlayers = True
# Only notify for offensive skills
NotifyOnlyOffensiveSkills = True
# Message format settings
MessagePrefix = [+]
ShowBaseChance = False
ShowCalculatedChance = True
ShowSkillName = True
Запиши видос) интересно в живую глянуть
 
Record a video) I'm interested in watching it live


Using this config so it prompts with mobs:
Code:
# Chance Notify Extension Configuration
# =====================================
# Enable/disable the entire extension
ChanceNotifyEnabled = True
# Enable/disable specific notification types
NotifyDebuffChance = True
NotifySkillChance = True
# Only notify players (not NPCs/monsters)
NotifyOnlyPlayers = False
# Only notify for offensive skills
NotifyOnlyOffensiveSkills = True
# Message format settings
MessagePrefix = [+]
ShowBaseChance = True
ShowCalculatedChance = True
ShowSkillName = True


Resists on myself are due to //invul.
 
or I need to add some command for activate ? or change format or or or or or or or ?
 
Back
Top