Hello i want to make a dual weapons on my server.
I add Skills and weapontype but i cant find a line where i can add a double attack...
Please help me!
i have code like this:
Regards,
Igorekpl
I add Skills and weapontype but i cant find a line where i can add a double attack...
Please help me!
i have code like this:
PHP:
if(item->getWeaponType() != WEAPON_DUALSWORD){
//normal attack
}else{
//double attack
}
Regards,
Igorekpl
Last edited: