View Single Post
Old 02-10-2005, 03:56 PM   #4 (permalink)
Loco
 
Join Date: Jan 2005
Age: 32
Posts: 4
Default edit katana to have no dura....

Well I wanted to repost the katana without dura, would be better than the SelfRepair attribute i think, but it says i cant post attachment so if u want the katana without dura you'll have to edit the lines......

public override int InitMinHits{ get{ return 255; } }
public override int InitMaxHits{ get{ return 255; } }.........
....change to........

public override int InitMinHits{ get{ return 0; } }
public override int InitMaxHits{ get{ return 0; } }.........
....now go down about six lines where it says.........

WeaponAttributes.SelfRepair = 6;......

....and delete this line, or simply put 2 forward slashes in front of it to remove.
Loco is offline   Reply With Quote