Connect with us

AI

1,800 AI Bots Turned WoW Into the Single-Player MMO Blizzard Dropped

A Wrath-era WoW private server runs 1,800 AI bots chatting on DeepSeek. Former WoW lead Mark Kern calls it the single-player WoW Blizzard dropped.

Published

on

Mark Kern, the former World of Warcraft team lead, opened X on June 20, 2026, and read about a private WoW server run by 1,800 AI-controlled bots. He typed back: “This guy just made it real.” The post is a proof-of-concept project by a Reddit user, who built a Wrath-era realm and filled it with bots that level, dungeon, and chat.

Mr-Nilsson_85’s bots quest, run dungeons, accept trades, and equip gear on a schedule scripted by an open-source module called playerbots. Their open chat is generated by DeepSeek through a custom bridge to Ollama, a local model runner. A small Python script stops the API feed when no humans are online, and the developer has said the monthly bill for the chat layer is less than £10. The build runs on one consumer PC.

How the Project Actually Works

The build is layered in two pieces. Movement, combat, questing, and dungeon logic are handled by the playerbots module, a rule-based script system that has lived in the AzerothCore open-source project for years. The module tells a bot when to heal, when to pull aggro, when to spend mana, and how to path through a dungeon. It runs on instructions a developer wrote.

The conversation layer sits on top. The server already shipped with an Ollama module, a wrapper for connecting a locally hosted large language model to the chat system. Mr-Nilsson_85 replaced that local model with a custom bridge to the DeepSeek API, because running 1,800 distinct conversational agents on a home PC was never going to be cheap or fast. DeepSeek handles what the bots say. The playerbots module handles what the bots do.

A small Python script runs alongside, watching the server’s login state. If no human is online, the script stops sending requests to DeepSeek, and the developer has said the bill for several hours of daily chat generation comes in at less than £10 a month in API tokens. The cost ceiling is set by that loop, and the server build itself is open source on the project page.

The architectural split determines what the technology does and does not do. AI is doing one job: making the world feel populated. The action layer is not exposed to the chat model. Ask a bot in chat to pull a specific mob or wait for mana, and nothing happens, because the language model has no write access to the action layer.

What the Bots Sound Like

The world reads as populated at first, then the conversations drift. Newcomers to Mr-Nilsson_85’s server see a capital city full of named characters discussing gear, raids, and grinding reputation. They type into /say, and bots reply.

Then the parallel monologues start. One bot types “Grinding Ravenholdt rep all day.” Another jumps in with “Man, Ulduar’s my jam.” Neither reacts to the other, and Reddit and X commentators have called out the same pattern: chat reading as a series of disconnected statements with no one replying to anyone.

Mr-Nilsson_85 has been candid about the limit, and the issue sits in his own prompt design and the behaviour configuration he ships to DeepSeek. Tighten the prompts and the threads start to overlap. Loosen them and the taverns fill with strangers shouting past each other.

  • 1,800 bots running on a single consumer PC, per Mr-Nilsson_85’s post.
  • Less than £10 per month in DeepSeek API tokens, with the script pausing calls when no humans are online.
  • Chat channels live in /say, /yell, and /general; bots respond to the player and to each other on defined topics.

The WoW That Almost Was

Kern’s X thread walked through the design history of the original World of Warcraft in a long post dated June 20. The team, he wrote, originally wanted the game to be playable online or offline. The concern was simple: not enough households had modems. Offline play was a hedge against a slow-broadband market.

We originally wanted WoW to have a single player mode. This guy just made it real.

That was Mark Kern, the former World of Warcraft team lead, in his June 20 endorsement of the project. That vision was abandoned in development, and Kern said the team dropped offline play because online adoption kept growing and shipping two modes was more work than the schedule could carry. The result was the World of Warcraft that launched as an online-only subscription MMO, and the closest working version of the dropped single-player design the public has seen is the build Mr-Nilsson_85 shipped in June 2026.

Erenshor Already Tested the Market

A single-player MMO already exists, and Erenshor is the proof. The 2025 indie release by Burgee Media runs as a solo adventure in a world full of “simulated players,” hand-coded characters with evolving behaviours who quest, level, and group up alongside the player. Erenshor’s official game page describes the game as a “single player MMO where you play as an adventurer in a world filled with simulated players that grow as you do.”

Erenshor proved the audience, with over 30,000 copies sold on Steam and an unofficial co-op mode added after launch that lets real players drop into the same simulated world. The demand was real before the WoW project surfaced.

