[DiscordArchive] Where in azerothcore can I insert custom racial...
[DiscordArchive] Where in azerothcore can I insert custom racial...
Archived author: Needle • Posted: 2024-11-19T14:14:13.464000+00:00
Original source
Archived author: Needle • Posted: 2024-11-19T14:14:13.996000+00:00
Original source
Thread automatically created by DurryDualWield in <#415944535718494208>
Archived author: DurryDualWield • Posted: 2024-11-19T14:18:17.406000+00:00
Original source
I need the spell to appear when creating the race/class combo and when faction changing to it as well as removing it when I change from via race change and faction change a said race to a different one
Archived author: Deleted User • Posted: 2024-11-19T14:25:58.023000+00:00
Original source
You can create an NPC and C++ script that can learn/unlearn spells/skills as a temp solution until you fully integrate it into the client
Archived author: Deleted User • Posted: 2024-11-19T14:28:48.008000+00:00
Original source
I found this - https://github.com/azerothcore/mod-racial-trait-swap
[Embed: GitHub - azerothcore/mod-racial-trait-swap: Azerothcore Module for ...]
Azerothcore Module for Racial Trait Swap. Contribute to azerothcore/mod-racial-trait-swap development by creating an account on GitHub.
https://github.com/azerothcore/mod-racial-trait-swap
Archived author: DurryDualWield • Posted: 2024-11-19T14:34:35.872000+00:00
Original source
I have playercreateinfo_spell_custom setup for it. I am looking to integrate it into the the server if possible. All of the spells are in the game and working, just not linked to the race and class and no clue how to do it
Archived author: Deleted User • Posted: 2024-11-19T16:52:25.983000+00:00
Original source
Okay so doing the interface stuff to show the new spells will require a XML/lua client edit
Archived author: Deleted User • Posted: 2024-11-19T16:53:08.251000+00:00
Original source
You'll need a patched wow exe to unlock that, then from there edit the CharacterCreate code
Archived author: Deleted User • Posted: 2024-11-19T17:01:55.366000+00:00
Original source
https://www.azerothcore.org/wiki/player_...nge_spells
[Embed: player_factionchange_spells]
Wiki and Documentation of the AzerothCore project
https://www.azerothcore.org/wiki/player_...nge_spells
Archived author: Deleted User • Posted: 2024-11-19T17:24:42.792000+00:00
Original source
https://github.com/andrew6180/WoTLK-3.3....e.lua#L311
[Embed: WoTLK-3.3.5-UI-Source/Interface/GlueXML/CharacterCreate.lua at mast...]
Source + Textures for WoW 3.3.5. Contribute to andrew6180/WoTLK-3.3.5-UI-Source development by creating an account on GitHub.
https://github.com/andrew6180/WoTLK-3.3....Create.lua