How to disable Durability system?
Thank you
How to disable Durability system?
Thank you
you have to just remove it from your itemsDB.
just remove these two lines from every weapon in the itemsDB.xml:
<Dur u="400" r1="33" r2="90" r3="1400" />
<Res r1="5" r2="1" r3="10" />
the numbers might be a little different though.
search in UserProfile.h
replaceCode:Var3 = R3D_CLAMP(Var3, 0, (int)MAX_DURABILITY);
Code:Var3 = 10000; //R3D_CLAMP(Var3, 0, (int)MAX_DURABILITY);