-
Notifications
You must be signed in to change notification settings - Fork 48
Vehicle Accessory
X-Savior edited this page Aug 2, 2013
·
3 revisions
Back to world database list of tables.
This table holds information about placing NPC’s on other vehicle NPC’s (Mounting NPC’s on Vehicles)
Field | Type | Null | Key | Default | Extra |
vehicle_entry | int(10) unsigned | NO | PRI | 0 | |
seat | mediumint(8) unsigned | NO | PRI | 0 | |
accessory_entry | int(10) | NO | 0 | ||
comment | float | NO | 0 |
The Vehicle NPC entry from Creature_Template. This is the Vehicle NPC you want the other NPC to Mount.
This is the Seat # you would like the NPC to mount into (Valid Values are 0 -7)
This is the Creature_Template entry of the NPC you would like to mount the Vehicle NPC.
NOTE: This NPC Should NOT be spawned in the DB. The Core will Spawn It On The Vehicle as Required.
Description of Who is Mounting What NPC