Hello.
I've edited some piece in source to do an dual weld (i can wear 2x one hand items):
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.
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.