Hi, I've add some new quest to my server, everything work well except the title of quest in quest list, it's only appear bank (0/1) (as picture). it will be great if anyone know how to fix this issue, thank in advance!
1 SN_QNO_TEST_QUEST 0 0 0 0 0 0 Test quest 0 0 0 0 0 0 0 1 SN_PAY_QNO_TEST_QUEST 0 0 0 0 0 0 Test quest 0 0 0 0 0 0 0 1 SN_CON_QNO_TEST_QUEST 0 0 0 0 0 0 Hunt 20 Mangyang (%d) 0 0 0 0 0 0 0
thank you, i will try to arrange these fileQuote:
The correspondenting text is located in textquest_speech&name.txt as you can see it in the guide.
textquest_speech&name.txt
If you only see a blank title you might have a wrong identifier or an issue with formatting.Code:1 SN_QNO_TEST_QUEST 0 0 0 0 0 0 Test quest 0 0 0 0 0 0 0 1 SN_PAY_QNO_TEST_QUEST 0 0 0 0 0 0 Test quest 0 0 0 0 0 0 0 1 SN_CON_QNO_TEST_QUEST 0 0 0 0 0 0 Hunt 20 Mangyang (%d) 0 0 0 0 0 0 0
Please check your DB/lua entries, they should match to these strings...
For formatting pls follow the instructions you found in the official thread. If you want to check for formatting issues, pls download notpad++ .
If you google for "notpad++ display end of line" you will find a guide how to enable all chars. It should look like below:
[Only registered and activated users can see links. Click Here To Register...]
Take care that you see the same amount of tabulators in every line and a CRLF at the end. If you only see LF it will not work with the client. LF is basically a new textline for silkroad and not the end of line.
But please check your strings before, the client will still load it, even if you are using wrong stuff in your textfiles.