ID Dialog

01/16/2020 22:51 Nostale-SP#1
Hello i need your help.
I want to add o NPC with a special dialog. I found the ID Dialog like ztsXXXe, but in the database i can't put "zts", in the dialog, i just can put number. So i need to find the ID dialog( full number) corresponding to zts dialog. Where i can find this?
01/17/2020 12:31 GGGGame#2
npctalk.dat from NSgtdData.NOS for create new dialog.

_code_uk_npctalk.txt from NSLang.NOS for create string for dialog

Then give the ID of the dialog created on npctalk.dat to your NPC
01/20/2020 20:12 Nostale-SP#3
Thanks for your help :)