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

Club instead of Fist[question]

vvafel

New Member
Joined
Mar 5, 2010
Messages
22
Reaction score
0
Location
Poland.
Can anybody knows. What should I change to the attacking player without a weapon rose club?Instead of fist fighting.
 
weapons.cpp, Weapon::useFist:

Replace:
Code:
player->addSkillAdvance(SKILL_FIST, 1);

To:
Code:
player->addSkillAdvance(SKILL_CLUB, 1);
 
Back
Top