Sign in to follow this  
Pyzayt

Changing Level Requirements for Glyph Slots?

I'm looking to change the level at which new glyph slots open on my server,  to match a level cap of 60. Does anyone know what needs to be edited to change the level requirements of glyph slots in the server's database and DBCs for TrinityCore?

Share this post


Link to post
Share on other sites

By the way, will this require any UI tweaks, or will the UI read the level requirements from the core and automatically read back the correct level requirement?

Share this post


Link to post
Share on other sites
On 10/24/2021 at 7:57 AM, xxxYukki said:

You have to do that in the core, search for 

initGlyphsforLevel;


initGlyphsforLevel;

 

You also need to change the minLevel values in SpellEffect.cpp near SPELL_FAILED_GLYPH_SOCKET_LOCKED, along with editing the GlobalStrings.lua file in Interface/FrameXML

Share this post


Link to post
Share on other sites
Sign in to follow this