• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Npcs?

Dixter

Amateur Web Developer
Joined
Mar 31, 2009
Messages
660
Reaction score
11
I got an npc problem, when i place my npc(i only placed one for testing now) and i try to load my server this error comes up:

---------------------------------------------------------------
[05/01/2010 20:36:02] [Warning - NpcScript::NpcScript] Cannot load script: data/npc/scripts/data\npc\scripts\boat_thais.lua
[05/01/2010 20:36:02] cannot open data/npc/scripts/data\npc\scripts\boat_thais.lua: No such file or directory
---------------------------------------------------------------

this only happens for boating npcs, the file data\npc\scripts\boat_thais.lua EXISTS! i checked. This only happens with boating npcs its the same error except different names depending on what npc it is. Other npcs work fine. can someone please help me? thanks in advance.
PLEASE HELP ME!!
 
Last edited:
Code:
[05/01/2010 20:36:02] [Warning - NpcScript::NpcScript] Cannot load script: data/npc/scripts/data\npc\scripts\boat_thais.lua

Isn't it obviously?

1. Write correctly like "/"
2. Check if its located in the scripts directory
3. Take care about captital letters
 
[05/01/2010 20:36:02] [Warning - NpcScript::NpcScript] Cannot load script: data/npc/scripts/data\npc\scripts\boat_thais.lua

you see when its says data/npc/scripts. copy your data folder and paste it in data/npc/scripts

repp++ if i helped :P
 
the file is in data\npc\scripts, and its the right link to the file in the boat npc xml file. wtf is wrong ? ;s
 
Is the this folder?

x42rkn.png
 
nvm i know what the problem was, i putdat/npc/scripts in the npc file and i didnt know that it will try to autmatically load from the npc folder, so it was trying to load from data/np/scripts/data/npc/scripts/boat_thais.lua so i added the scripts in the data/npc/scripts and it works fine xD
 
Back
Top