TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Building a WoW (World of Warcraft) Server in Elixir

186 点作者 thibaut_barrere8 个月前

8 条评论

zelo8 个月前
That&#x27;s awesome! It made me a bit nostalgic, thinking back to the first program I ever wrote. It was a WoW bot that walked between the mailbox and the auction house, manipulating auction prices. The bot would drive the glyph prices to the bottom by lowering the lowest price by just 1 bronze to always be the cheapest when sorted by price. Then, it would buy up the entire market stock and offer everything for 50 gold each, starting the cycle again. It was glue code between Lua extensions and xdotool, all written in Bash, running WoW under Wine on Linux. The bot was pulling in about 20K gold per day on a single account.<p>The fun part is, I was 14 years old and had zero programming knowledge at the time—just a feeling that this process could be automated and access to Google. The bot was reading the game state by capturing specific parts of the screen and comparing MD5 checksums of where the buttons were supposed to appear. I used xdotool for mouse and keyboard input, along with in-game settings like Lua command execution inside the game console to target specific NPCs or mailboxes and click to move. It probably pushed me toward pursuing a career in this industry.
hakanderyal8 个月前
This was a good read. As a former WoW addict, I barely stopped myself from undertaking implementing one for myself.<p>This is not an area I&#x27;m familiar with and I always assumed this kind of work would involve concepts that are foreign to me, but upon reading it seems it was not that magical.
评论 #41455703 未加载
评论 #41455609 未加载
评论 #41455619 未加载
评论 #41458946 未加载
评论 #41455517 未加载
doublerabbit8 个月前
As a s&#x27;kiddie who used to host gameservers (Q3, IRCd, RTCW) and which is now a dying art, I give many kudos to anyone developing home-brew projects to emulate any sort of game server.<p>I loved Habbo Hotel as a teen, and the fact there are still folk developing a &quot;retro hotels&quot;, self hosted, really sparks a little bit of joy.<p>I just don&#x27;t have the fanbase, time nor power of influence to get folk to join but I check around now and then.<p><a href="https:&#x2F;&#x2F;devbest.com&#x2F;forums&#x2F;habbo-releases.31&#x2F;" rel="nofollow">https:&#x2F;&#x2F;devbest.com&#x2F;forums&#x2F;habbo-releases.31&#x2F;</a><p><a href="https:&#x2F;&#x2F;forum.ragezone.com&#x2F;community&#x2F;habbo-hotel.282&#x2F;" rel="nofollow">https:&#x2F;&#x2F;forum.ragezone.com&#x2F;community&#x2F;habbo-hotel.282&#x2F;</a>
fouronnes38 个月前
A pipe dream of mine is an open source WoW 1.12 <i>client</i> implementation. I wonder if anyone has ever attempted that. Bonus point if it compiles to javascript :)
评论 #41455486 未加载
评论 #41455534 未加载
dindresto8 个月前
I was active in the WoW server emulation scene somewhere around 2008 to 2012 and fondly look back on that time. Especially the German forum darkwow.de (and later mmonerds.de) is one of the reasons I got into computer science and I&#x27;m still in touch with some of the former members. Ten years later I got an MSc degree in computer science and programming is one of my most profound hobbies.
Eumenes8 个月前
I was drunk the other night asking genAI to make me an overengineered encrypted messaging system using extensive steganography involving WoW. Got me deep into WoW add-on development.
h1fra8 个月前
Impressive, feels crazy to be able to build something like this without really knowing what they actually did on the backend.
seper88 个月前
This is super cool and I really like the fact that you added the dates. Puts things in perspective!