Resolved Divine Inspiration

Family

Heir
Customer
1764488933762.webp

Can someone help me? My character is learning the skill without having the book, is my configuration correct?
 
Yes correct. Divine Inspection autolearn false. I was literally checking my skills yesterday. If they're disabled, they won't learn automatically. Gm give all command give it of course.
 
Yes correct. Divine Inspection autolearn false. I was literally checking my skills yesterday. If they're disabled, they won't learn automatically. Gm give all command give it of course.
Is this error in the core? I want to configure it to charge for the Divine Book, but it's not charging at the moment.
 
Is this error in the core? I want to configure it to charge for the Divine Book, but it's not charging at the moment.
Do not understand what you mean. Nothing changed with it. If you set false - divine will not learning y auto. If true - it will. All Simple
 
Do not understand what you mean. Nothing changed with it. If you set false - divine will not learning y auto. If true - it will. All Simple
With my current configuration, when I click to learn the Divine Inspiration skill, the system is not charging the required item. It learns Divine Inspiration without consuming the book.
 
Do not understand what you mean. Nothing changed with it. If you set false - divine will not learning y auto. If true - it will. All Simple
Deezer, can you please provide a solution?
I tried copying the same Interlude configuration that worked on my old server, and even then, it's not charging for the Divine Book Inspiration item.
 
Deezer, can you please provide a solution?
I tried copying the same Interlude configuration that worked on my old server, and even then, it's not charging for the Divine Book Inspiration item.
what are you doing wrong, make a new char rr the server and try again, see if the char has received 1,2.3 class
 
Deezer, can you please provide a solution?
I tried copying the same Interlude configuration that worked on my old server, and even then, it's not charging for the Divine Book Inspiration item.
I don't understand what exactly you need!
Whether it consumes books or not! Can you explain properly! What exactly do you need.
Or have you solved your problem?
 
I don't understand what exactly you need!
Whether it consumes books or not! Can you explain properly! What exactly do you need.
Or have you solved your problem?
There is an issue with the Divine Inspiration skill: the system is not requiring the corresponding books to unlock the additional buff slots.
Even with AltDisableSpellbooks = False, players can increase their buff limit without having or using the Divine books — the upgrade is basically free.
In previous packs (Interlude), the books were required normally.
I need the official behavior restored: Divine Inspiration should only increase the buff slot when the correct book is used.

Sorry if anything came out wrong, I'm using GPT for the translation.
 
There is an issue with the Divine Inspiration skill: the system is not requiring the corresponding books to unlock the additional buff slots.
Even with AltDisableSpellbooks = False, players can increase their buff limit without having or using the Divine books — the upgrade is basically free.
In previous packs (Interlude), the books were required normally.
I need the official behavior restored: Divine Inspiration should only increase the buff slot when the correct book is used.

Sorry if anything came out wrong, I'm using GPT for the translation.
AutoLearnDivineInspiration = False
That's all there is to it.

If set up this way, this skill will require learning, w/o books it will not be learned.

You can also make it so that it is learned only by double-clicking on the book. clicked="true"
<skill id="1405" level="1" cost="0" name="Divine Inspiration" min_level="52" item_id="8618" item_count="1" clicked="true" />
 
There is an issue with the Divine Inspiration skill: the system is not requiring the corresponding books to unlock the additional buff slots.
Even with AltDisableSpellbooks = False, players can increase their buff limit without having or using the Divine books — the upgrade is basically free.
In previous packs (Interlude), the books were required normally.
I need the official behavior restored: Divine Inspiration should only increase the buff slot when the correct book is used.

Sorry if anything came out wrong, I'm using GPT for the translation.
You did something wrong a.webp
 
AutoLearnDivineInspiration = False
That's all there is to it.

If set up this way, this skill will require learning, w/o books it will not be learned.

You can also make it so that it is learned only by double-clicking on the book. clicked="true"
<skill id="1405" level="1" cost="0" name="Divine Inspiration" min_level="52" item_id="8618" item_count="1" clicked="true" />
Thank you, I hadn't been able to do it before because I had asked chatgpt to translate everything and there must have been some problem.
 
Hi, how did you solve the problem? I'm having it now. I want players to automatically learn the character's skills but need the book to learn Divine Inspiration.
# AutoLearn skills for players
AutoLearnSkills = True

# AutoLearn skills from Forgotten Scrolls (valid only when AutoLearnSkills = True)
AutoLearnForgottenSkills = False

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

Even with autolearndivineinspiration set to false, the player clicks the skill icon and learns even without a book.

1771453265234.webp

I am using version 3317, updated on 01/07/2025. Interlude
 
Last edited:
Resolved:

need:
# Disabling books for learn skills (for Craft servers). Set False if AutoLearnSkills=true
AltDisableSpellbooks = False -- This needs to be false as well.

# AutoLearn skills for players
AutoLearnSkills = True

# AutoLearn skills from Forgotten Scrolls (valid only when AutoLearnSkills = True)
AutoLearnForgottenSkills = False

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