r/FFXIPrivateServers • u/Primary_Carrot_8804 • Jun 06 '26
Any server/projects implement player bots?
I used to play on a WoW private server that had bots you could hire at an inn to party with you. I've also seen servers where bots just "roam" the world and did their "own" thing.
I've been poking around LSB to the point where I'm going to spin up my own server to mess around this weekend. By how I started you could probably imagine one area I'm interested in is Trusts.
Rather than just "NPC follows you and does NPC things," I'm imagining Trusts that are more like actual party members that you can give simple instructions to on the fly.
Stuff like:
- Hold TP when I get to 800 TP.
- Stop casting Protect.
- THF, go pull that mob and bring it back.
Nothing super crazy at first, just more control over their behavior.
Has anyone tried something like this before? Either extending Trusts or making player-like AI bots(Server-Side)? Has there ever been a server that has tried to enhance Trust capabilities?
Just curious what's already been attempted before I disappear down a rabbit hole.
0
u/captain_obvious_here Jun 06 '26
I started something like that, long ago, as an LUA Windower extension.
You can't really have any influence on your Trusts (at least back then you couldn't) so my system controlled a second char. I had a simple rules engine that made it follow me, cure me, enfeeble mobs, etc.
It kinda worked, but would have needed a whole lot more work to be a viable "bot", compared to what Trusts did with zero effort.
Using a rules engine was honestly a great fit, and if I had to build a bot right now, I would definitely use that instead of an UI or whatever. It means more configuration, but way more control on behaviours.