What Mr-Nilsson_85’s WoW build adds is the missing layer Erenshor does not have: bots that actually type. Erenshor’s simulated players act and emote. Mr-Nilsson_85’s bots act, emote, and chat in open channels. The “chat” half of the MMO experience is the part that has been hardest to fake for two decades, and it is the part DeepSeek handles for the WoW build.

Element Erenshor (2025) AI Bot WoW Server (2026)
Population model Hand-coded simulated players with evolving behaviours ~1,800 rule-based bots scripted via the playerbots module
Chat layer None: simulated players emote, do not type DeepSeek API chat routed through an Ollama bridge
Client and server base Original Erenshor client and engine Wrath of the Lich King client on the AzerothCore emulator
Cost ceiling One-time purchase Less than £10 per month in DeepSeek API tokens
Status Released on Steam in 2025 Proof of concept, posted on the wowservers subreddit in June 2026

Erenshor’s sales proved the audience, and the WoW build adds the missing chat layer and points at how to scale the model onto an existing IP at almost no cost.

What Aging MMOs Could Become

Publishers holding the rights to dead or dying online games are the ones with the most to gain from this technology. WoW’s Wrath-era private server scene has been a litigation target for Blizzard for years, and the official position is straightforward: unlicensed servers are infringement, and the company has pursued takedowns. The technology now exists for a publisher to launch a sanctioned, offline-friendly version of an aging game without keeping real servers running.

The economics support it. Mr-Nilsson_85’s build costs less than £10 a month to run, and a studio with a single engineer could spin up a similar architecture for any title that already has a public server emulator. PUBG ships with basic AI bots to fill match lobbies. Mobile games have used simulated opponents for years to cut wait times. The integration of a real language model is the next step in the same arc.

The dead internet theory is the darker reading. A future in which most “players” in a long-tail online game are language models, with chat generated, forum posts seeded, and Discord servers running on synthetic participants, is the version the same Reddit thread that surfaced Mr-Nilsson_85’s project spent most of its comments worrying about. The technical pieces for that future are now in the open.

Frequently Asked Questions

What is the 1,800-bot WoW private server?

It is a Wrath of the Lich King private server built on AzerothCore, an open-source World of Warcraft server emulator, and populated by roughly 1,800 playerbots. The bots do the questing, the dungeon runs, and the trading, and a DeepSeek-driven chat layer handles the conversation. The developer, Reddit user Mr-Nilsson_85, has published the project as a proof of concept, and the cost of running the AI chat layer is less than £10 a month.

Who built the project and what tools does it use?

Reddit user Mr-Nilsson_85 posted the original proof-of-concept post on the wowservers subreddit in mid-June 2026. The action layer is the playerbots module for AzerothCore, a rule-based system that has been in the open-source WoW server scene for years. The chat layer is DeepSeek, accessed through the API and routed via a custom Ollama bridge to DeepSeek. A small Python script monitors logins and pauses the API feed when no humans are online, which is what keeps the monthly bill low.

Can a real player quest with the bots?

You can log in, run content, and chat, and the chat model will respond to you. Directing a bot in combat is a different story: the action layer is not exposed to the chat model. You cannot ask a bot in chat to pull a specific enemy, trade a specific item, or wait for mana, and the bots will quest, dungeon, and level up on the schedule the playerbots module ships with.

Did Blizzard ever consider a single-player WoW?

Mark Kern, the former team lead on World of Warcraft, wrote on X on June 20, 2026, that the studio considered shipping WoW as an offline-capable or single-player title in development, then dropped the design because online adoption kept growing and shipping two modes was more work than the schedule could carry. The build Mr-Nilsson_85 shipped is the closest working version of that dropped design the public has seen.

Is this a working single-player World of Warcraft?

It is the closest the public has come. The build runs the Wrath of the Lich King client against a fully populated private server, with bots doing the questing, the dungeon runs, and the chat. The project is unofficial, uses unlicensed server code, and Blizzard has pursued takedowns of similar projects in the past. Playing it requires installing the Wrath client and the AzerothCore server build, both of which live outside Blizzard’s official distribution.

Logan Pierce is a writer and web publisher with over seven years of experience covering consumer technology. He has published work on independent tech blogs and freelance bylines covering Android devices, privacy focused software, and budget gadgets. Logan founded Oton Technology to publish clear, no nonsense tech news and reviews based on real hands on testing. He has personally tested and reviewed dozens of mid range and budget Android phones, written extensively about app privacy, and built and managed multiple WordPress publications over the past decade. Logan holds a bachelor's degree in English and studied digital marketing at a certificate level.

Continue Reading
Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Trending