[Archive] Custom Mounts Cataclysm 4.3.4? How?
[Archive] Custom Mounts Cataclysm 4.3.4? How?
Archived author: Autotunage • Posted: 2018-05-11T18:33:14+00:00
Original source
Hi guys, i just wanna know how can i do custom mounts in Cata 4.3.4?
ok, thats what i did:
1) edited Spell.dbc, copied Spell from http://wowhead.com/item=69846 with new Id 130000
2) edited SpellEffect.dbc, copied line the same spell with new id 153019 (last id + 1) and edited column EffectMiscValue (del http://wowhead.com/npc=53273 from this column and put my own) and made a link to the new spell in SpellEffectId
3) in item-sparse.db2 made my item similar IT (just copied to the new line with id 80000 and changed text)
4) in item.db2 did the same
5) made a patch
That's all!
In the game new item works perfectly - new text, id and all i want, but when i used it, it taught me a new spell but in the spellbook the mount does not appear and the following usage indicates that the spell is already known
What have i done wrong? How can i fix it?
Quote: On 11.05.2018 at 7:33 PM, Autotunage said:Shouldn't it be in the mounts menu?
in the spellbook the mount does not appear
Archived author: Смердокрыл • Posted: 2018-05-17T19:48:52+00:00
Original source
Quote: On 11.05.2018 at 7:33 PM, Autotunage said:Shouldn't it be in the mounts menu?
in the spellbook the mount does not appear
Quote: On 17.05.2018 at 0:48 AM, Смердокрыл said:Ofcourse in the mounts menu. That's what I meant. It's not there anyway
Shouldn't it be in the mounts menu?
Archived author: Autotunage • Posted: 2018-05-26T05:10:43+00:00
Original source
Quote: On 17.05.2018 at 0:48 AM, Смердокрыл said:Ofcourse in the mounts menu. That's what I meant. It's not there anyway
Shouldn't it be in the mounts menu?
Quote: 10 hours ago, Autotunage said:I suggest going to WoWDev.wiki and looking through spell-related pages in search for any flags that mention mounts. If there is a flag field, but the possible values aren't listed, have a look at your core's DBCEnums, etc.
Ofcourse in the mounts menu. That's what I meant. It's not there anyway
Archived author: Смердокрыл • Posted: 2018-05-26T15:42:17+00:00
Original source
Quote: 10 hours ago, Autotunage said:I suggest going to WoWDev.wiki and looking through spell-related pages in search for any flags that mention mounts. If there is a flag field, but the possible values aren't listed, have a look at your core's DBCEnums, etc.
Ofcourse in the mounts menu. That's what I meant. It's not there anyway
Archived author: cadireto • Posted: 2021-05-03T18:23:46+00:00
Original source
I know it is an old thread but the same thing happens to me. The mount does not appear in the menu. Any help
did you manage to fix this?