evilbobman

Members
  • Content Count

    5
  • Joined

  • Last visited

File Comments posted by evilbobman


  1. SingleCore rev. 2974e284a9bf+ 2017-05-07 16:27:22 +0200 (npcbots branch) (Win64, Release, Static) (worldserver-daemon)

     

    I got the file correctly working now but it's looping waiting for a response. I've (from what I understand) correctly set up openai. The server is looping waiting for a response without receiving one, creating an endless loop.

    Getting this error in my server console: python3: can't open file 'C:\\Users\\evilbobman\\Desktop\\Anything': [Errno 2] No such file or directory


  2. Hello and thank you for creating this.

     

    I've gotten every step set up correctly and the script properly loaded on my server. The issue I'm having is whenever I chat to an NPC I get an error on the server that says the following:

    GPT_NPCs.lua:73: attempt to call method 'IsPlayer' (a nil value)

     

    I don't know much at all about coding and tried google searching a way to fix this but cannot figure out how to do so.

    Do you have any input?