Hello Boys and Girls,
in the last few days im trying to change the Positions of the Character Positions, when you sit on the Mount. But i can´t find it out, where this gets done.
There is the function "TakeUpPet":
Code:
pChar->m_bMode = MT_NORMAL;
pPet->SetPosition(pChar->GetPositionMat());
pPet->m_vWorld = pChar->GetPositionMat();
pPet->TakeUp(m_pDevice, m_pRES, pChar, ID_PIVOT_MOUNT);
pPet->m_fActTime = 0.0f;
i just want to know, where the Positions are when you sit on the mount.
Thank you.