[DiscordArchive] How do you assign totem models to a new race / ...
[DiscordArchive] How do you assign totem models to a new race / ...
Archived author: Needle • Posted: 2025-04-08T23:15:28.954000+00:00
Original source
Archived author: Needle • Posted: 2025-04-08T23:15:29.759000+00:00
Original source
Thread automatically created by D in <#415944535718494208>
Archived author: Supora • Posted: 2025-04-08T23:18:28.212000+00:00
Original source
Trinitycore have a table for that
Archived author: Drikish • Posted: 2025-04-08T23:32:12.874000+00:00
Original source
Thanks for this ill try, im on later expac so trying to figure out where its defined for the character create screen also (When they all casting spells at the selection page)
Archived author: Drikish • Posted: 2025-04-08T23:38:50.655000+00:00
Original source
This worked in game now just gotta figure out what works for char creation screen
Archived author: Supora • Posted: 2025-04-09T08:23:08.271000+00:00
Original source
most likely some db2/dbc
Archived author: Furioz • Posted: 2025-04-10T00:17:32.897000+00:00
Original source
acore handles it in
Unit::GetModelForTotem()
(src/server/game/Entities/Unit/Unit.cpp)
Archived author: Furioz • Posted: 2025-04-10T00:18:21.778000+00:00
Original source
& then ofc dbc aswell for the actual model & displayId's
Archived author: Drikish • Posted: 2025-04-10T21:18:39.241000+00:00
Original source
Yeah interested in what DBC handles this relative to player models as its not like the spells change
Archived author: Drikish • Posted: 2025-04-10T21:18:45.758000+00:00
Original source
DBC must be what powers char creation