- Mesaj
- 1.135
- Çözümler
- 61
- Beğeni
- 3.308
- Puan
- 1.859
- Ticaret Puanı
- 0
nasıl yaapcağımı anlamadım ne demek istediniz dosyayı ekledim size zahmet olmazsa yapar mısnız
char_item.cpp:
else if (item->GetVnum() == 75800)
{
if ((item2-> GetType() == ITEM_WEAPON) && ((item2->GetAttributeType(0) == 72 && item2->GetAttributeType(1) == 71) || (item2->GetAttributeType(1) == 72 && item2->GetAttributeType(0) == 71)))
{
int32_t value1 = number(60, 150);
int32_t value2 = -(number(18,23));
item2->SetForceAttribute(0,72,value1);
item2->SetForceAttribute(1,71,value2);
}
else
{
ChatPacket(CHAT_TYPE_INFO, "Bu eşyayı sadece Ortalama ve Becerili silahlarda kullanabilirsiniz.");
return false;
}
}
char_item.cpp:
if ((item2-> GetType() == ITEM_WEAPON) && ((item2->GetAttributeType(0) == 72 && item2->GetAttributeType(1) == 71) || (item2->GetAttributeType(1) == 72 && item2->GetAttributeType(0) == 71)))
bu kısmı verdiğim kodla değiştir.