• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved Using 2 weapons

zetto

New Member
Joined
May 24, 2013
Messages
5
Reaction score
0
Hello! Anyone know what i need to do for the players may use two swords at same time? It's a script ou a source edit?
Thanks!
 
Ye, That's perfect, but...
I can't find theses code(the others i found) i'm using 0.3.6pl1.r101
Code:
armor = 0;

Code:
else if(tmpStrValue == "attack")
{
	if(readXMLInteger(itemAttributesNode, "value", intValue))
		it.attack = intValue;
}
What i can do?
 
Back
Top