mocnyfull has written
I have forge semi-professional
I cant melt copper too,
I cant melt copper too,
Well, I hope Builder2-0 will explain this when he wakes up from Christmas party
mocnyfull has written
why my iron axe breaks after 3 hits?
Because it is not full moon, so you are unlucky. Kidding
Each tool/weapon has a probability to get broken. It is scripted in "on:impact". Chance is 2% per hit. And if it is broken, then chance that handle is broken is 33%, blade - 66%. If you don't like this behavior as me, then look for such lines like this:1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
if (random(50)==1){
			freestored "unit",1,87,1;
			if (random(1,3)==1){
				find 4857;
				msg "The axe handle has broken!",3;
			}else{
				find 4870;
				msg "The axe blade has broken!",3;				
			}
		}
Massive Mod


Offline


