[DiscordArchive] you use 335a right?
[DiscordArchive] you use 335a right?
Archived author: <o> • Posted: 2022-04-07T08:06:53.192000+00:00
Original source
1. make a creature_template for your mount just like a normal creature
2. make a spell
2a. set the first effect type to `APPLY_AURA` (id=6), aura `MOUNTED` (id=78) and MiscValueA to your `creature_template` entry.
2b. set the second effect type to `APPLY_AURA`, aura `MOD_INCREASE_MOUNTED_SPEED`, PointsBase to 59/99 (60%/100% mount)
2c. Set some other attributes to make the spell more mount-like. Here's the output from one we generate: <https://pastebin.com/raw/5VsEYhG4>
3. Create a new spell that teaches the mount spell (effect type 36 and triggerspell to your mount spell id)
4. Create an item that casts the learn spell on use and deletes itself (-1 charge)