Jump to content
  • 0

"I have nothing to say to you"


Question

Posted

I found a shared npc on this forum, succeeded to adapt it for aCis 382, compiled correctly. When I spawn the npc with the correct npc type, I get the message "I have nothing to say to you". I tried adding the html files in different folders to see if I got the directory messed up or something. But thats not the issue cause even without any html I get the same message. Does anyone know what causes this? Thanks.

3 answers to this question

Recommended Posts

  • 0
Posted (edited)
5 hours ago, Hann1bal said:

I found a shared npc on this forum, succeeded to adapt it for aCis 382, compiled correctly. When I spawn the npc with the correct npc type, I get the message "I have nothing to say to you". I tried adding the html files in different folders to see if I got the directory messed up or something. But thats not the issue cause even without any html I get the same message. Does anyone know what causes this? Thanks.

 

It means the file path isn't reachable, or the file not loadable.

 

Default path for regular Npc is "data/html/default/" + npcId + ".htm"

 

For specific instances, you have to check if it overrides Npc#getHtmlPath

Edited by Tryskell
  • 0
Posted (edited)
7 hours ago, Tryskell said:

 

It means the file path isn't reachable, or the file not loadable.

 

Default path for regular Npc is "data/html/default/" + npcId + ".htm"

 

For specific instances, you have to check if it overrides Npc#getHtmlPath

Ok solved. I had to add the main html of the npc in "data/html/default".
Thanks again Tryskell.

Edited by Hann1bal
Guest
This topic is now closed to further replies.


×
×
  • Create New...