letitbe01 Posted November 14, 2023 Share Posted November 14, 2023 I know how to change the durability of normal items but i want to change the mod item durability from another mod. i just need "way" to do it not a solution. so i just submit topic without code. sorry for bad at English Link to comment https://forums.kleientertainment.com/forums/topic/152400-how-to-tune-dress-durability-time-of-mod-items/ Share on other sites More sharing options...
bordel Posted December 20, 2023 Share Posted December 20, 2023 Since you did not provide us with many information, I will guess and suggest using : AddPrefabPostInit("prefab_name",function (inst) -- your code goes here end) There you should be able to modify any prefab right after its instance is created Link to comment https://forums.kleientertainment.com/forums/topic/152400-how-to-tune-dress-durability-time-of-mod-items/#findComment-1689844 Share on other sites More sharing options...
_zwb Posted December 20, 2023 Share Posted December 20, 2023 It's the same as modifying items from the game, all you need to do is make sure that the mod you're trying to change is enabled. Link to comment https://forums.kleientertainment.com/forums/topic/152400-how-to-tune-dress-durability-time-of-mod-items/#findComment-1689902 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now