Cannot find sectree by çözümü

bosymax

Geliştirici
Geliştirici
MT Üye
Mesaj
215
Çözümler
14
Beğeni
105
Puan
749
Ticaret Puanı
0
Lonca objeleri eklendikten sonra yüklenirken diğer corelerde de yüklemeye çalışınca böyle bir hata meydana geliyor

1672570920110.png


Kod:
Show: cannot find sectree by 984617x274106 mapindex 41

SYSERR: Apr 29 15:43:59.406441 :: RegenNPC: Cannot create guild npc

building.cpp arat:
C++:
bool CManager::LoadObject(TObject * pTable, bool isBoot)
içinde bulunan
C++:
    if (!pkProto)
    {
        sys_err("Cannot find object %u in prototype (id %u)", pTable->dwVnum, pTable->dwID);
        return false;
    }
fonksiyonunun hemen altına ekleyin

C++:
    if (!map_allow_find(pTable->lMapIndex)){
        return false;
    }
 
Geri
Üst