ArkCORE-NG
ArkCORE-NG copied to clipboard
[BUG] Core: Dismount camera
When Player Dismount camera don't change, only when logout and login then
return modelData->CollisionHeight + 1.50f; seems to be working properly to fix the "ass-watcher" camera height atfer dismount. Here must be Fixed something I think https://github.com/Arkania/ArkCORE-NG/blob/master/src/server/game/Entities/Unit/Unit.cpp
It can be fixed in Dismount function
i was searching for this.. i see not that the dismount function is calculate this value.. there are in DBCStructure.h in struct CreatureModelDataEntry the values float CollosionsHeigh float MountHeigh this values are filled directly from dbc loader, from a dbc array until there, trinity works like our core.. maybe its changed already, by reading/preparing this value from dbc folder but until now i could not find this place..