Hi,
i have an issue with custom pets
the issue is with showing an actual item options of pet in game
//Index Item AddHP AddMP DamageRate AttackSpeed DoubleDmgRate TripleDmgRate AddExperience ResistDoubleDamage ResistIgnoreDefense ResistIgnoreSD ResistCriticalDamage ResisteExcellentDamage BlockStuck ReflectRate PetImortal BlockBackSpring
0 6856 5000 2000 20 50 100 50 100 5 6 7 8 9 0 0 0 0
1 6861 5000 2000 20 50 100 50 100 5 6 7 8 9 1 0 0 1
2 6857 500 0 20 0 5 0 40 0 0 0 0 0 0 0 0
2 6858 0 500 0 0 5 0 40 0 0 0 0 0 20 0 0
2 6859 0 0 0 120 5 0 40 0 0 0 20 0 0 0 0
end
//0 = disable | 1 = block all | 2 = block when getting cs crown
so the issue is that when i added the first line, which is 2 6857... that one is working properly, showing all the additional stats in C+ properly, and can see the HP/MP boost
but next 2 lines dont seem to be working, its not an issue with a pet either, since once i remove the first line the next one starts working, anyone have solution for this?
Regards