This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] [WotLk] Stand On Mount Instead Of Sitting  (Read 1565 times)

abdalrahman9

  • Contributors
  • Wiki Incarnate
  • *****
  • Posts: 129
    • View Profile
[QUESTION] [WotLk] Stand On Mount Instead Of Sitting
« on: February 17, 2016, 08:08:07 am »
Hello there. So my question is exactly like the title of this topic. What i want to do is in my WOTLK WOW, i want to make the character stand on my mount instead of sitting down on it. The only example i found was the Disk cloud (thanks Kruithne) but as you can see, it had appeared in the MOP patch after WOTLK. I had tried to report it to WOTLK but when i mounted it, the character unfortunately just sat on the mount instead of standing. I had tried to see if any attachment information changed from the MOP and WOTLK version but i couldn't see any difference. So my only guess would be that it has to do with the database. Any ideas how i can make my WOTLK mount compatible with the character standing instead of sitting down?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [QUESTION] [WotLk] Stand On Mount Instead Of Sitting
« Reply #1 on: February 17, 2016, 09:22:25 am »
It is in DBCs, not the model. For a WotLK example try the flying carpets (http://www.wowhead.com/item=44554/flying-carpet) which also have the standing pose.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

abdalrahman9

  • Contributors
  • Wiki Incarnate
  • *****
  • Posts: 129
    • View Profile
Re: [QUESTION] [WotLk] Stand On Mount Instead Of Sitting
« Reply #2 on: February 17, 2016, 08:45:23 pm »
Okay thank you. Though do you know if it is the vehicle.dbc that i have to change?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [QUESTION] [WotLk] Stand On Mount Instead Of Sitting
« Reply #3 on: February 17, 2016, 09:01:57 pm »
VehicleSeat has m_rideAnimKitID which I would spontaneously make responsible for that.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

abdalrahman9

  • Contributors
  • Wiki Incarnate
  • *****
  • Posts: 129
    • View Profile
Re: [QUESTION] [WotLk] Stand On Mount Instead Of Sitting
« Reply #4 on: February 17, 2016, 09:30:06 pm »
you are most likely going to say that this is a stupid question but why is it that there are only 58 columns that i see in the vehicleSeat.dbc but there is 64 columns in the wiki?.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [QUESTION] [WotLk] Stand On Mount Instead Of Sitting
« Reply #5 on: February 17, 2016, 09:37:16 pm »
The one on the wiki is probably for some other version. The field I suggested was apparently added afterwards. You could try m_rideAnimLoop
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Supora

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 143
    • View Profile
Re: [QUESTION] [WotLk] Stand On Mount Instead Of Sitting
« Reply #6 on: February 17, 2016, 09:57:43 pm »
For regular mounts you need to use spellvisual.dbc.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

abdalrahman9

  • Contributors
  • Wiki Incarnate
  • *****
  • Posts: 129
    • View Profile
[SOLVED][WotLk] Stand On Mount Instead Of Sitting
« Reply #7 on: February 17, 2016, 10:39:26 pm »
Quote from: "Supora"
For regular mounts you need to use spellvisual.dbc.
Thank you!! It seems that i had to change the m_stateKit in the spellVisual.dbc to change the position. Thank you Supora!!
« Last Edit: January 01, 1970, 01:00:00 am by Admin »