Este modificarea de pe Oficial - Ramai pe cal dupa ce mori. (Stay on horse after death)
Daca ai fosr omorat de un mob / alt player in timp ce erai calare pe un mount sau cal, cand dai reinvie te va da direct pe cal.
*Poze / Video:
*Link download / Code:
Deschidem char_battle.cpp si cautam:
Code:
void CHARACTER::Dead(LPCHARACTER pkKiller, bool bImmediateDead)
{
if (IsDead())
return;
{
if (IsHorseRiding())
{
StopRiding();
}
else if (GetMountVnum())
{
RemoveAffect(AFFECT_MOUNT_BONUS);
m_dwMountVnum = 0;
UnEquipSpecialRideUniqueItem();
UpdatePacket();
}
}