Breaking news Feed
- Jimmy Fallon's Late Night: We are the World of Warcraft
- Patch 5.4 PTR: More spell changes to facilitate warlock talent nerfs
- Patch 5.4 PTR: Arena tie-break system revamp with a 1,000% damage buff
- A first glimpse inside the Siege of Orgrimmar (Spoiler Alert!)
- Patch 5.4 PTR: Kil'jaeden's Cunning nerfs explained
Also on AOL
- Autos
- Technology
- Lifestyle
- Gaming
- Finance
- Entertainment on AOL
- Lifestyle on AOL
- Sports on AOL
- Travel on AOL
- More on AOL
Featured Galleries
Joystiq
© 2013 AOL Inc. All rights Reserved. Privacy Policy | Terms of Use | Trademarks | AOL A-Z HELP | About Our Ads

Reader Comments (Page 1 of 1)
5-01-2009 @ 5:27PM
Krick said...
You certainly CAN have a wow add-on interact with the outside world. Wow mods can read and write character data to files. You just need a small "bridge" app that runs on your computer to watch the aforementioned file and when the data changes, it grabs the data and relays it to another app or website as needed. The opposite data path can work as well, you just need to have the wow mod check the file on a periodic timer, looking for changes.
There are multiple ways to know if the file has changed, however in WoW, you don't have access to the underlying filesystem information via LUA, so you'd have to implement some sort of timestamp in the first few bytes of the file that both sides update after changing the file contents.
It wouldn't be perfect, but I think that you could make a fairly workable twitter client or even an instant messenger client that interacts with a web server using this method.
...
Krick
http://www.tankadin.com
Reply