- Mesaj
- 8
- Beğeni
- 8
- Puan
- 440
- Ticaret Puanı
- 0
Ticaret camı ekleyip itemleri listelenip satın alamayanlar için,
shop_maneger.cpp içersinde.
#bul
#değiştir
#bul
#altına ekle
#bul
#değiştir
shop_maneger.cpp içersinde.
#bul
Kod:
pack2.dwShopPID = GetOwner->GetPlayerID();
Kod:
if (item->GetOwner())
pack2.dwShopPID = item->GetOwner()->GetVID();
else
pack2.dwShopPID = 0;
#bul
Kod:
if (ch == NULL || ch->GetDesc() == NULL || p == NULL)
return;
Kod:
int32_t shopVid = p->dwShopPID;
#bul
Kod:
LPCHARACTER ShopCH = CHARACTER_MANAGER::instance().FindByPID(p->dwShopPID);
Kod:
LPCHARACTER ShopCH = CHARACTER_MANAGER::instance().Find(shopVid);