evilbobman

Members
  • Content Count

    5
  • Joined

  • Last visited

Community Reputation

0 Neutral

About evilbobman

  • Rank
    Newbie
  • Birthday 12/28/1996

Personal Information

  • Specialty
    None

Contacts

  • Discord
    doodihealz
  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. Got a new error now. Says " Scripts/GPT_NPCs.lua:115: bad argument #3 to 'RegisterEvent' (number expected, got no value)" So close to getting this working
  3. 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?
  4. No edits to the code and i had created the tables yes
  5. Hello. Thank you for making this. My world server crashes anytime that I put Store_DataStruct.lua in my scripts folder. Everything else is where it needs to be. Any suggestions?