How to put NPC Dialog

12/13/2017 09:48 kotsh#1
Please i tried to put to New NPC Dialog from textquest_speech&name
Code:
1	SN_NPC_AQUAQUEST_BS	무슨 일로 오셨나요?	0	0	0	0	0	0	What brings you here?	ChuyÖn g× x¶y ra vËy?	0	0	0	0	0	0	0
like that but don't appear at game

Example :
[Only registered and activated users can see links. Click Here To Register...]

UP
12/13/2017 20:54 KingDollar#2
Add this line to npcchat

replace CODENAME with your NPC codename
Code:
1	CODENAME	SN_CODENAME_BS	SN_CODENAME_PS
second you will also add this line to textquest_speech&name
Code:
1	SN_CODENAME _BS								HEY! You come out here for npc chat
12/14/2017 02:10 kotsh#3
Thank you mate