HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!
Party Üyeleri İçin Yerden Item Toplama (Client Fix)
Party Üyeleri İçin Yerden Item Toplama (Client Fix)Bu küçük ama işlevsel client düzenlemesi sayesinde party (grup) üyelerine ait itemleri yerden toplama problemi çözülmüş olur.
C++:
PythonItem.cpp
// yok ise ekle
#include "PythonPlayer.h"
CPythonItem::GetCloseItemVector içinde
TGroundItemInstanceMap::iterator i;
//altına ekle
CPythonPlayer& rkPlayer = CPythonPlayer::Instance();
if (dwDistance < dwCloseItemDistance && (pInstance->stOwnership == "" || pInstance->stOwnership == myName))
//değiştir
if (dwDistance < dwCloseItemDistance && (pInstance->stOwnership == "" || pInstance->stOwnership == myName || rkPlayer.IsPartyMemberByName(pInstance->stOwnership.c_str())))
