Hahaha Posted March 9, 2022 Share Posted March 9, 2022 Greetings friends, was wondering if there was a surefire way of making trainers offer spells unto all classes! For example, a hunter can talk to a druid trainer and learn from them what they would, like a normal druid. I've scoured DBCs and databases but found nothing, and am worried it may even be a hardcoded thing. Help appreciated! Link to comment Share on other sites More sharing options...
Kaev Posted March 9, 2022 Share Posted March 9, 2022 Maybe a trainer with type = 0 and requirement = 0 will allow all classes to train. I guess you can assign the class spells via trainer_spell. I guessed you're using TrinityCore. Link to comment Share on other sites More sharing options...
Amaroth Posted March 10, 2022 Share Posted March 10, 2022 For the spells, not sure, has been too long to remember. Kaev's lead should be the right one though. I am posting to toss in one more thing regarding skills - note that there's https://wowdev.wiki/DB/SkillRaceClassInfo which can forbid certain class and race combinations from learning skills. For that reason for example, you may have an issue with alliance races learning horde languages, and vice versa (or there are some other, class-specific skills, as well, such as weapon skills). So, if you choose to do this with skills as well, be aware of this thing. But that's more of a side note. English YT tutorial channel. Check it out if you preffer videos over walls of text.:https://www.youtube.com/AmarothEng I am now completely retired from modding. I am still reading PMs and reacting to them, however, I am not keeping up to date with what is going on in the community and my ability to help you is becoming very limited - I no longer remember some things, I don't have tools installed anymore, and I don't know what is up to date nowadays. Link to comment Share on other sites More sharing options...
MSDhoni Posted July 22, 2022 Share Posted July 22, 2022 http://doramasmp4.shop/ Link to comment Share on other sites More sharing options...
may28js Posted August 22, 2022 Share Posted August 22, 2022 On 2022/3/10 at AM2点39分, Kaev1695989297 said: 也许 type = 0 和 requirements = 0的培训师将允许所有班级进行培训。我想您可以通过trainer_spell分配课程法术。我猜你正在使用 TrinityCore。 Based on your hint, I modified requirements = 0, the result is no change, the trainer can't teach other class spells, it still recognizes your class and refuses to teach you anything. Link to comment Share on other sites More sharing options...
Making trainers accessible by all classes?
By Hahahain Serverside
Recommended Posts