How to Modify Buff Limit and Items for Divine Inspiration on the Server?

Telol

Vassal
Hi, I’m trying to adjust the Divine Inspiration feature on my server and would like to know how to modify the limit for the number of buffs a player can learn through Divine Inspiration. Additionally, could someone guide me on what items are required to enable or modify this feature? Any help or reference to configuration files would be greatly appreciated!

( Привет, я пытаюсь настроить функцию Divine Inspiration на своем сервере и хотел бы узнать, как изменить лимит на количество баффов, которые игрок может выучить через Divine Inspiration. Также, не подскажете, какие предметы необходимы для активации или изменения этой функции? Буду признателен за помощь и ссылки на конфигурационные файлы! )
 
Hi, I’m trying to adjust the Divine Inspiration feature on my server and would like to know how to modify the limit for the number of buffs a player can learn through Divine Inspiration. Additionally, could someone guide me on what items are required to enable or modify this feature? Any help or reference to configuration files would be greatly appreciated!

( Привет, я пытаюсь настроить функцию Divine Inspiration на своем сервере и хотел бы узнать, как изменить лимит на количество баффов, которые игрок может выучить через Divine Inspiration. Также, не подскажете, какие предметы необходимы для активации или изменения этой функции? Буду признателен за помощь и ссылки на конфигурационные файлы! )

Check the stats of the skill.
 
gameserver/config/altsettings.properties

Code:
# Auto-learning skill Divine Inspiration (valid only when AutoLearnSkills = True)
AutoLearnDivineInspiration = False

# Basic limit buffs, default 20
BuffLimit = 20

This means that the total buff slot is 24 (20 + 4 Divine Inspiration). You need to learn the skill manually in your guild
 
Back
Top