- Mesaj
- 244
- Çözümler
- 3
- Beğeni
- 149
- Puan
- 774
- Ticaret Puanı
- 0
Arkadaşlar merhabalar ben marty sama 5.4 kullanıyorum binek itemini slota takıyor fakat bineğe binmiyor npc.list den bakdım dosyaları mevcut sıkıntı yok mob olarakda çağırdığımdada geliyor ondada sorun yok ama binek üzerine binmiyor
BUNU DENEDİM OLMADI
kodlar:
char.cpp
arat
case POINT_MOUNT:
SetPoint(type, GetPoint(type) + amount);
val = GetPoint(type);
Altına ekle
MountVnum(val);
Char_item.cpp
Arat
if (item->IsOldMountItem()) // @fixme152
quest::CQuestManager::instance().SIGUse(GetPlayerID(), quest::QUEST_NO_NPC, item, false);
#ifdef ENABLE_MOU[HASH=2]#ifdef[/HASH]YSTEM
else if (item->IsNewMountItem()) {
const auto mountVnum = GetPoint(POINT_MOUNT);
MountVnum(mountVnum);
}
#endif
Degistir
[HASH=3]#endif[/HASH]
if (item->IsOldMountItem() || item->IsNewMountItem()) // @fixme152
quest::CQuestManager::instance().SIGUse(GetPlayerID(), quest::QUEST_NO_NPC, item, false);
BUNU DENEDİM OLMADI
kodlar:
char.cpp
arat
case POINT_MOUNT:
SetPoint(type, GetPoint(type) + amount);
val = GetPoint(type);
Altına ekle
MountVnum(val);
Char_item.cpp
Arat
if (item->IsOldMountItem()) // @fixme152
quest::CQuestManager::instance().SIGUse(GetPlayerID(), quest::QUEST_NO_NPC, item, false);
#ifdef ENABLE_MOU[HASH=2]#ifdef[/HASH]YSTEM
else if (item->IsNewMountItem()) {
const auto mountVnum = GetPoint(POINT_MOUNT);
MountVnum(mountVnum);
}
#endif
Degistir
[HASH=3]#endif[/HASH]
if (item->IsOldMountItem() || item->IsNewMountItem()) // @fixme152
quest::CQuestManager::instance().SIGUse(GetPlayerID(), quest::QUEST_NO_NPC, item, false);