3

World of Warcraft is off the table, because of the "WOW Glider Lawsuit" of 2008. Also see: Where is Blizzards official World of Warcraft API? Eve Online has an API

But, what is the MOST popular (in terms of usership) MMO Game that does allow programmers to develop out-of-game things (like an Android app).

Vaillancourt
  • 16,325
  • 17
  • 55
  • 61
hunterp
  • 151
  • 5

3 Answers3

6

WoW does have an external API with the Armory. It is read only through. Unless you access the pages with a bad browsers, it returns a clear xml structure. According to various blue forums posts, automatic querying of those pages is okay, unless too many requests are sent.

The Glider Lawsuit was about a bot that linked to the original game client in memory. It is pretty obvious that bots are bad for business because a) players spent less time paying while leveling up and b) other players get frustrated and may leave.

Hendrik Brummermann
  • 2,288
  • 2
  • 20
  • 38
3

Everquest had an instant messaging protocol that allowed communication with in-game players from outside the game. I am unsure if the protocol was well documented or supported by any third party clients.

Sparr
  • 238
  • 1
  • 3
2

EVE Online's Web API is read-only. It's only to monitor character skils/inventory assets/assets and states of various in-game structures,etc There are ways to get actual control of EVE(control your ship,actually manage said in-game structures,etc) but they are against EULA and basically works like WoW Glider