• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[C++][TFS 0.3.6] Double Attack

igorekpl

New Member
Joined
Sep 7, 2009
Messages
2
Reaction score
0
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:

PHP:
if(item->getWeaponType() != WEAPON_DUALSWORD){
//normal attack
}else{
//double attack
}

Regards,
Igorekpl
 
Last edited:
Back
Top