Thanks to the new version of CWcheat, I was able to find the durability code!! But enough babbling, onto the code. I will not be submitting the code to the database, because the user has to do some work(again like from the item codes...I'm sorry guys, I'm guessing most of the codes are gonna be like that). It involves the adresses of the item slot codes(see front page, first post). What you do is subtract 4 from the adress of the item slot your weapon is in(I suggest going down to system and arrangeing your items so your weapons are first in the all part so you dont have to count what slot the weapon you want to change is in. Example, slot 1's adress is: 6C5586, now subtract that from four and you get 6C5582. So it would look like this
Codice:
_C0 <insert whatever you want to call it here>
_L 0x106C5582 0x0000270F
Slot 2's address is 6C5596 so the adress turns to 6C5592 when subtracted by 4, and so on so forth.
So the code is basicly this
Codice:
_C0 <insert whatever you want to call it here>
_L 0x10(address of item slot number the weapon is subtracted by 4) 0x0000270F
Ok, I shall go post this on the first page.