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!
Unknown Server Command OpenOfflineShop | OpenOfflineShop
ulan nasıl aldın bu hatayı asfaslşfjlşaksdfjlşaksjfUnknown Server Command OpenOfflineShop | OpenOfflineShop
tşkkurler hocam 1 sorunum var ama özelden mesaj olarak attım acaba yardım edermisiniz sorunu açıklıyım
ilk olarak sistemi ekledim sorunsuz çalıştı fakat şöle bi durum var mesela ben offline shop açtım sonra kapattım shopu yada içindeki tüm itemleri sildim kendi kapandı ikiside aynı durumu geliyo saten ilk shop sorunsuz çalışıyor ama başka yerden bida shop acıyorum o shopta sorun oluşuyor itemleri silerken efsunları değişiyor syserr e hiç hata düşmüyor syslogtan 1. ve 2. shopun loglarını karşılaştırdım sequence hatası veriyor 2. shopu kapatınca 1. sinde vermedi ama burdaki sorun nedir acaba? bilen yada daha önce karşılaşan varmı
ilk olarak sistemi ekledim sorunsuz çalıştı fakat şöle bi durum var mesela ben offline shop açtım sonra kapattım shopu yada içindeki tüm itemleri sildim kendi kapandı ikiside aynı durumu geliyo saten ilk shop sorunsuz çalışıyor ama başka yerden bida shop acıyorum o shopta sorun oluşuyor itemleri silerken efsunları değişiyor syserr e hiç hata düşmüyor syslogtan 1. ve 2. shopun loglarını karşılaştırdım sequence hatası veriyor 2. shopu kapatınca 1. sinde vermedi ama burdaki sorun nedir acaba? bilen yada daha önce karşılaşan varmı
bide fark ettiğim bi eksik kısım var svn anlatım olarak ayarlanmış rarda char.cpp de değiştirilmesi gerekn yer var onuda yazıyım bilmeyenler için yardımcı olur srcsinde kuşak ekli olan lar için
char.cpp alttakini aratın
iUpdateLen += snprintf(szValues + iUpdateLen, sizeof(szValues) - iUpdateLen, ",%ld,%ld,%ld", pkItem->GetSocket(0), pkItem->GetSocket(1), pkItem->GetSocket(2));
ve
allta verdiğim kodlar olarak değiştirin
iLen += snprintf(szColumns + iLen, sizeof(szColumns) - iLen, ", attrtype0, attrvalue0, attrtype1, attrvalue1, attrtype2, attrvalue2, attrtype3, attrvalue3, attrtype4, attrvalue4, attrtype5, attrvalue5, attrtype6, attrvalue6, applytype0, applyvalue0, applytype1, applyvalue1, applytype2, applyvalue2, applytype3, applyvalue3, applytype4, applyvalue4, applytype5, applyvalue5, applytype6, applyvalue6, applytype7, applyvalue7");
iUpdateLen += snprintf(szValues + iUpdateLen, sizeof(szValues) - iUpdateLen, ",%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d",
pkItem->GetAttributeType(0), pkItem->GetAttributeValue(0),
pkItem->GetAttributeType(1), pkItem->GetAttributeValue(1),
pkItem->GetAttributeType(2), pkItem->GetAttributeValue(2),
pkItem->GetAttributeType(3), pkItem->GetAttributeValue(3),
pkItem->GetAttributeType(4), pkItem->GetAttributeValue(4),
pkItem->GetAttributeType(5), pkItem->GetAttributeValue(5),
pkItem->GetAttributeType(6), pkItem->GetAttributeValue(6),
pkItem->GetAttributeType(7), pkItem->GetAttributeValue(7),
pkItem->GetAttributeType(8), pkItem->GetAttributeValue(8),
pkItem->GetAttributeType(9), pkItem->GetAttributeValue(9),
pkItem->GetAttributeType(10), pkItem->GetAttributeValue(10),
pkItem->GetAttributeType(11), pkItem->GetAttributeValue(11),
pkItem->GetAttributeType(12), pkItem->GetAttributeValue(12),
pkItem->GetAttributeType(12), pkItem->GetAttributeValue(13),
pkItem->GetAttributeType(14), pkItem->GetAttributeValue(14));
resimdeki gibi olsı gerekiyor
char.cpp alttakini aratın
iUpdateLen += snprintf(szValues + iUpdateLen, sizeof(szValues) - iUpdateLen, ",%ld,%ld,%ld", pkItem->GetSocket(0), pkItem->GetSocket(1), pkItem->GetSocket(2));
ve
allta verdiğim kodlar olarak değiştirin
iLen += snprintf(szColumns + iLen, sizeof(szColumns) - iLen, ", attrtype0, attrvalue0, attrtype1, attrvalue1, attrtype2, attrvalue2, attrtype3, attrvalue3, attrtype4, attrvalue4, attrtype5, attrvalue5, attrtype6, attrvalue6, applytype0, applyvalue0, applytype1, applyvalue1, applytype2, applyvalue2, applytype3, applyvalue3, applytype4, applyvalue4, applytype5, applyvalue5, applytype6, applyvalue6, applytype7, applyvalue7");
iUpdateLen += snprintf(szValues + iUpdateLen, sizeof(szValues) - iUpdateLen, ",%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d",
pkItem->GetAttributeType(0), pkItem->GetAttributeValue(0),
pkItem->GetAttributeType(1), pkItem->GetAttributeValue(1),
pkItem->GetAttributeType(2), pkItem->GetAttributeValue(2),
pkItem->GetAttributeType(3), pkItem->GetAttributeValue(3),
pkItem->GetAttributeType(4), pkItem->GetAttributeValue(4),
pkItem->GetAttributeType(5), pkItem->GetAttributeValue(5),
pkItem->GetAttributeType(6), pkItem->GetAttributeValue(6),
pkItem->GetAttributeType(7), pkItem->GetAttributeValue(7),
pkItem->GetAttributeType(8), pkItem->GetAttributeValue(8),
pkItem->GetAttributeType(9), pkItem->GetAttributeValue(9),
pkItem->GetAttributeType(10), pkItem->GetAttributeValue(10),
pkItem->GetAttributeType(11), pkItem->GetAttributeValue(11),
pkItem->GetAttributeType(12), pkItem->GetAttributeValue(12),
pkItem->GetAttributeType(12), pkItem->GetAttributeValue(13),
pkItem->GetAttributeType(14), pkItem->GetAttributeValue(14));
resimdeki gibi olsı gerekiyor
0403 14:20:33770 :: Traceback (most recent call last):
0403 14:20:33770 :: File "ui.py", line 1472, in OnSelectEmptySlot
0403 14:20:33770 :: File "ui.py", line 89, in __call__
0403 14:20:33771 :: File "ui.py", line 80, in __call__
0403 14:20:33771 :: File "uiInventory.py", line 857, in SelectEmptySlot
0403 14:20:33771 :: AttributeError
0403 14:20:33771 :: :
0403 14:20:33771 :: 'module' object has no attribute 'SLOT_TYPE_OFFLINE_SHOP'
0403 14:20:33771 ::
0403 14:20:33770 :: File "ui.py", line 1472, in OnSelectEmptySlot
0403 14:20:33770 :: File "ui.py", line 89, in __call__
0403 14:20:33771 :: File "ui.py", line 80, in __call__
0403 14:20:33771 :: File "uiInventory.py", line 857, in SelectEmptySlot
0403 14:20:33771 :: AttributeError
0403 14:20:33771 :: :
0403 14:20:33771 :: 'module' object has no attribute 'SLOT_TYPE_OFFLINE_SHOP'
0403 14:20:33771 ::
- Durum
- Üzgünüz bu konu cevaplar için kapatılmıştır...
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 102
- Görüntüleme
- 27K
- Cevaplar
- 3
- Görüntüleme
- 4K
- Kilitli
- Cevaplar
- 5
- Görüntüleme
- 2K
