View Single Post
  #2  
Old 04-09-2014, 10:14 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by Mogdar View Post
I've just noticed that many npc's, particularly some quest npc's are not responding. In checking, it seems they are all using lua scripts.

When hailed the npc's turn toward you but do not respond with what is in the scripts.

Running #questerrors gives attempt to call method 'findi' (a nil value)

This is in west freeport on at least 3 npc's that I have tried to this point.

Lady Shae, Pandos Flintside, and peasant woman. All responded, or rather didn't respond in the same manner.

I don't know enough about lua to know if the scripts are wrong but they look correct to me from the research I have done to this point.

Any ideas of what else I can check to find the problem and correct it?

Thanks in advance for the help.
You need lua_modules from the PEQ Quests repo which goes at the root of the server folder. This contains the function 'findi' as well as other functions that are used throughout scripts.

You will also need quests/global/script_init.lua to initialize these 'modules' properly.

This will make your issues go away.
Reply With Quote