- Mesaj
- 1.073
- Çözümler
- 78
- Beğeni
- 1.304
- Puan
- 1.339
- Ticaret Puanı
- 0
güncel proto kullananlar için tek tek value ayarlamaya gerek kalmaz. belki birinin işine yarar 

char.cpp:
// 3x arat
if(mountItem->GetValue(1) != 0)
mobVnum = mountItem->GetValue(1);
// 3x değiştir
if(mountItem->FindApplyValue(APPLY_MOUNT) != 0)
mobVnum = mountItem->FindApplyValue(APPLY_MOUNT);
cmd_general.cpp:
//2x arat
if(mount->GetValue(1) != 0)
mobVnum = mount->GetValue(1);
//2x değiştir
if(mount->FindApplyValue(APPLY_MOUNT) != 0)
mobVnum = mount->FindApplyValue(APPLY_MOUNT);