Forums WoW Modding Support Archives WoWModding Threads [DiscordArchive] Hey, does anyone know how to make a mount as ve...

[DiscordArchive] Hey, does anyone know how to make a mount as ve...

[DiscordArchive] Hey, does anyone know how to make a mount as ve...

Pages (3): Previous 1 2 3
rektbyfaith
Administrator
0
07-20-2025, 05:31 AM
#21
Archived author: Mithria • Posted: 2025-07-20T05:31:23.272000+00:00
Original source

`vehicle_template_accessory` :

`entry` = the `entry` of the creature from `creature_template`

`accessory_entry` = the `entry` of the creature from `creature_template` that will ride on the side of the mount

`seat_id` = the id of the seat from Vehicle.dbc that the creature will sit in.
rektbyfaith
07-20-2025, 05:31 AM #21

Archived author: Mithria • Posted: 2025-07-20T05:31:23.272000+00:00
Original source

`vehicle_template_accessory` :

`entry` = the `entry` of the creature from `creature_template`

`accessory_entry` = the `entry` of the creature from `creature_template` that will ride on the side of the mount

`seat_id` = the id of the seat from Vehicle.dbc that the creature will sit in.

rektbyfaith
Administrator
0
07-20-2025, 01:17 PM
#22
Archived author: Guerriax • Posted: 2025-07-20T13:17:05.172000+00:00
Original source

So basically if my vehicle.dbc is seat 2 and 3 (like on screen) I have to put same seat id in vehicle_template_accessory ?
[Image: image.png?ex=690c9fd1&is=690b4e51&hm=612...4230ed990&]
rektbyfaith
07-20-2025, 01:17 PM #22

Archived author: Guerriax • Posted: 2025-07-20T13:17:05.172000+00:00
Original source

So basically if my vehicle.dbc is seat 2 and 3 (like on screen) I have to put same seat id in vehicle_template_accessory ?
[Image: image.png?ex=690c9fd1&is=690b4e51&hm=612...4230ed990&]

rektbyfaith
Administrator
0
07-20-2025, 01:23 PM
#23
Archived author: Guerriax • Posted: 2025-07-20T13:23:49.510000+00:00
Original source

I might got the problem : Loading Vehicle Template Accessories...
Table `vehicle_template_accessory`: creature template entry 500041 has no data in npc_spellclick_spells
Table `vehicle_template_accessory`: creature template entry 500041 has no data in npc_spellclick_spells

when loading server
rektbyfaith
07-20-2025, 01:23 PM #23

Archived author: Guerriax • Posted: 2025-07-20T13:23:49.510000+00:00
Original source

I might got the problem : Loading Vehicle Template Accessories...
Table `vehicle_template_accessory`: creature template entry 500041 has no data in npc_spellclick_spells
Table `vehicle_template_accessory`: creature template entry 500041 has no data in npc_spellclick_spells

when loading server

rektbyfaith
Administrator
0
07-20-2025, 01:32 PM
#24
Archived author: Guerriax • Posted: 2025-07-20T13:32:15.915000+00:00
Original source

Done, just added : a new entry inside `npc_spellclick_spells` such as :
```sql
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`)
VALUES (500041, 61424, 1, 0);
```
rektbyfaith
07-20-2025, 01:32 PM #24

Archived author: Guerriax • Posted: 2025-07-20T13:32:15.915000+00:00
Original source

Done, just added : a new entry inside `npc_spellclick_spells` such as :
```sql
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`)
VALUES (500041, 61424, 1, 0);
```

Pages (3): Previous 1 2 3
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)