• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Mount

Hess1378

Member
Hi there,

I have a display ID, and I wanted to know how to create a Learnable mount out of it, I know how to make a mount out of a npc in creature_addon. if I want to make it a learnable mount, do I have to create an Item for it? or change something in spells? Is it all possible with SQL or needs core c++ work? I would be happy if you guide me.

PS: FYI I don't know anything about C++ and haven't done anything with it ever.


Thank you in advance,
Hess
 

Tommy

Founder
MOVED to correct section. TrinityCore -> SQL is a RELEASE section. Pay attention next time and keep your support related threads in ED Support category.

Pretty sure the only SQL part of this is creating the mount item and there's no C++ involved. I'd suggest copying another Mount spell (as Bizzle suggested) and change the creature display Id within that copied spell.
 

Recycle

Enthusiast
I answered a somewhat detailed guide how to do this.

It'll require:
DBC Editing
SQL Editing

here is the thread I posted in. Hopefully it'll help!
 
Top