purema1 Posted February 26, 2023 Share Posted February 26, 2023 Sorry for using a translator again Every time I make an exclusive survival item for a custom character currently being produced, an error occurs, so I need coding help. I really need help Link to comment https://forums.kleientertainment.com/forums/topic/146179-every-time-i-create-a-survival-item-for-a-custom-character-an-error-occurs/ Share on other sites More sharing options...
Merkyrrie Posted February 26, 2023 Share Posted February 26, 2023 Will probably need either the item's code or the server log to be able to help. The server log should show what the actual error is most of the time Link to comment https://forums.kleientertainment.com/forums/topic/146179-every-time-i-create-a-survival-item-for-a-custom-character-an-error-occurs/#findComment-1622019 Share on other sites More sharing options...
purema1 Posted February 27, 2023 Author Share Posted February 27, 2023 I found the server log here. Can you check it? 12 hours ago, Merkyrrie said: 도움을 받으려면 항목의 코드나 서버 로그가 필요할 것입니다. 서버 로그에는 대부분의 경우 실제 오류가 무엇인지 표시되어야 합니다. client_log.txt Link to comment https://forums.kleientertainment.com/forums/topic/146179-every-time-i-create-a-survival-item-for-a-custom-character-an-error-occurs/#findComment-1622060 Share on other sites More sharing options...
Merkyrrie Posted February 27, 2023 Share Posted February 27, 2023 Looks like its crashing trying to make a placer for a crafting recipe because its being given nothing. Without the actual code I don't know the exact reason this is happening, but looking at the crash my best guess is the placer you're providing doesn't exist. At the end of the code for your structure prefab, did you return both the prefab and the placer? If you are not making a structure, then just not giving it a placer would be the fix. Link to comment https://forums.kleientertainment.com/forums/topic/146179-every-time-i-create-a-survival-item-for-a-custom-character-an-error-occurs/#findComment-1622092 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