[DiscordArchive] Hi everyone. I am trying to use WoW-Spell-Edito...
[DiscordArchive] Hi everyone. I am trying to use WoW-Spell-Edito...
Archived author: Needle • Posted: 2025-03-04T20:51:38.037000+00:00
Original source
Archived author: Needle • Posted: 2025-03-04T20:51:38.898000+00:00
Original source
![[Image: image.png?ex=690c75fa&is=690b247a&hm=80e...a9531fd33&]](https://cdn.discordapp.com/attachments/1346585903363133572/1346607785894215690/image.png?ex=690c75fa&is=690b247a&hm=80eef5fc685fd6a018164340b57f5b7e8773f7d64e0c2cc26ef5c76a9531fd33&)
Archived author: Hawjiki • Posted: 2025-03-04T22:18:35.023000+00:00
Original source
Are you sure you're copying an actual mount spell? Also you'll have to make it's creature entry in the database as well(to have it show up).
![[Image: image.png?ex=690c75fa&is=690b247a&hm=80e...a9531fd33&]](https://cdn.discordapp.com/attachments/1346585903363133572/1346607785894215690/image.png?ex=690c75fa&is=690b247a&hm=80eef5fc685fd6a018164340b57f5b7e8773f7d64e0c2cc26ef5c76a9531fd33&)
![[Image: image.png?ex=690c7646&is=690b24c6&hm=569...6ef2da4bf&]](https://cdn.discordapp.com/attachments/1346585903363133572/1346608101293297685/image.png?ex=690c7646&is=690b24c6&hm=56972cca1bb5125fc8a2436828dadcb824fac101b00c85589d7dff76ef2da4bf&)
Archived author: Hawjiki • Posted: 2025-03-04T22:19:50.160000+00:00
Original source
As for duration. Have it set like this so it has no duration.
![[Image: image.png?ex=690c7646&is=690b24c6&hm=569...6ef2da4bf&]](https://cdn.discordapp.com/attachments/1346585903363133572/1346608101293297685/image.png?ex=690c7646&is=690b24c6&hm=56972cca1bb5125fc8a2436828dadcb824fac101b00c85589d7dff76ef2da4bf&)
Archived author: Diro • Posted: 2025-03-05T04:06:49.580000+00:00
Original source
Thanks for the info. I'm sure it's a mount spell (23219) https://www.wowhead.com/spell=23219/swift-mistsaber which I have copy/pasted without change to test things. Though I don't know about making a creature entry for mounts so I am guessing that's what's making an issue for me here. Could you please point to how I could do that?
Archived author: Hawjiki • Posted: 2025-03-05T13:19:23.046000+00:00
Original source
well if you just copied it, then it should work. Perhaps its the id you are using. There are some spells that are handled server side in the database that you have to take into consideration when making new spells.. Maybe try an id range of 100k+, these ids shouldn't conflict any default spell ids.
Archived author: Hawjiki • Posted: 2025-03-05T13:25:19.738000+00:00
Original source
If you're going to explore making spells, then you should get familiar with the database as well. Lots types of spells depend on things in the database. Such as mounts using creature's to properly be displayed as mounts in-game. Proc effects using tables like spell_proc. Etc etc. Lots of linking between DBC and the database. I'm sure there exist some guides for which ever core you're using that can explain them better. Most should roughly be the same in any core though.