-
Member
You can delete racial swapper module because even if you pay him gold server will delete your new racials after relog.
-
Post Thanks / Like - 1 Thanks
Aldebaraan (1 members gave Thanks to Boynextdoor for this useful post)
-
Member
So I was looking into the ai_playerbot_texts in the SQL database to add some more chat messages, cause I have well over 4000+ bots running around. What I'm trying to do, if possible, is add a custom response. For instance, when you message "hello" in chat, many of the bots will also reply with "hi" or "hello". This is already implemented. Idk if it's possible to add my own custom response like "w in chat" and all the bots will respond with "w" or something similar. It almost sounds like I would need to rebuild my own playerbot system from scratch with my own reply_type system
-
Contributor
Originally Posted by
StanchestCord3
So I was looking into the ai_playerbot_texts in the SQL database to add some more chat messages, cause I have well over 4000+ bots running around. What I'm trying to do, if possible, is add a custom response. For instance, when you message "hello" in chat, many of the bots will also reply with "hi" or "hello". This is already implemented. Idk if it's possible to add my own custom response like "w in chat" and all the bots will respond with "w" or something similar. It almost sounds like I would need to rebuild my own playerbot system from scratch with my own reply_type system
You have better luck asking the devs themselves about it. I tried the ollama module that makes bots use a LLM to make their responses, but it added a lot of overhead to the compilation process, plus since i was not going to use myself, i dropped it.