[DiscordArchive] I want to create a class trainer on AzerothCore...
[DiscordArchive] I want to create a class trainer on AzerothCore...
Archived author: Needle • Posted: 2024-11-20T13:20:03.306000+00:00
Original source
Archived author: Needle • Posted: 2024-11-20T13:20:04.157000+00:00
Original source
![[Image: b62464656af3a8d9accb46af9b189f6a.png?ex=...e6e5a0e3f&]](https://cdn.discordapp.com/attachments/1308783921776824360/1308784379467923597/b62464656af3a8d9accb46af9b189f6a.png?ex=690ca0f0&is=690b4f70&hm=895b307c69fdef19f7c8766f0c87486cdad09ef7f6e34dac55c14ebe6e5a0e3f&)
Archived author: Boxhead • Posted: 2024-11-20T13:21:52.220000+00:00
Original source
I've created the creature template from another druid class trainer (new id 500051), added the gossips, added the entries to npc_trainer (ID 500051, Spell ID -200005 and -200006 for the druid spells).
I feel like I'm missing something. I've uploaded creature info in the screenshot.
![[Image: b62464656af3a8d9accb46af9b189f6a.png?ex=...e6e5a0e3f&]](https://cdn.discordapp.com/attachments/1308783921776824360/1308784379467923597/b62464656af3a8d9accb46af9b189f6a.png?ex=690ca0f0&is=690b4f70&hm=895b307c69fdef19f7c8766f0c87486cdad09ef7f6e34dac55c14ebe6e5a0e3f&)
Archived author: Boxhead • Posted: 2024-11-21T10:07:57.557000+00:00
Original source
Problem was that trainers just don't work on Acore if ID is above 200000 due to:
```
// Acore Trainer Reference start range
#define ACORE_TRAINER_START_REF 200000
```