Help for NPC merchant

08/22/2018 21:35 BarbeBlanche66#1
Hi, i use actually this server files 8.1 [Only registered and activated users can see links. Click Here To Register...]
And i use the official US Client 8.1
But i have problem, i can see merchant, but i cant open what they propose.
So anyone has a solution for that ?
08/22/2018 23:20 ThunderNikk#2
Check your server .lua files and your arcadia.dbo.NPCResource table look at the contact script column and see that it matches scripts in the server .lua files.

Make sure the client DB_NPCresource.rdb matches what you have in the database tables.

Make sure your directory structure for your server is set up correctly so that the server knows where the .lua files are. (Should be in your game directory whatever you have named it but the same directory that the CaptainHerlock is in default for most of us Game_Bin)

So Game_bin/resource/script/

And your maps should be in the resource folder as well

Game_bin/resource/NewMap/
08/23/2018 09:17 BarbeBlanche66#3
Quote:
Originally Posted by ThunderNikk View Post
Check your server .lua files and your arcadia.dbo.NPCResource table look at the contact script column and see that it matches scripts in the server .lua files.

Make sure the client DB_NPCresource.rdb matches what you have in the database tables.

Make sure your directory structure for your server is set up correctly so that the server knows where the .lua files are. (Should be in your game directory whatever you have named it but the same directory that the CaptainHerlock is in default for most of us Game_Bin)

So Game_bin/resource/script/

And your maps should be in the resource folder as well

Game_bin/resource/NewMap/
Thank u, they merchants working now !