The world-of-warcraft tag has no wiki summary.
-6
votes
1answer
371 views
World of Warcraft like C++/C# server (highload)
I know it is very big topic and maybe my question is very beaten, but I'm interesting of basics how to write highload server for UDP/TCP client-server communications in MMO-like game on C++/C#? I mean ...
5
votes
3answers
827 views
Writing a minimalistic server for vanilla WoW
This is about a personal project I've been longing to do for some time now. Since a while now I have stopped playing WoW, but as I'm quite experienced in C++ I thought I'd try the following:
Write a ...
5
votes
1answer
361 views
WoW lua: Getting quest attributes before the QUEST_DETAIL event
I'd like to determine the attributes of a quest (i.e., information provided by functions such as QuestIsDaily and IsQuestCompletable) before the player clicks on the quest detail.
I'm trying to ...
3
votes
3answers
1k views
How to build list of items available in World of Warcraft?
There are a number of non-Blizzard sites that show a complete list of available items in World of Warcraft (such as wowhead, etc). I would like to know the best (easiest) way to compile a similar ...