Hi, I have a problem, in PVP the pj without set hitting normal, but with set (any) they hit "miss"
Screens:
CallCharacter.ini:
PHP Code://================================================================//
// Projeto Season 4 Koreano //
// GameServer 90 && GameServerCS 90 FIX:capitaothorr/Fabiano //
//================================================================//
[CalCharacter]
//================================================================//
// Configs Call Character System //
//================================================================//
//================================================================//
// Configs Dark Wizard Soul Master Grand Master //
//================================================================//
AtackEneSMMinDivisor = 3 ;
AtackEneSMMaxDivisor = 7 ;
AtackSTRSMMinDivisor = 3 ;
AtackSTRSMMaxDivisor = 7 ;
AtackSpeedSMDivisor = 14;
DefenseBlockDWMG = 10 ; defesa do dark wizard e magic gladiador
//================================================================//
// Configs Dark Knight Black Knight Blade Master //
//================================================================//
AtackSTRDKMinDivisor = 15 ;
AtackSTRDKMaxDivisor = 20 ;
AtackSpeedBKAndMGDivisor1 = 21 ;
AtackSpeedBKAndMGDivisor2 = 20 ;
SucessFullBlockDWDKMG = 10 ;
DefenseBlockDK = 5 ;
//================================================================//
// Configs Fairy Elfa Muse Elfa High Elfa //
//================================================================//
AtackStrDivisorElfMin+Bow = 7 ;
tackStrDivisorElfMax+Bow = 3 ;
AtackStrDivisorElfMinNoBow = 9 ;
AtackStrDivisorElfMaxNoBow = 3 ;
AtackDextElfMinDivisor = 7 ;
AtackDextElfMaxDivisor = 3 ;
AttackSpeed_Elf = 32 ;
Defense_Elf = 10 ;
SuccessfulBlocking_Elf = 3 ;
//================================================================//
// Configs Magic Gladiador Duel Master //
//================================================================//
AtackSTRMGMinDivisor = 4 ;
AtackSTRMGMaxDivisor = 4 ;
AtackEneMGMinDivisor = 4 ;
//================================================================//
// Configs Dark Lord Lord Emperor //
//================================================================//
AtackSTRDLMinDivisor = 7 ;
AtackSTRDLMaxDivisor = 5 ;
AtackEneDLMinDivisor = 14 ;
AtackEneDLMaxDivisor = 10 ;
AtackSpeedDLDivisor = 10 ;
SucessFullBlockDL = 3 ;
DefenseBlockDL = 7 ;
//================================================================//
// Configs Summoner Blood Summoner Dimension Master //
//================================================================//
AttackDamageMinRight = 7 ;
AttackDamageMaxRight = 3 ;
AttackDamageMinLeft = 14 ;
AttackDamageMaxLeft = 10 ;
AttackSpeed = 10 ;
MagicSpeed = 10 ;
SuccessfulBlocking = 5 ;
Defense = 3 ;
MagicDamageMin = 2 ;
MagicDamageMax = 2 ;
//--------------------------------------------------//
// dark knight, magic gladiador, dark lord com arma //
//--------------------------------------------------//
AttackDamageMinWeaponRight1 = 45;
AttackDamageMinWeaponRight2 = 90;
AttackDamageMaxWeaponRight1 = 45;
AttackDamageMaxWeaponRight2 = 90;
AttackDamageMinWeaponLeft1 = 45;
AttackDamageMinWeaponLeft2 = 90;
AttackDamageMaxWeaponLeft1 = 45;
AttackDamageMaxWeaponLeft2 = 90;
//--------------------------------------------------//







