Yardım Başlık Sistemi özellikleri vermiyor

Konu sahibi bu konuda soru soruyor. Sorusu ile ilgili bilgisi olanların yanıtlamasını bekliyor.

ordoru14

Üye
Üye
Mesaj
19
Çözümler
1
Beğeni
4
Puan
418
Ticaret Puanı
0
sistem iteme tıklayınca ünvan veriyor fakat özelliklerini verimiyor örneğin max hp vb
İtem protosu
Kod:
56009    title8    ITEM_USE    USE_SPECIAL    1    NONE    NONE    NONE        0    0    0    0    0    LIMIT_NONE    0    LIMIT_NONE    0    APPLY_MAX_HP    1000    APPLY_NONE    0    APPLY_NONE    0    8    0    0    0    0    0    0    0    0

char item

C++:
RemoveAffect(UNVAN_BONUS);
                                int        affect_type        = UNVAN_BONUS;
                                int        apply_type        = aApplyInfo[item->GetValue(1)].bPointType;
                                int        apply_value        = item->GetValue(2);
                                ChangeTitle(0);
                                int unvan = item->GetValue(0);
                                UpdateTitle(unvan);
                                AddAffect(affect_type, apply_type, apply_value, 0, 60*60*24*365, 0, false);
                                item->SetCount(item->GetCount()-1);
 
Geri
Üst