• 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!

PvP RookGaard

  • Thread starter Deleted member 141899
  • Start date
Combat::canDoCombat.. function
Code:
if(player->getVocationId() == 0 || targetPlayer->getVocationId() == 0) {
return RETURNVALUE_MAYNOTATTACK;
}

Now, i wrote this on my phone and it's not the actual real code, but it would look like that, just maybe another function to get vocationId and another returnvalue.
 
Back
Top