Yardım Yanında Gezen Binek Sistemi

  • Konuyu açan Konuyu açan selman01234
  • Açılış Tarihi Açılış Tarihi
  • Yanıt Yanıt 3
  • Gösterim Gösterim 140
Konu sahibi bu konuda soru soruyor. Sorusu ile ilgili bilgisi olanların yanıtlamasını bekliyor.

selman01234

Üye
Üye
Mesaj
187
Çözümler
3
Beğeni
35
Puan
469
Ticaret Puanı
0
sistemi ekledim kanal1 syser düşüyor yardım

SYSERR: Sep 27 22:11:01 :: GetMoveMotionSpeed: cannot find motion (name Binek ~ |cFFCD5C5C|hselman race 20114 mode 0)
SYSERR: Sep 27 22:11:04 :: GetMoveMotionSpeed: cannot find motion (name Binek ~ |cFFCD5C5C|hselman race 20114 mode 0)
SYSERR: Sep 27 22:11:07 :: GetMoveMotionSpeed: cannot find motion (name Binek ~ |cFFCD5C5C|hselman race 20114 mode 0)
SYSERR: Sep 27 22:11:08 :: GetMoveMotionSpeed: cannot find motion (name Binek ~ |cFFCD5C5C|hselman race 20114 mode 0)
SYSERR: Sep 27 22:11:08 :: GetMoveMotionSpeed: cannot find motion (name Binek ~ |cFFCD5C5C|hselman race 20114 mode 0)
SYSERR: Sep 27 22:11:09 :: GetMoveMotionSpeed: cannot find motion (name Binek ~ |cFFCD5C5C|hselman race 20114 mode 0)
 

Dosya Eklentileri

sistemi ekledim kanal1 syser düşüyor yardım

SYSERR: Sep 27 22:11:01 :: GetMoveMotionSpeed: cannot find motion (name Binek ~ |cFFCD5C5C|hselman race 20114 mode 0)
SYSERR: Sep 27 22:11:04 :: GetMoveMotionSpeed: cannot find motion (name Binek ~ |cFFCD5C5C|hselman race 20114 mode 0)
SYSERR: Sep 27 22:11:07 :: GetMoveMotionSpeed: cannot find motion (name Binek ~ |cFFCD5C5C|hselman race 20114 mode 0)
SYSERR: Sep 27 22:11:08 :: GetMoveMotionSpeed: cannot find motion (name Binek ~ |cFFCD5C5C|hselman race 20114 mode 0)
SYSERR: Sep 27 22:11:08 :: GetMoveMotionSpeed: cannot find motion (name Binek ~ |cFFCD5C5C|hselman race 20114 mode 0)
SYSERR: Sep 27 22:11:09 :: GetMoveMotionSpeed: cannot find motion (name Binek ~ |cFFCD5C5C|hselman race 20114 mode 0)
Hangi binek acaba ?
 
char.cpp: arat
float CHARACTER::GetMoveMotionSpeed() const


değiştir
float CHARACTER::GetMoveMotionSpeed() const
{
DWORD dwMode = GetMotionMode();

const CMotion * pkMotion = NULL;

if (!GetMountVnum())
pkMotion = CMotionManager::instance().GetMotion(GetRaceNum(), MAKE_MOTION_KEY(dwMode, (IsWalking() && IsPC()) ? MOTION_WALK : MOTION_RUN));
else
{
pkMotion = CMotionManager::instance().GetMotion(GetMountVnum(), MAKE_MOTION_KEY(MOTION_MODE_GENERAL, (IsWalking() && IsPC()) ? MOTION_WALK : MOTION_RUN));

if (!pkMotion)
pkMotion = CMotionManager::instance().GetMotion(GetRaceNum(), MAKE_MOTION_KEY(MOTION_MODE_HORSE, (IsWalking() && IsPC()) ? MOTION_WALK : MOTION_RUN));
}

if (pkMotion)
return -pkMotion->GetAccumVector().y / pkMotion->GetDuration();
else
{
//sys_err("cannot find motion (name %s race %d mode %d)", GetName(), GetRaceNum(), dwMode);
return 300.0f;
}
}

konu kapatılabilir teşekkürler
 
Geri
Üst