• 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++] Edited with dual weld one hand weapons but need some changes

Fresh

Quack!
Joined
Oct 21, 2009
Messages
1,855
Solutions
18
Reaction score
671
Hello.
I've edited some piece in source to do an dual weld (i can wear 2x one hand items):
PHP:
					else if(tmpStrValue == "hand")
						it.wieldPosition = SLOT_HAND;

But i need one change:
- If i got 2x weapon as same type ex. got 2 swords my damage is accumulating ex. got 2x swords with 20 attacks if i equip it twice (wear 2x swords) i got - 20+20=40 attack
- If i got only one weapon the attack is an attack weapon.

Anyone can help me.
 
Back
Top